Add File Explorer tab mappings
This commit is contained in:
parent
2b3e259009
commit
d30be41414
@ -143,7 +143,7 @@ return
|
||||
|
||||
; ------------------------------ Windows & Tabs ------------------------------
|
||||
$!w:: ; close tab
|
||||
if WinActive("ahk_group Browser")
|
||||
if WinActive("ahk_group Browser") || WinActive("ahk_exe explorer.exe")
|
||||
send ^w
|
||||
else if WinActive("ahk_exe wezterm-gui.exe")
|
||||
send ^+w
|
||||
@ -193,7 +193,7 @@ else
|
||||
return
|
||||
|
||||
$!t:: ; new tab
|
||||
if WinActive("ahk_group Browser")
|
||||
if WinActive("ahk_group Browser") || WinActive("ahk_exe explorer.exe")
|
||||
send ^t
|
||||
else
|
||||
send !t
|
||||
|
Loading…
x
Reference in New Issue
Block a user