Skip to content

Commit

Permalink
Merge pull request #27 from jmbockhorst/capslock
Browse files Browse the repository at this point in the history
Add caps lock to the list of allowed key codes
  • Loading branch information
abadi199 committed Jan 13, 2021
2 parents 3b00236 + 85ebb85 commit 97de306
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Input/KeyCode.elm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ allowedKeyCodes =
, tab
, enter
, shift
, capsLock
]


Expand Down Expand Up @@ -70,3 +71,8 @@ rightArrow =
downArrow : Int
downArrow =
40


capsLock : Int
capsLock =
20

0 comments on commit 97de306

Please sign in to comment.