1
0
Fork 0

qwerty_code_friendly: add numbers keys (#3078)

This commit is contained in:
Campbell Barton 2018-05-30 00:58:51 +02:00 committed by Drashna Jaelre
parent 4bd64227fd
commit 434a450be1
2 changed files with 16 additions and 8 deletions

View file

@ -122,11 +122,16 @@ Notes:
'--------------------' '--------------------'
```
## Keymap 2: Keymap 2: Media and Mouse Keys
## Keymap 2: Media, Mouse Keys and Numbers
Notes:
- Numbers are included on this layer since some applications differentiate
between numbers top row and keypad.
```
.--------------------------------------------------. .--------------------------------------------------.
| | | | | | | | |Mute | | | | | | |
| | 1 | 2 | 3 | 4 | 5 | | | Mute | 6 | 7 | 8 | 9 | 0 | |
|--------+------+------+------+------+------+------| |------+------+------+------+------+------+--------|
| | | | MsUp | | |MWhlUp| |VolUp | | | | | | |
|--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
@ -174,6 +179,9 @@ eg: `-DCFQ_WORD_E=\"my@email.com\"`
## Changelog
- 2018/05/29
Add number keys for cases when keypad numbers are handled differently.
- 2018/05/19
Move all media keys to right thumb cluster
(matching page up/down, home/end locations).