Merge pull request #98 from rbreaves/hotfix

- Windows 10, proper app switching and in-app tab switching
This commit is contained in:
Ben Reaves
2020-04-04 22:57:37 -05:00
committed by GitHub

View File

@@ -1,3 +1,10 @@
; Cmd Tab For App Switching
LCtrl & Tab::AltTab
RCtrl & Tab::AltTab
; Ctrl Tab for In-App Tab Switching
LWin & Tab::Send ^{Tab}
RWin & Tab::Send ^{Tab}
#IfWinActive ahk_exe sublime_text.exe
; Remap Ctrl+Shift to behave like macOS Sublimetext
; Will extend cursor to multiple lines