Updated FAQ Keymap (markdown)
This commit is contained in:
parent
59c8a733e6
commit
2f44de6240
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Keymap
|
# Keymap
|
||||||
## Sysrq key
|
## Sysrq key
|
||||||
see #168
|
Use keycode for Print Screen(`KC_PSCREEN' or `KC_PSCR`) instead of `KC_SYSREQ`. Key combination of 'Alt + Print Screen' is recognized as 'System request'.
|
||||||
|
|
||||||
|
See [issue #168](https://github.com/tmk/tmk_keyboard/issues/168) and
|
||||||
|
http://en.wikipedia.org/wiki/Magic_SysRq_key
|
||||||
|
http://en.wikipedia.org/wiki/System_request
|
||||||
|
|
||||||
## Power key doesn't work
|
## Power key doesn't work
|
||||||
Use `KC_PWR` instead of `KC_POWER` or vice versa.
|
Use `KC_PWR` instead of `KC_POWER` or vice versa.
|
||||||
|
|
Loading…
Reference in a new issue