1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Keymouse configuration example
# Copy this to ~/Library/Application Support/keymouse/config.toml and edit values.
# Toggle mouse mode on/off
# Supports function keys like "f1"..."f12"
= "f1"
# Cursor movement keys (single key names)
= "k"
= "j"
= "h"
= "l"
# Scroll keys
= "u"
= "n"
= "b"
= "m"
# Grid mode controls
= ";"
= "enter"
# Mouse click keys
= "f"
= "d"
= "v" # Toggle left-button hold for drag (press again to release)
# Movement speed modifiers
# Supported values: "shift", "option" (or "alt")
= "shift"
= "option"
# Grid overlay visuals
# Available values: "classic", "midnight", "ocean", "forest"
= "classic"
# Overlay opacity multiplier (0.0 to 1.0)
= 1.0
# Optional grid accent color in hex format (#RRGGBB). Leave empty to use theme defaults.
= ""
# Visual labels only (controls remain Q/W/E A/S/D Z/X/C)
= ["Q", "W", "E", "A", "S", "D", "Z", "X", "C"]