Thread Windows, Linux, Unix, Mac (12 answers)
Opened by pq at 2019-03-03 12:06

GwenDragon
 2019-03-03 10:25
#189867 #189867
User since
2005-01-17
14563 Artikel
Admin1
[Homepage]
user image
AutoHotkey kann Tasten umdefinieren oder still legen.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
;
; Maops Cpaslock to Enter
CapsLock::Enter
;
;
return

Last edited: 2019-03-03 10:36:57 +0100 (CET)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Windows, Linux, Unix, Mac