You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my .skhdrc I am attempting to bind lcmd + jikl to emulate arrow keys. I use the keywords up,left,down,right following keywords (modifiers and literals) #1
lcmd - i : up
lcmd - j : left
lcmd - k : down
lcmd - l : right
I save and run skhd -V, but I am getting the error Unknown command
hotkey :: #131 {
mod: 'lcmd'
key: 'i' (0x22)
cmd: 'up'
}
hotkey :: #132 {
mod: 'lcmd'
key: 'j' (0x26)
cmd: 'left'
}
hotkey :: #133 {
mod: 'lcmd'
key: 'k' (0x28)
cmd: 'down'
}
hotkey :: #134 {
mod: 'lcmd'
key: 'l' (0x25)
cmd: 'right'
}
skhd: watching files for changes:
/Users/MYUSER/.skhdrc
fish: Unknown command: left
fish:
left
^~~^
fish: Unknown command: up
fish:
up
^^
fish: Unknown command: down
fish:
down
^~~^
fish: Unknown command: right
fish:
right
^~~~^
Is skhd capable of simulating arrow key presses? If so, how can I correct my config?
The text was updated successfully, but these errors were encountered:
milesromeno
changed the title
Simulating arrow keys fails
Simulating arrow key presses
Jan 6, 2024
In my
.skhdrc
I am attempting to bindlcmd + jikl
to emulate arrow keys. I use the keywordsup
,left
,down
,right
following keywords (modifiers and literals) #1I save and run
skhd -V
, but I am getting the errorUnknown command
Is skhd capable of simulating arrow key presses? If so, how can I correct my config?
The text was updated successfully, but these errors were encountered: