diff options
author | Peter | 2014-03-30 22:16:44 +0100 |
---|---|---|
committer | Peter | 2014-03-30 22:16:44 +0100 |
commit | 0fa601cf4ac7eedb8d00961150313a6db2726626 (patch) | |
tree | 34cf0c08c69102db0d16c3ff92e9b9b8ec016c56 | |
parent | 8d4954ce873e468a6235341df003f14e71d0df86 (diff) | |
download | ahka-0fa601cf4ac7eedb8d00961150313a6db2726626.tar.gz ahka-0fa601cf4ac7eedb8d00961150313a6db2726626.tar.bz2 ahka-0fa601cf4ac7eedb8d00961150313a6db2726626.zip |
Add ralt-enter for explorer properties
-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 |