Skip to content

Commit

Permalink
add: doublehit_ralt to SwapWinCtrlShiftAlt
Browse files Browse the repository at this point in the history
  • Loading branch information
no5ix committed Oct 13, 2021
1 parent 0ec3270 commit f75307a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions app_data/conf_bak/conf.no5ix.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"capslock_shift_q": "ScreenShotAndSuspend",
"rshift": "SwitchInputMethodAndDeleteLeft",
"capslock": "Esc",
"doublehit_ralt": "SwapWinCtrlShiftAlt",
"capslock_c": "ctrl_/",
"capslock_e": "Enter",
"capslock_shift_e": "up",
Expand Down
10 changes: 8 additions & 2 deletions source/action.ahk
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#Include %A_ScriptDir%\source\common_const.ahk
#Include %A_ScriptDir%\source\quick_entry.ahk
#Include %A_ScriptDir%\source\util.ahk
#Include %A_ScriptDir%\source\js_eval.ahk
#Include %A_ScriptDir%\source\quick_entry.ahk
#Include %A_ScriptDir%\source\snip_plus.ahk
#Include %A_ScriptDir%\source\util.ahk
#Include %A_ScriptDir%\source\tray_menu.ahk



Expand Down Expand Up @@ -364,6 +365,11 @@ ScreenShotAndSuspend() {
SnipPlus.AreaScreenShotAndSuspend()
}

SwapWinCtrlShiftAlt() {
TrayMenu.SetSwapWinCtrlShiftAlt()
TrayMenu.update_tray_menu()()
}


SUB_TEMP_RBUTTON:
ClickUpIfLbDown()
Expand Down

0 comments on commit f75307a

Please sign in to comment.