Releases: donebd/vscode-keypromoter
Releases · donebd/vscode-keypromoter
Release 1.0.4
What's Changed
- Minor improves
Release 1.0.3
What's new
- Support MacOs 14^
- Fixed some known user's issues
- Fixed some technical bugs
For MacOS you may need to grant permission needed for library node-global-key-listener to listen keyboard shortcuts:
Release/1.0.1
What's new
- Fixed some technical issues
- Fixed windows keyboard recognition
Initial release
Features
-
When you use the mouse on a button inside the editor, the extension will shows you the keyboard shortcut that you should have used instead.
-
For buttons that don't have a shortcut, the extension prompts you with the possibility to directly create one by opening the menu.
Extension Settings
Name | Description | Default |
---|---|---|
Key Promoter.loyaltyLevel |
Number of command executions using mouse before notification | 5 |
Key Promoter.ignoredCommands |
List of commands that will not be processed by the extension | [] |
Key Promoter.suggestKeybindingCreation |
Specifies whether to suggest creation of keybindings for commands without them | true |
Key Promoter.logger.loggingLevel |
Control logging level | "Info" |
Limitations
- Some of the default editor actions are not supported
- Other extensions commands are not supported
- MacOs 14.0^ temporary unsupported
Contributors
- @donebd
- @Slava0135 made their first contribution in #1
- @Targaseer made their first contribution in #7
- @ALTV2 made their first contribution in #34