File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 662
662
/* Select an area of screen to be copied */
663
663
#define KEY_SELECTIVE_SCREENSHOT 0x27a
664
664
665
+ /* Move the focus to the next or previous user controllable element within a UI container */
666
+ #define KEY_NEXT_ELEMENT 0x27b
667
+ #define KEY_PREVIOUS_ELEMENT 0x27c
668
+
669
+ /* Toggle Autopilot engagement */
670
+ #define KEY_AUTOPILOT_ENGAGE_TOGGLE 0x27d
671
+
672
+ /* Shortcut Keys */
673
+ #define KEY_MARK_WAYPOINT 0x27e
674
+ #define KEY_SOS 0x27f
675
+ #define KEY_NAV_CHART 0x280
676
+ #define KEY_FISHING_CHART 0x281
677
+ #define KEY_SINGLE_RANGE_RADAR 0x282
678
+ #define KEY_DUAL_RANGE_RADAR 0x283
679
+ #define KEY_RADAR_OVERLAY 0x284
680
+ #define KEY_TRADITIONAL_SONAR 0x285
681
+ #define KEY_CLEARVU_SONAR 0x286
682
+ #define KEY_SIDEVU_SONAR 0x287
683
+ #define KEY_NAV_INFO 0x288
684
+ #define KEY_BRIGHTNESS_MENU 0x289
685
+
665
686
/*
666
687
* Some keyboards have keys which do not have a defined meaning, these keys
667
688
* are intended to be programmed / bound to macros by the user. For most
You can’t perform that action at this time.
0 commit comments