blob: 800ed07b4bb217a623db34aa53cb0bae04c0b143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Comment
map <up><play><down> abc<C-A-D-S-a>fhello<enter>
cmd <down> /usr/bin/say 'hello'
mode <play><down> {
cmd <up><play><down> echo 'test' | pbcopy
map <play><down> # <- Error cannot shadow mode deactivation map
}
# Left are headphone buttons
# Right are keyboard keys or a shell command
|