remove not-implemented keycodes from docs

resolves #631

We can't do `KC.LT`, because it collides with layer tap; ergo also remove `KC.GT`.
This commit is contained in:
xs5871 2022-10-27 18:13:09 +00:00 committed by Josh Klar
parent 0477b56616
commit 225087c117

View File

@ -151,8 +151,8 @@
|`KC.PIPE` | |<code>&#124;</code>|
|`KC.COLON` |`KC.COLN` |`:` |
|`KC.DOUBLE_QUOTE` |`KC.DQUO`, `KC.DQT`|`"` |
|`KC.LEFT_ANGLE_BRACKET` |`KC.LABK`, `KC.LT` |`<` |
|`KC.RIGHT_ANGLE_BRACKET`|`KC.RABK`, `KC.GT` |`>` |
|`KC.LEFT_ANGLE_BRACKET` |`KC.LABK` |`<` |
|`KC.RIGHT_ANGLE_BRACKET`|`KC.RABK` |`>` |
|`KC.QUESTION` |`KC.QUES` |`?` |
## [International Keys]