Skip to content

Help with complex modification #249

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

You must be logged in to vote

I found a working solution based on the great dotfiles https://github.com/yqrashawn/yqdotfiles/blob/61dae1e5363a37e01dfca779c64c99639a11b39f/.config/karabiner.edn :)

  {:des "Fn change language" :rules [
                             {:from {:key_code :fn}
                              :to [{:key_code :fn :lazy true}]
                              :to_if_alone [{:apple_vendor_keyboard_key_code :language}]
                              :type :basic}
                             ]}

Maybe it helps someone.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jendker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant