Skip to content

Make lsft+spc = bspc and rsft+spc = del #1411

Closed Answered by cybardev
cybardev asked this question in Q&A
Discussion options

You must be logged in to vote

Then have a read through: https://jtroo.github.io/config.html#defsrc

Thanks. Sorry for missing that obvious bit. 😅 Makes sense that if it's not in defsrc, Kanata won't process it unless explicitly opted-in.

The following works for me:

(defcfg process-unmapped-keys yes)
(defsrc)
(deflayer default)
(defoverrides
  (esc) (caps)
  (caps) (esc)
  (lsft spc) (bspc)
  (rsft spc) (del)
)

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@jtroo
Comment options

@cybardev
Comment options

@jtroo
Comment options

@cybardev
Comment options

Answer selected by cybardev
@cybardev
Comment options

Comment options

You must be logged in to vote
0 replies
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