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

Update pointing_devices.md #85

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions keyboards/svalboard/docs/pointing_devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,9 @@ center.

### By Button Press

Hitting any key not on a short list of "mouse-related" keys will automatically
leave the automouse layer. By default, this means hitting most any other key on
the Svalboard that isn't mapped on the automouse layer, since the remaining keys
are "transparent" (and will thus press the key on the next-highest active
layer).

The following keys will *not* cause the automouse layer to deactivate:
Hitting any key not on the mouse layer will leave the automouse layer.

Some keys typically useful on the mouse layer if not accessible via transparency to other layers:
* Mouse Buttons (`KC_BTN1`, `KC_BTN2`, `KC_BTN3`, `KC_BTN4`, `KC_BTN5`)
* Mouse Scrollwheel Up/Down/Right/Left (`KC_WH_U`, `KC_WH_D`, `KC_WH_R`,
`KC_WH_L`)
Expand Down