Skip to content
Snippets Groups Projects
Commit 462beb53 authored by Christopher Chavez's avatar Christopher Chavez Committed by Peter Hutterer
Browse files

XQuartz: recognize F16-F20 and Menu keys

parent 9937183e
No related branches found
No related tags found
1 merge request!428XQuartz: recognize F16-F20 and Menu keys
...@@ -95,6 +95,8 @@ const static struct { ...@@ -95,6 +95,8 @@ const static struct {
{ 62, XK_Control_R }, { 62, XK_Control_R },
{ 63, XK_Meta_R }, { 63, XK_Meta_R },
{ 110, XK_Menu },
{ 122, XK_F1 }, { 122, XK_F1 },
{ 120, XK_F2 }, { 120, XK_F2 },
{ 99, XK_F3 }, { 99, XK_F3 },
...@@ -110,6 +112,11 @@ const static struct { ...@@ -110,6 +112,11 @@ const static struct {
{ 105, XK_F13 }, { 105, XK_F13 },
{ 107, XK_F14 }, { 107, XK_F14 },
{ 113, XK_F15 }, { 113, XK_F15 },
{ 106, XK_F16 },
{ 64, XK_F17 },
{ 79, XK_F18 },
{ 80, XK_F19 },
{ 90, XK_F20 },
}; };
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment