yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.13k stars 122 forks source link

Accept either left or right modifier #248

Closed brodmo closed 2 weeks ago

brodmo commented 2 weeks ago

I've been trying for the last hour to make this shortcut

[:!Oa [:!Oi :a]] ;ä

which works with left option, also work with right option. Other than the obvious copy-paste I have no clue how. I imagine it has something to do with :modi but I really don't know. It should be easier to accept either left or right modifiers since that is what most people want most of the time. I would go so far as to suggest that !O should accept left and right option and there should be some new shortcut for only left option since that is a niche use case

brodmo commented 2 weeks ago

Full config

{:main [
   {:des "umlaute" :rules [
    [:!Oa [:!Oi :a]] ;ä
  ]}
]}
brodmo commented 2 weeks ago

Oh I got https://github.com/yqrashawn/GokuRakuJoudo/issues/205 but then this is a documentation issue, this is not mentioned in the tutorial