Skip to content

Releases: donebd/vscode-keypromoter

Release 1.0.4

16 Jan 23:06
Compare
Choose a tag to compare

What's Changed

  • Minor improves

Release 1.0.3

03 Jan 19:35
Compare
Choose a tag to compare

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:

MacOs permission

Release/1.0.1

10 Dec 17:20
Compare
Choose a tag to compare

What's new

  • Fixed some technical issues
  • Fixed windows keyboard recognition

Initial release

19 Nov 21:05
Compare
Choose a tag to compare

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