From 0fa601cf4ac7eedb8d00961150313a6db2726626 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 30 Mar 2014 22:16:44 +0100 Subject: Add ralt-enter for explorer properties --- appspecific.ahk | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3