Skip to content

Commit

Permalink
#1342 fix: add Meta metastate options to key event actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Dec 15, 2024
1 parent 7fed16d commit d8a2974
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,10 @@ object KeyEventUtils {
KeyEvent.META_SHIFT_LEFT_ON to R.string.meta_state_shift_left,
KeyEvent.META_SHIFT_RIGHT_ON to R.string.meta_state_shift_right,

KeyEvent.META_META_ON to R.string.meta_state_meta,
KeyEvent.META_META_LEFT_ON to R.string.meta_state_meta_left,
KeyEvent.META_META_RIGHT_ON to R.string.meta_state_meta_right,

KeyEvent.META_SYM_ON to R.string.meta_state_sym,
KeyEvent.META_CAPS_LOCK_ON to R.string.meta_state_caps_lock,
KeyEvent.META_NUM_LOCK_ON to R.string.meta_state_num_lock,
Expand Down

0 comments on commit d8a2974

Please sign in to comment.