Skip to content

binding Command+Shift+k => Command+k and Command+k => up_arrow at same time not work #3657

Answered by henryliuser
terryding77 asked this question in Q&A
Discussion options

You must be logged in to vote

Switch the order maybe? Also disallow "any" optional modifier for the cmd+k -> up_arrow one
https://karabiner-elements.pqrs.org/docs/json/complex-modifications-manipulator-evaluation-priority/

Edit:

this seems to work

                "rules": [
                    {
                        "description": "cmd+shift+k -> cmd+k, cmd+k -> up_arrow",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "k",
                                    "modifiers": {
                                        "mandatory": [
                                            "left_command",
               …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@terryding77
Comment options

Answer selected by terryding77
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