sublime-robot-framework-assistant icon indicating copy to clipboard operation
sublime-robot-framework-assistant copied to clipboard

alt+enter key conflict

Open infn8 opened this issue 8 years ago • 1 comments

in all the keymaps for this plugin you have this

{ "keys": ["alt+enter"], "command": "jump_to_keyword" }

this is already a core sublime shortcut used by many devs. Find all from the search box.

please consider changing this setting

infn8 avatar Nov 01 '17 16:11 infn8

I have not used Find all from search box functionality, would you have an example how it's used?

Also Sublime is flexible and one can always overwrite the default settings with user specific settings: https://www.sublimetext.com/docs/3/settings.html

aaltat avatar Nov 13 '17 07:11 aaltat