summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErez Zukerman2017-05-23 23:03:30 -0400
committerGitHub2017-05-23 23:03:30 -0400
commit9359abf33e121de5f9d1c726087d9e7db384e47f (patch)
tree94eef1d27052de9e0810df2de0d1d4f446631fa2
parent260ddd3290fd0270cd273cc939437e3896fa4fa2 (diff)
surrounds stuff with backticks
-rw-r--r--Keycodes.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/Keycodes.md b/Keycodes.md
index c27c84305..1d48a9ac6 100644
--- a/Keycodes.md
+++ b/Keycodes.md
@@ -32,27 +32,27 @@ Keycodes in QMK are based on [HID Usage Keyboard/Keypad Page(0x07)](http://www.u
|Long Name|Short Name|Description|
|---------|----------|-----------|
-|KC_ENTER|KC_ENT|Return (ENTER)|
-|KC_ESCAPE|KC_ESC|ESCAPE|
-|KC_BSPACE|KC_BSPC|DELETE (Backspace)|
-|KC_TAB||Tab|
+|KC_ENTER|KC_ENT|`Return (ENTER)`|
+|KC_ESCAPE|KC_ESC|`ESCAPE`|
+|KC_BSPACE|KC_BSPC|`DELETE (Backspace)`|
+|KC_TAB||`Tab`|
|KC_SPACE|KC_SPC|Spacebar|
-|KC_MINUS|KC_MINS|- and (underscore)|
-|KC_EQUAL|KC_EQL|= and +|
-|KC_LBRACKET|KC_LBRC|[ and {|
-|KC_RBRACKET|KC_RBRC|] and }|
-|KC_BSLASH|KC_BSLS|\\ and \|
-|KC_NONUS_HASH|KC_NUHS|Non-US # and ~|
-|KC_NONUS_BSLASH|KC_NUBS|Non-US \ and |
-|KC_INT1|KC_RO|JIS \\ and \|
+|KC_MINUS|KC_MINS|`-` and `_`|
+|KC_EQUAL|KC_EQL|`=` and `+`|
+|KC_LBRACKET|KC_LBRC|`[` and `{`|
+|KC_RBRACKET|KC_RBRC|`]` and `}`|
+|KC_BSLASH|KC_BSLS|`\` and `|` |
+|KC_NONUS_HASH|KC_NUHS|Non-US `#` and `~`|
+|KC_NONUS_BSLASH|KC_NUBS|Non-US `\` and `|` |
+|KC_INT1|KC_RO|JIS `\` and `|` |
|KC_INT2|KC_KANA|International216|
-|KC_INT3|KC_JYEN|Yen Symbol (¥)|
-|KC_SCOLON|KC_SCLN|; and :|
-|KC_QUOTE|KC_QUOT|‘ and “|
+|KC_INT3|KC_JYEN|Yen Symbol (`¥`)|
+|KC_SCOLON|KC_SCLN|`;` and `:`|
+|KC_QUOTE|KC_QUOT|`‘` and `“`|
|KC_GRAVE|KC_GRV|Grave Accent and Tilde|
-|KC_COMMA|KC_COMM|, and <|
-|KC_DOT||. and >|
-|KC_SLASH|KC_SLSH|/ and ?|
+|KC_COMMA|KC_COMM|`,` and `<`|
+|KC_DOT||`.` and `>`|
+|KC_SLASH|KC_SLSH|`/` and `?`|
|KC_CAPSLOCK|KC_CAPS|Caps Lock|
## Modifiers