1
0
Fork 0

Normalise mouse keycodes (#23975)

This commit is contained in:
Ryan 2024-07-03 18:35:54 +10:00 committed by GitHub
parent bc0c69570b
commit f8596b40a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 426 additions and 209 deletions

View file

@ -60,10 +60,10 @@ with mods, like Ctrl + Left ↔ Ctrl + Right Arrow.
|`KC_UP` ↔ `KC_DOWN` | Up ↔ Down Arrow |
|`KC_HOME` ↔ `KC_END` | Home ↔ End |
|`KC_PGUP` ↔ `KC_PGDN` | Page Up ↔ Page Down |
|`KC_MS_L` ↔ `KC_MS_R` | Mouse Cursor Left ↔ Right |
|`KC_MS_U` ↔ `KC_MS_D` | Mouse Cursor Up ↔ Down |
|`KC_WH_L` ↔ `KC_WH_R` | Mouse Wheel Left ↔ Right |
|`KC_WH_U` ↔ `KC_WH_D` | Mouse Wheel Up ↔ Down |
|`MS_LEFT` ↔ `MS_RGHT` | Mouse Cursor Left ↔ Right |
|`MS_UP` ↔ `MS_DOWN` | Mouse Cursor Up ↔ Down |
|`MS_WHLL` ↔ `MS_WHLR` | Mouse Wheel Left ↔ Right |
|`MS_WHLU` ↔ `MS_WHLD` | Mouse Wheel Up ↔ Down |
**Misc**