 b58f9ef1e2
			
		
	
	
		b58f9ef1e2
		
			
		
	
	
	
	
		
			
			* Hub16 AutoHotKey Companion * Revised after PR comments by Drashna * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
		
			
				
	
	
		
			104 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			AutoHotkey
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			AutoHotkey
		
	
	
	
	
	
| #Persistent
 | |
| #SingleInstance force
 | |
| 
 | |
| ;=================================================================
 | |
| ;                      Macro Pad Shortcuts                       ;
 | |
| ;=================================================================
 | |
| 
 | |
| ;=================================================================
 | |
| ;                       Layer 0
 | |
| ;;=================================================================
 | |
| ;Row 1
 | |
| 
 | |
| F13::Send a
 | |
| F14::Send b
 | |
| F15::Send c
 | |
| F16::Send d
 | |
| 
 | |
| ;Row 2
 | |
| 
 | |
| F17::Send e
 | |
| F18::Send f
 | |
| F19::Send g
 | |
| F20::Send h
 | |
| 
 | |
| ;Row 3
 | |
| 
 | |
| F21::Send i
 | |
| F22::Send j
 | |
| F23::Send k
 | |
| F24::Send l
 | |
| 
 | |
| 
 | |
| ;=================================================================
 | |
| ;                       Layer 1
 | |
| ;;=================================================================
 | |
| ;Row 1
 | |
| 
 | |
| !F13::Send m
 | |
| !F14::Send n
 | |
| !F15::Send o
 | |
| !F16::Send p
 | |
| 
 | |
| ;Row 2
 | |
| 
 | |
| !F17::Send q
 | |
| !F18::Send r
 | |
| !F19::Send s
 | |
| !F20::Send t
 | |
| 
 | |
| ;Row 3
 | |
| 
 | |
| !F21::Send u
 | |
| !F22::Send v
 | |
| !F23::Send w
 | |
| !F24::Send x
 | |
| 
 | |
| 
 | |
| ;=================================================================
 | |
| ;                       Layer 2
 | |
| ;;=================================================================
 | |
| ;Row 1
 | |
| 
 | |
| +F13::Send y
 | |
| +F14::Send z
 | |
| +F15::Send A
 | |
| +F16::Send B
 | |
| 
 | |
| ;Row 2
 | |
| 
 | |
| +F17::Send C
 | |
| +F18::Send D
 | |
| +F19::Send E
 | |
| +F20::Send F
 | |
| 
 | |
| ;Row 3
 | |
| 
 | |
| +F21::Send G
 | |
| +F22::Send H
 | |
| +F23::Send I
 | |
| +F24::Send J
 | |
| 
 | |
| ;=================================================================
 | |
| ;                       Layer 3
 | |
| ;;=================================================================
 | |
| ;Row 1
 | |
| 
 | |
| ^F13::Send K
 | |
| ^F14::Send L
 | |
| ^F15::Send M
 | |
| ^F16::Send N
 | |
| 
 | |
| ;Row 2
 | |
| 
 | |
| ^F17::Send O
 | |
| ^F18::Send P
 | |
| ^F19::Send Q
 | |
| ^F20::Send R
 | |
| 
 | |
| ;Row 3
 | |
| 
 | |
| ^F21::Send S
 | |
| ^F22::Send T
 | |
| ^F23::Send U
 | |
| ^F24::Send V
 |