소스 검색

Updated FAQ Keymap (markdown)

tmk 11 년 전
부모
커밋
f27207e807
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      FAQ-Keymap.md

+ 3 - 3
FAQ-Keymap.md

@@ -1,10 +1,10 @@
 # Keymap
 ## Sysrq key
-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'.
+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
+- 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.