Rename Win Key to Super Key

pull/213/head
Dan Trickey 2018-12-17 16:29:30 +00:00 committed by GitHub
parent 581f225484
commit b33fd9dc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ static void input_done(void) {
else if (strcmp(mod_name, XKB_MOD_NAME_NUM) == 0)
mod_name = "Num Lock";
else if (strcmp(mod_name, XKB_MOD_NAME_LOGO) == 0)
mod_name = "Win";
mod_name = "Super";
char *tmp;
if (modifier_string == NULL) {