diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/keyboard/key_code.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/keyboard/key_code.rs b/core/src/keyboard/key_code.rs index 26020a57..966c5eb4 100644 --- a/core/src/keyboard/key_code.rs +++ b/core/src/keyboard/key_code.rs @@ -27,7 +27,8 @@ pub enum KeyCode { Key9, /// The '0' key over the 'O' and 'P' keys. Key0, - + Plus, + Asterisk, A, B, C, |