clutter: Ignore duplicated Break keysum

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4198>
This commit is contained in:
Bilal Elmoussaoui 2025-01-31 18:25:05 +01:00
parent 89d85a809b
commit ce6a321da2
2 changed files with 1 additions and 2 deletions

View File

@ -128,7 +128,7 @@ Exiting...""",
XF86KEYSYM_URL,
"XF86XK_",
output_file,
("XF86XK_Q", "XF86XK_Calculater"),
("XF86XK_Q", "XF86XK_Calculater", "XF86XK_Break"),
{
"XF86XK_XF86BackForward": "XF86XK_AudioForward",
"XF86XK_Clear": "XF86XK_WindowClear",

View File

@ -2330,7 +2330,6 @@
#define CLUTTER_KEY_Audio 0x10081188
#define CLUTTER_KEY_ChannelUp 0x10081192
#define CLUTTER_KEY_ChannelDown 0x10081193
#define CLUTTER_KEY_Break 0x1008119b
#define CLUTTER_KEY_VideoPhone 0x100811a0
#define CLUTTER_KEY_ZoomReset 0x100811a4
#define CLUTTER_KEY_Editor 0x100811a6