diff options
-rw-r--r-- | appspecific.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appspecific.ahk b/appspecific.ahk index 9ce45cf..f7d2127 100644 --- a/appspecific.ahk +++ b/appspecific.ahk @@ -12,6 +12,7 @@ } Return F6::Send !d ;addressbar + Ralt & Enter::Send {AppsKey}{Up}{Enter} ; ralt-enter properties F1:: ;overflow to rename, help is useless in explorer F2:: ;rename commands if A_OSVersion in WIN_XP @@ -23,6 +24,7 @@ Send {F2} } Return + #IfWinActive ;font previewer |