Merge pull request #213 from trickeydan/patch-1

Rename Win Key to Super Key
pull/230/head
Ingo Bürk 2019-04-12 08:29:09 +02:00 committed by GitHub
commit 78a601bf98
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) {