summaryrefslogtreecommitdiffstats
path: root/FAQ-Keymap.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-01-14 05:15:42 +0900
committertmk <tmk@users.noreply.github.com>2015-01-14 05:15:42 +0900
commit2f44de62405cc8610455485428549a592b56323d (patch)
treeb06504baed9478d09b6248c981dbc7b6aebbb357 /FAQ-Keymap.md
parent59c8a733e6332100fde6ac26005ae0d5a1d463a9 (diff)
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r--FAQ-Keymap.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index 62054138bd..bdf9a90c3a 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -1,6 +1,10 @@
# Keymap
## 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
Use `KC_PWR` instead of `KC_POWER` or vice versa.