Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mouse buttons to keyboard shortcuts #182

Open
georgewsinger opened this issue Jul 27, 2022 · 0 comments
Open

Add mouse buttons to keyboard shortcuts #182

georgewsinger opened this issue Jul 27, 2022 · 0 comments

Comments

@georgewsinger
Copy link
Collaborator

georgewsinger commented Jul 27, 2022

See #180 for original request. @jfrconley

We're working on a solution now that will allow us to add

  , { _keyCombination = ["KEY_BUTTON_LEFT"]                    , _keyAction = "clickLeft"        }
  , { _keyCombination = ["KEY_BUTTON_RIGHT"]                   , _keyAction = "clickRight"       }
  , { _keyCombination = ["KEY_BUTTON_MIDDLE"]                 , _keyAction = "clickMiddle"       }
  , { _keyCombination = ["KEY_BUTTON_WHEEL_UP"]           , _keyAction = "scrollUp"              }
  , { _keyCombination = ["KEY_BUTTON_WHEEL_DOWN"      , _keyAction = "scrollDown"                }
  , { _keyCombination = ["KEY_BUTTON_XBUTTON1"]            , _keyAction = "...something else..." }
  , { _keyCombination = ["KEY_BUTTON_XBUTTON2"]            , _keyAction = "...something else.."  }

to ./config/config.dhall. The intended use case in this instance is to allow KEY_BUTTON_XBUTTON1 and KEY_BUTTON_XBUTTON2 to send Control +PgUp/PgDn (to switch browser tabs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant