From b03fce33cac828a38cec2a19180b12ddce8be0cd Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 24 Aug 2020 00:51:34 -0500 Subject: [PATCH] Update Key: Context to Key: Menu in device view label lookup --- qt/DeviceView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/DeviceView.cpp b/qt/DeviceView.cpp index e1be4a41..d7b9734b 100644 --- a/qt/DeviceView.cpp +++ b/qt/DeviceView.cpp @@ -120,7 +120,7 @@ static const led_label_lookup_type led_label_lookup[] = { "Key: Right Alt", "Alt" }, { "Key: Right Fn", "Fn" }, { "Key: Right Windows", "Win" }, - { "Key: Context", "Mnu" }, + { "Key: Menu", "Mnu" }, { "Key: Right Control", "Ctl" }, { "Key: Left Arrow", "Lft" }, { "Key: Down Arrow", "Dn" },