ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 0fa601cf4ac7eedb8d00961150313a6db2726626
parent 8d4954ce873e468a6235341df003f14e71d0df86
Author: Peter <sendforththegunboats@gmail.com>
Date:   Sun, 30 Mar 2014 22:16:44 +0100

Add ralt-enter for explorer properties

Diffstat:
Mappspecific.ahk | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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