Skip to content

Instantly share code, notes, and snippets.

View robocrax's full-sized avatar
🟢

Pritam Bhuva robocrax

🟢
  • Teamsports
  • Auckland, New Zealand
  • X @robocrax
View GitHub Profile
@robocrax
robocrax / Keyboard_Enhancements.ahk
Last active May 31, 2023 03:44
Just some remapping and macros that I use daily. Added Alt+F4 for Rocket League because Psyonix doesn't like it. Also added a hacky way to rebind LWin key to Flow Launcher. Compatible with AHK v2.0.2
#SingleInstance Force
; Quick calc (copying ASUS laptop style)
#NumpadEnter::
#CapsLock::
{
Run("calc")
return
}
@robocrax
robocrax / Keyboard_Enhancements_v1.1.3x.ahk
Last active May 30, 2023 04:10
Just some remapping and macros that I use daily. Outdated since v1.1.36xx is now deprecated. Use v2.
#SingleInstance, Force
#NoEnv
; Quick calc (copying ASUS laptop style)
#NumpadEnter::
#CapsLock::Run calc
; Remap a useless key
CapsLock::NumpadEnter