Skip to content

Can't map to Backspace #85

Closed Answered by evan-liu
omerchn asked this question in Q&A
May 18, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@evan-liu
Comment options

@omerchn
Comment options

Answer selected by omerchn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #84 on May 20, 2023 04:01.