Static Hands - Advanced Edition

December 8, 2025 ยท View on GitHub

CapsLock navigation layer for Windows - Extended edition with case transformation, speed navigation, and text editing shortcuts. Keep hands on home row. Based on Static Hands, extended by SoLab HQ.

๐Ÿ“บ Video Review

Static Hands Tutorial

Quick Start

  1. Install AutoHotkey v1.1
  2. Download static-hands-advanced.ahk
  3. Double-click to run
  4. Test: CapsLock + I/K/J/L for arrows

Run on startup:

  • Win+R โ†’ type shell:startup โ†’ paste script shortcut there

Credits & License

Based on: Static Hands by Almog Tavor

Extended by: SoLab HQ

๐Ÿ–ผ๏ธ Wallpaper Pack

Keep the keyboard layout always visible on your desktop!

Download 4K Wallpaper Pack

Available Commands โฑ๏ธ

2_statichands-extended_large_3840x2160 1
KeyFunction
CapsLock + Iโ†‘ Up
CapsLock + Kโ†“ Down
CapsLock + Jโ† Left
CapsLock + Lโ†’ Right
CapsLock + UHome (start of line)
CapsLock + OEnd (end of line)
CapsLock + YPage Up
CapsLock + NPage Down
CapsLock + HDelete (forward)
CapsLock + ;Backspace
CapsLock + PInsert

Text Editing

KeyFunction
CapsLock + CCopy (Ctrl+C)
CapsLock + VPaste (Ctrl+V)
CapsLock + XCut (Ctrl+X)
CapsLock + ZUndo (Ctrl+Z)
CapsLock + ASelect All (Ctrl+A)
CapsLock + BBold (Ctrl+B)

Modifier Keys (Hold)

KeyFunction
CapsLock + WWin key
CapsLock + SAlt
CapsLock + DShift
CapsLock + FCtrl

Example: CapsLock + D + L = Shift + Right Arrow (select text)

Speed Navigation โšก

KeyFunction
CapsLock + 8Up ร— 5 lines
CapsLock + ,Down ร— 5 lines
CapsLock + MLeft ร— 6 words
CapsLock + .Right ร— 6 words

Case Transformation

Select text first, then:

KeyFunctionExample
CapsLock + 9UPPERCASEhello โ†’ HELLO
CapsLock + 0lowercaseHELLO โ†’ hello
CapsLock + -Title Casehello world โ†’ Hello World

Special Functions

KeyFunction
CapsLock + QEscape
CapsLock + RRename (F2)
CapsLock + TSelect line
CapsLock + 7Tab
CapsLock + BacktickClose app (Alt+F4)
CapsLock + 4$$ (LaTeX dollar signs)
CapsLock + =Always on top

Features

The strength of these keybindings is no hand movement.

Before: Ctrl + Left Arrow โ†’ Move hand to arrow keys
After: CapsLock + F + J โ†’ Same result, hands stay on home row

Learning curve:

  • Week 1: Focus on I/K/J/L navigation
  • Week 2: Add text editing (C/V/X/Z)
  • Week 3: Speed navigation and case transform

โ˜• Support on Ko-fi | ๐Ÿ“บ YouTube Channel