Hi,
 
I've been trying to remap some keyboard shortcuts in Scite.
In the documentation, I read about the menukey.* property, but setting it in the property files doesn't seem to have any effect.
 
menukey.file.exit=<control>Q
does not visibly change the key in the menu, and does not map the key.
I also tried
menukey.file.exit=Ctrl+Q
But this also had no effect.
 
I could use the  user.shortcuts, but then the command will not appear in the menu.
 
Another question: can one define a command that will not appear in the Tools menu? I'm planning on making a lot of commands, and don't want to clutter the menu. Ideally, I'd like to have just one "command" that handles all control-key combinations, and a lua script that directs to a different function depending on which key was pressed.
 
-Ben
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to