Where can I find V9 hotkey commands for use in config file? #1485
-
Hello, I am currently using V9 beta 3, I know there is currently no UI to configure settings, its fine, I prefer config files anyways. But where can I commands for various imageglass functions? or even an example of an imageglass config file that has its Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can find it in the Details section of the release note.
|
Beta Was this translation helpful? Give feedback.
You can find it in the Details section of the release note.
MenuHotkeys
is introduced in v9.0 beta 1, and supports multiple hotkey in v9.0 beta 3:while
menu_name
is the name of the menu variable, starts withMnu
. You can find the all menu names hereImageGlass/v9/ImageGlass/FrmMain.Designer.cs
Line 1313 in 019189c
ImageGlass/v9/ImageGlass/FrmMain/FrmMain.Configs.cs
Line 40 in 019189c
hotkey
is an array of hotkey string, for example:["Ctrl+A", "Shift+Z"]
MouseClickActions
is introduced in v…