diff --git a/README.md b/README.md
index 68c2334..e4a365d 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ A lightweight macOS app for displaying calendar and time
- [x] Custom menubar styles (default, text, date & time)
- [x] Dark mode
- [x] Localization (简体中文、English)
-- [x] Widget
+- [x] Widget / KeyboardShortcut
- [x] SwiftUI / Async / Await
## Compatibility
@@ -31,6 +31,7 @@ A lightweight macOS app for displaying calendar and time
+
- Settings - right click to show
diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md
index c7e938d..2a0da35 100644
--- a/changelogs/CHANGELOG.md
+++ b/changelogs/CHANGELOG.md
@@ -1,8 +1,16 @@
## 2.3.3 - 2024-01-05
+### Added
+- Calendar View can be changed by keyboard shortcuts
+ - ⬅️: Last month
+ - ➡️: Next month
+ - ⬆️: Last year
+ - ⬇️: Next year
+ - Space: Today
+
### Fixed
-- macOS 14 calendar event permission issues
-- macOS 14 widget display issues
+- **macOS 14** calendar event permission issues
+- **macOS** 14 widget display issues
### Changed
- Transition animations
@@ -19,7 +27,7 @@
### Changed
- Transition animations
-- Alert UI
+- Alert View
---
## 2.3.1 - 2023-03-09
diff --git a/changelogs/CHANGELOG_SC.md b/changelogs/CHANGELOG_SC.md
index e4ebdd1..a941cfa 100644
--- a/changelogs/CHANGELOG_SC.md
+++ b/changelogs/CHANGELOG_SC.md
@@ -1,8 +1,16 @@
## 2.3.3 - 2024-01-05
+### Added
+- 日历界面可通过键盘快捷键切换年月
+ - ⬅️:上一月
+ - ➡️:下一月
+ - ⬆️:上一年
+ - ⬇️:下一年
+ - 空格:今天
+
### Fixed
-- macOS 14 日历事件权限问题
-- macOS 14 小组件显示问题
+- **macOS 14** 日历事件权限问题
+- **macOS 14** 小组件显示问题
### Changed
- 过渡动画