Skip to content

Instantly share code, notes, and snippets.

@AlexVonB
Created April 6, 2019 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexVonB/a9ce990aaaf35a1b7477a681134e0c05 to your computer and use it in GitHub Desktop.
Save AlexVonB/a9ce990aaaf35a1b7477a681134e0c05 to your computer and use it in GitHub Desktop.
CapsLock mit AutoHotKey zu Strg machen
#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.
CapsLock::Ctrl ; convert caps lock to control key
@AlexVonB
Copy link
Author

AlexVonB commented Apr 6, 2019

Anleitung

Installieren

  1. Um dieses Skript nutzen zu können, muss https://www.autohotkey.com/ installiert sein.
  2. Dann muss das Skript caps2ctrl.ahk heruntergeladen werden (entweder "Download Zip" oder auf "Raw" und dann "Speichern unter").
  3. Zum Aktivieren dann einfach Doppelklick auf caps2ctrl.ahk. Jetzt ist Capslock für die Dauer der Windowsanmeldung STRG.

Erweitern

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment