diff --git a/RGBController/OpenRazerDevices.h b/RGBController/OpenRazerDevices.h index 4516d293..0b0d9731 100644 --- a/RGBController/OpenRazerDevices.h +++ b/RGBController/OpenRazerDevices.h @@ -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" }, diff --git a/RGBController/RGBController_CorsairPeripheral.cpp b/RGBController/RGBController_CorsairPeripheral.cpp index 6307759c..05488e9d 100644 --- a/RGBController/RGBController_CorsairPeripheral.cpp +++ b/RGBController/RGBController_CorsairPeripheral.cpp @@ -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 diff --git a/RGBController/RGBController_HyperXAlloyOrigins.cpp b/RGBController/RGBController_HyperXAlloyOrigins.cpp index 928c5fb5..376a5cbc 100644 --- a/RGBController/RGBController_HyperXAlloyOrigins.cpp +++ b/RGBController/RGBController_HyperXAlloyOrigins.cpp @@ -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)", diff --git a/RGBController/RGBController_HyperXKeyboard.cpp b/RGBController/RGBController_HyperXKeyboard.cpp index 93162700..88a61d75 100644 --- a/RGBController/RGBController_HyperXKeyboard.cpp +++ b/RGBController/RGBController_HyperXKeyboard.cpp @@ -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", diff --git a/RGBController/RGBController_LogitechG810.cpp b/RGBController/RGBController_LogitechG810.cpp index 4b081c7e..9a4c5c38 100644 --- a/RGBController/RGBController_LogitechG810.cpp +++ b/RGBController/RGBController_LogitechG810.cpp @@ -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 }, diff --git a/RGBController/RGBController_PoseidonZRGB.cpp b/RGBController/RGBController_PoseidonZRGB.cpp index d5cc5502..9f4cdda1 100644 --- a/RGBController/RGBController_PoseidonZRGB.cpp +++ b/RGBController/RGBController_PoseidonZRGB.cpp @@ -129,7 +129,7 @@ static const char* led_names[] = "Key: =", "Key: ]", "Key: /", - "Key: Context", + "Key: Menu", "Key: Number Pad -", "Key: Print Screen", "Key: \\ (ANSI)",