Skip to content

Instantly share code, notes, and snippets.

@datMaffin
Created April 2, 2020 19:20
Show Gist options
  • Save datMaffin/0bfd3abd9c6a0862f272e48f878c7155 to your computer and use it in GitHub Desktop.
Save datMaffin/0bfd3abd9c6a0862f272e48f878c7155 to your computer and use it in GitHub Desktop.
AHK configuration for better keyboard shortcuts accessing special characters needed for programming
#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.
#If GetKeyState("<", "P")
<::return
7::\
8::[
9::]
u::<
i::>
h::|
j::{
k::}
l::@
n::~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment