EAC hinzugefügt
This commit is contained in:
16
configs/autohotkey/OpenWt.ahk
Normal file
16
configs/autohotkey/OpenWt.ahk
Normal file
@@ -0,0 +1,16 @@
|
||||
#Requires AutoHotkey v2.0
|
||||
#NoTrayIcon
|
||||
#Include Lib.ahk
|
||||
;Mit Strg, Alt + P wird der aktuell Ordner im Terminal geöffnet.
|
||||
|
||||
^!p::
|
||||
{
|
||||
HotIfWinActive "ahk_class CabinetWClass"
|
||||
{
|
||||
WinID := WinGetID("ahk_class CabinetWClass")
|
||||
Path := GetPath(WinID)
|
||||
Run 'wt -d ' Path
|
||||
}
|
||||
Return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user