-
Thanks in advanced for the help! rule('fn delete word').manipulators([
// config key mappings
map('fn', '⌫').to('right_option', '⌫'),
]), How would I go about doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @omercohen990 , thanks for trying out the tool. Sorry for the late reply as I somehow didn't get emailed by GitHub. It can be one of these: map('⌫', 'fn').to('⌫', 'right_option')
map('⌫', 'fn').to('⌫', '›⌃')
map('⌫', 'fn').to('⌫', '⌃') // side normally doesn't matter as modifiers
map('delete_or_backspace', 'fn').to('delete_or_backspace', 'right_option') See more here: https://evan-liu.github.io/karabiner.ts/manipulators/from#map-key |
Beta Was this translation helpful? Give feedback.
Hi @omercohen990 , thanks for trying out the tool. Sorry for the late reply as I somehow didn't get emailed by GitHub.
It can be one of these:
See more here: https://evan-liu.github.io/karabiner.ts/manipulators/from#map-key