ok i did everything u said and nothings happens when i press the keys i assigned
Same
This is what it says on the script....
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Great tool you have done there, used it since I started (some hours ago ), I couldn't have done so good with the arrowkeys since I'm used to spread. So thanks a bundle.
Tight man! I've been using AutoHotKey for over a year now when I feel like practicing spread... Good to see someone else knows about it and went into the detail that you did in explaining it! Props to you
Actually it is possible to map any key, even ;.
You just need to use the SC equivalent, eg on my comp (probably yours too), if you want to map ;, use SC027, so
SC027::SendInput {Right}
I remapped my entire keyboard to Capewell-Dvorak with this so on other comps i can just drop the exe and use it.
Comment