-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmyhotkey.conf
More file actions
18 lines (18 loc) · 768 Bytes
/
myhotkey.conf
File metadata and controls
18 lines (18 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# myhotkey.conf - configuration file for myhotkey
#
# Format:
# Modifiers [TAB] Hotkey [TAB] Executable [TAB] Work Dir [TAB] Params
# Where Modifiers = letters C,A,S,W corresponding to Ctrl, Alt, Shift, Win.
# A special modifier "+" can be used to allow multiple application instances.
#
# Notes:
# * no spaces to separate columns, use the TAB character,
# * use '-' to skip a column, '#' to skip a line
# * Hotkey can be defined as a normal character (0-9A-Z) or as a virtual key code -
# prefix it with a tilde followed by the decimal key code, e.g. ~112 means VK_F1.
# See https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
#
CA C calc
CA Z cmd %USERPROFILE%
CA D bash %USERPROFILE%
CA O - - rundll32 shell32.dll,Control_RunDLL sysdm.cpl