Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
This commit is contained in:
@@ -7,7 +7,7 @@ This layout aims to have a similar layout to Apple keyboards while using ISO lay
|
||||
The changes that were applied over default layout:
|
||||
|
||||
* Make Win/cmd keys right next to space bar just like Apple keyboards.
|
||||
* Adding a power (`KC_POWER`) key, so the lock screen shortcut works.
|
||||
* Adding a power (`KC_PWR`) key, so the lock screen shortcut works.
|
||||
* Re-use the page up and page down keys to make ["é] (`KC_NUBS`) and [<>|] (`KC_GRAVE`) keys more accessible.
|
||||
* Optimize the function layer, by removing the mouse movement combinations and adding additional media keys.
|
||||
* Swap the positions of volume up and volume down and mute buttons on function layer, so these keys are actually with the same order as Apple keyboard layout.
|
||||
|
||||
Reference in New Issue
Block a user