Skip to content

Commit

Permalink
[sbj] Map Select key. Contributes to JB#39965
Browse files Browse the repository at this point in the history
  • Loading branch information
Joona Petrell committed Oct 4, 2017
1 parent b68bb05 commit 00e9929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xkeyboard-config/keycodes/evdev
Expand Up @@ -281,6 +281,7 @@ default xkb_keycodes "evdev" {
<I251> = 251; // #define KEY_BRIGHTNESS_CYCLE 243
<I252> = 252; // #define KEY_BRIGHTNESS_ZERO 244
<I253> = 253; // #define KEY_DISPLAY_OFF 245
<I361> = 361; // #define KEY_SELECT 353
<I536> = 536; // #define KEY_CAMERA_FOCUS 528
<I774> = 774; // #define KEY_CAMERA_SNAPSHOT 766 - not in vanilla kernel

Expand Down
1 change: 1 addition & 0 deletions xkeyboard-config/symbols/jolla_vndr/sbj
Expand Up @@ -60,4 +60,5 @@ xkb_symbols "common-keys" {
// These should be camera focus and camera snapshot, but there are no better symbols available
key <I536> { [ XF86ContrastAdjust ] };
key <I774> { [ XF86WebCam ] };
key <I361> { [ Select ] };
};

0 comments on commit 00e9929

Please sign in to comment.