how to Custom hotkey actions #3030
Unanswered
Fang-zhixian
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@Fang-zhixian if you want to open windows explorer with specific folder in it, you need to launch explorer app then :) https://www.howtogeek.com/691201/how-to-open-file-explorer-using-command-prompt-on-windows-10/#:~:text=Run%20%22start%20.%22%20in%20a,Explorer%20to%20a%20specific%20folder. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"
Select Custom next to appropriate hotkey under Extra settings and do one of the following:
To run any custom application - put a full path to exe into action text field, preferably in quotes, for example:
"C:\Program Files\EA Games\Battlefield 2042\BF2042.exe"
To simulate any windows key or key-combination - put appropriate keycode(s) into the "action" field separated by space. For example 0x2C for Print Screen or 0x11 0xA0 0x31 for Ctrl+Shift+1
"
The above guideline describes how to customize hotkey actions, but I am not entirely clear on how to proceed. For example, if I want to set the M1 key to open a specific folder, how should I configure this? If this setup is correct, how can I use the M1 key to launch the folder?
Beta Was this translation helpful? Give feedback.
All reactions