Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Last active April 26, 2021 15:44
Show Gist options
  • Save JoeGlines/db80510f93cf9bdb9d84064a8c7d2529 to your computer and use it in GitHub Desktop.
Save JoeGlines/db80510f93cf9bdb9d84064a8c7d2529 to your computer and use it in GitHub Desktop.
Creating SciTE hotkeys to do what you want
#*******************************************************
# Want a clear path for learning AutoHotkey; Take a look at our AutoHotkey Udemy courses. They're structured in a way to make learning AHK EASY
# Right now you can get a coupon code here: https://the-Automator.com/Learn
#*******************************************************
#******************User defined hot key commands*****************
user.shortcuts=\
Ctrl+Shift+Right|IDM_SWITCHPANE|\
Ctrl+Shift+Left|IDM_SWITCHPANE|\
Ctrl+Alt+c|IDM_COPYASRTF|\
Ctrl+F1|IDM_HELP_SCITE|\
Ctrl+PageUp|IDM_PREVFILE|\
Ctrl+PageDown|IDM_NEXTFILE|\
Ctrl+t|IDM_TOGGLEOUTPUT|\
Ctrl+Shift+t|IDM_SHOWCALLTIP|\
Ctrl+Shift+u|IDM_OPENUSERPROPERTIES|\
Ctrl+Escape|IDM_STOPEXECUTE|\
F3|IDM_FIND|\
F4|IDM_FINDNEXT|\
Ctrl+Shift+g|1142|\
##################All comments need to be at end
#*****************User hotkeys end**************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment