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:
parent
0477b56616
commit
225087c117
@ -151,8 +151,8 @@
|
||||
|`KC.PIPE` | |<code>|</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]
|
||||
|
Loading…
Reference in New Issue
Block a user