- Updated Windows 10 to support proper app switching and in-app tab switching

This commit is contained in:
Ben Reaves
2020-04-04 22:56:18 -05:00
parent 61e357b5da
commit 08c02c2b8f

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