yqrashawn / GokuRakuJoudo

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

Keys using left_option will also be effective when using right_option #169

Closed imkaihao closed 2 years ago

imkaihao commented 2 years ago

Here is my configration, using left_option to launch apps

{:des   "left-option to launch apps"
:rules [[:!Oz [:open "/Applications/OmniFocus.app"]]
        [:!Ox [:open "/Applications/OmniOutliner.app"]]
        [:!Oe [:open "/Applications/Emacs.app"]]
        ]}

But it will also affect the right_option key, making it the same as the left_option key.

When I change the configration to use the right_option key,

{:des   "right-option to launch apps"
:rules [[:!Ez [:open "/Applications/OmniFocus.app"]]
        [:!Ex [:open "/Applications/OmniOutliner.app"]]
        [:!Ee [:open "/Applications/Emacs.app"]]
        ]}

It doesn't take effect at all.