6.36.2680
+ new config for hotkeys used now. SynHotkeys.ini (later also "SynHotkeys lexer nnnnn.ini"). one for usual commands and plugins.
+ new dialog to configure hotkeys: in Commands dlg (F1), press F9
* old hotkeys not read now: from Syn.ini, from SynPlugins.ini (was bad design)
* you should delete section in Syn.ini: [Template__SyntKeyMapping.AsString]
* hotkeys part in Options dlg: now read-only, cannot change hotkeys there
* SynPlugins.ini: not used last 2 items for command plugins: ;hotkey;flags . To hide command plugin in context menu, now use "_" char prefix in command caption.
+ install.inf: in [iniNNN] allowed line "hotkey=" to set command item's hotkey, e.g. combo key is "hotkey=Ctrl+Alt+A * Ctrl+B * Ctrl+C"
* removed translations for items (about 300) in Commands dialog (to make translation easy)
beta - http://uvviewsoft.com/bb/
Synw 6.36: new configs for hotkeys, new UI to enter hotkeys
-
- Posts: 2
- Joined: 27.05.2017 17:46
1. Is it - or will it be - possible to convert hotkeys from their old format and location (Syn.ini) to the new in SynHotkeys.ini?Alexey wrote:6.36.2680
* old hotkeys not read now: from Syn.ini, from SynPlugins.ini (was bad design)
2. Is it - or will it be - possible to use shortkeys as Ctrl+K, N or Ctrl+K, O (for changing to lowercase / uppercase in previous versions)?
Namely 1. will be very helpful for me as I had an used lot of hotkeys. Thanks.
Thanks for your quick answer - 2 is now OK.
To be more specific (for other users), the string in SynHotkeys.ini file seems as
if you in the Hotkey dialog (F1, then F9, select a command for a hotkey):
To be more specific (for other users), the string in SynHotkeys.ini file seems as
Code: Select all
s1=Ctrl+K * Ctrl+O
- click "Add key", press Ctrl+K, then "Add key" again (without Clear), press Ctrl+O.