v0.19.10
What's Changed
- 新規:
- ウィジェット間のフォーカス移動操作に対応しました。 #190
- これは
widgetNavigation.focusPrevious
とwidgetNavigation.focusNext
コマンドに対応し、一例としては Keyboard Shortcuts の画面で検索入力と検索結果の間でフォーカスを移動するときに使えます。 - CTRL+W, CTRL+Z でフォーカスを移動。
- これらは設定の 'Vz Keymap: Widget Navigation Keys' で有効化できます。デフォルトで有効です。
- これは
- 通知リストの操作に対応しました。 #191
- CTRL+E, CTRL+X などの上下のフォーカス移動操作はリストビューの操作(設定項目 List View Keys)として対応済み。
- CTRL+S, CTRL+D, CTRL+M で通知項目の縮小、展開およびトグル。
- これらは設定の 'Vz Keymap: Notification Keys' で有効化できます。デフォルトで有効です。
- ウィジェット間のフォーカス移動操作に対応しました。 #190
- 改善:
- エディタ外の操作のVZ風キー割り当てにおける定義順を見なおしました。 #192
- New:
- Added navigation keys support in navigable widget containers. #190
- Ctrl+W, Ctrl+Z to move focus over widgets in widget containers.
- These keys are enabled by turning on the 'Vz Keymap: Widget Navigation Keys' in the Settings.
- Added navigation keys support on Notifications. #191
- Vertical navigation keys such as Ctrl+E and Ctrl+X are already supported as List View Keys.
- CtrL+S, Ctrl+D, Ctrl+M to collapse/expand/toggle a notification item.
- These keys are enabled by turning on the 'Vz Keymap: Notification Keys' in the Settings.
- Added navigation keys support in navigable widget containers. #190
- Improved:
- Refined the definition order of VZ-style keybindings for out-of-editor navigations. #192
Full Changelog: v0.19.9...v0.19.10