Rename Key: Context to Key: Menu
This commit is contained in:
parent
c58d458062
commit
38f8808bea
6 changed files with 10 additions and 10 deletions
|
|
@ -139,7 +139,7 @@ static const razer_key blackwidow_chroma_keymap[] =
|
|||
{ 0, 5, 2, "Key: Left Windows" },
|
||||
{ 0, 5, 3, "Key: Left Alt" },
|
||||
{ 0, 5, 11, "Key: Right Alt" },
|
||||
{ 0, 5, 13, "Key: Context" },
|
||||
{ 0, 5, 13, "Key: Menu" },
|
||||
{ 0, 5, 14, "Key: Right Control" },
|
||||
{ 0, 5, 15, "Key: Left Arrow" },
|
||||
{ 0, 5, 16, "Key: Down Arrow" },
|
||||
|
|
@ -236,7 +236,7 @@ static const razer_key blackwidow_chroma_te_keymap[] =
|
|||
{ 0, 5, 2, "Key: Left Windows" },
|
||||
{ 0, 5, 3, "Key: Left Alt" },
|
||||
{ 0, 5, 11, "Key: Right Alt" },
|
||||
{ 0, 5, 13, "Key: Context" },
|
||||
{ 0, 5, 13, "Key: Menu" },
|
||||
{ 0, 5, 14, "Key: Right Control" },
|
||||
{ 0, 5, 15, "Key: Left Arrow" },
|
||||
{ 0, 5, 16, "Key: Down Arrow" },
|
||||
|
|
@ -541,7 +541,7 @@ static const razer_key huntsman_elite_keymap[] =
|
|||
{ 0, 5, 7, "Key: Space" },
|
||||
{ 0, 5, 11, "Key: Right Alt" },
|
||||
{ 0, 5, 12, "Key: Right Fn" },
|
||||
{ 0, 5, 13, "Key: Context" },
|
||||
{ 0, 5, 13, "Key: Menu" },
|
||||
{ 0, 5, 14, "Key: Right Control" },
|
||||
{ 0, 5, 15, "Key: Left Arrow" },
|
||||
{ 0, 5, 16, "Key: Down Arrow" },
|
||||
|
|
@ -659,7 +659,7 @@ static const razer_key blackwidow_elite_keymap[] =
|
|||
{ 0, 5, 10, "Key: Right Alt" },
|
||||
{ 0, 5, 11, "Logo" },
|
||||
{ 0, 5, 12, "Key: Right Fn" },
|
||||
{ 0, 5, 13, "Key: Context" },
|
||||
{ 0, 5, 13, "Key: Menu" },
|
||||
{ 0, 5, 14, "Key: Right Control" },
|
||||
{ 0, 5, 15, "Key: Left Arrow" },
|
||||
{ 0, 5, 16, "Key: Down Arrow" },
|
||||
|
|
@ -775,7 +775,7 @@ static const razer_key blackwidow_2019_keymap[] =
|
|||
{ 0, 5, 10, "Key: Right Alt" },
|
||||
{ 0, 5, 11, "Logo" },
|
||||
{ 0, 5, 12, "Key: Right Fn" },
|
||||
{ 0, 5, 13, "Key: Context" },
|
||||
{ 0, 5, 13, "Key: Menu" },
|
||||
{ 0, 5, 14, "Key: Right Control" },
|
||||
{ 0, 5, 15, "Key: Left Arrow" },
|
||||
{ 0, 5, 16, "Key: Down Arrow" },
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ static const char* led_names[] =
|
|||
"Key: O", //110
|
||||
"Key: L", //111
|
||||
"Key: ,", //112
|
||||
"Key: Context", //113
|
||||
"Key: Menu", //113
|
||||
"Key: Left Arrow", //115
|
||||
"Key: Number Pad -", //116
|
||||
"Key: Number Pad 3", //117
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ static const char *led_names[] =
|
|||
"Key: ]",
|
||||
// Skip index 75
|
||||
// Skip index 76
|
||||
"Key: Context",
|
||||
"Key: Menu",
|
||||
"Key: F12",
|
||||
"Key: Backspace",
|
||||
"Key: \\ (ANSI)",
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ static const char *led_names[] =
|
|||
"Key: O",
|
||||
"Key: L",
|
||||
"Key: ,",
|
||||
"Key: Context",
|
||||
"Key: Menu",
|
||||
"Key: Enter (ISO)",
|
||||
"Key: Left Arrow",
|
||||
"Key: F1",
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ static const led_type led_names[] =
|
|||
{ "Key: Number Pad 0", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0x62 },
|
||||
{ "Key: Number Pad .", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0x63 },
|
||||
{ "Key: \\ (ISO)", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0x64 },//ISO only
|
||||
{ "Key: Context", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0x65 },
|
||||
{ "Key: Menu", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0x65 },
|
||||
{ "Key: Left Control", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0xE0 },
|
||||
{ "Key: Left Shift", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0xE1 },
|
||||
{ "Key: Left Alt", LOGITECH_G810_ZONE_DIRECT_KEYBOARD, 0xE2 },
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ static const char* led_names[] =
|
|||
"Key: =",
|
||||
"Key: ]",
|
||||
"Key: /",
|
||||
"Key: Context",
|
||||
"Key: Menu",
|
||||
"Key: Number Pad -",
|
||||
"Key: Print Screen",
|
||||
"Key: \\ (ANSI)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue