Skip to content

Commit

Permalink
Fix CRJ PLUS and PERIOD
Browse files Browse the repository at this point in the history
  • Loading branch information
callebstrom committed Jan 15, 2023
1 parent 9492caa commit 0ce6ecd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.4 - 2023-01-15
- Use correct event for CRJ `PLUS` and `PERIOD`

## 1.0.3 - 2023-01-14
- Use correct events for CRJ LSKs

Expand Down
5 changes: 3 additions & 2 deletions keymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ mappings:
KEY7: H:ASCRJ_MCDU1_7
KEY8: H:ASCRJ_MCDU1_8
KEY9: H:ASCRJ_MCDU1_9
KEY+: H:ASCRJ_MCDU1_PLUSMINUS
KEY.: H:ASCRJ_MCDU1_DOT
KEY+: H:ASCRJ_MCDU1_PLUS
KEY.: H:ASCRJ_MCDU1_PERIOD
KEYA: H:ASCRJ_MCDU1_A
KEYB: H:ASCRJ_MCDU1_B
KEYC: H:ASCRJ_MCDU1_C
Expand Down Expand Up @@ -669,6 +669,7 @@ mappings:
KEYY: H:ASCRJ_MCDU1_Y
KEYZ: H:ASCRJ_MCDU1_Z
KEYSP: H:ASCRJ_MCDU1_SP
KEYDEL: H:ASCRJ_MCDU1_DEL
KEY/: H:ASCRJ_MCDU1_SLASH
KEYCLR: H:ASCRJ_MCDU1_CLR
FUN11: H:ASCRJ_MCDU1_DIR_INTC
Expand Down

0 comments on commit 0ce6ecd

Please sign in to comment.