From 5f57519940b033740f607bb52dfddc7457ca5c20 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 3 Nov 2019 20:06:48 +0100 Subject: [PATCH] Fix typo "Csutom" (#1025) --- doc/test_xr.txt | 2 +- source/keyb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/test_xr.txt b/doc/test_xr.txt index 695e47ee..b2a68be5 100644 --- a/doc/test_xr.txt +++ b/doc/test_xr.txt @@ -226,7 +226,7 @@ rofi.kb-custom-10: Alt+0 rofi.kb-custom-11: Alt+Shift+1 ! "Custom keybinding 12" Set from: File rofi.kb-custom-12: Alt+at -! "Csutom keybinding 13" Set from: File +! "Custom keybinding 13" Set from: File rofi.kb-custom-13: Alt+numbersign ! "Custom keybinding 14" Set from: File rofi.kb-custom-14: Alt+dollar diff --git a/source/keyb.c b/source/keyb.c index d11dbd0e..06a5620a 100644 --- a/source/keyb.c +++ b/source/keyb.c @@ -93,7 +93,7 @@ ActionBindingEntry rofi_bindings[] = { .id = CUSTOM_10, .name = "kb-custom-10", .binding = "Alt+0", .comment = "Custom keybinding 10" }, { .id = CUSTOM_11, .name = "kb-custom-11", .binding = "Alt+exclam", .comment = "Custom keybinding 11" }, { .id = CUSTOM_12, .name = "kb-custom-12", .binding = "Alt+at", .comment = "Custom keybinding 12" }, - { .id = CUSTOM_13, .name = "kb-custom-13", .binding = "Alt+numbersign", .comment = "Csutom keybinding 13" }, + { .id = CUSTOM_13, .name = "kb-custom-13", .binding = "Alt+numbersign", .comment = "Custom keybinding 13" }, { .id = CUSTOM_14, .name = "kb-custom-14", .binding = "Alt+dollar", .comment = "Custom keybinding 14" }, { .id = CUSTOM_15, .name = "kb-custom-15", .binding = "Alt+percent", .comment = "Custom keybinding 15" }, { .id = CUSTOM_16, .name = "kb-custom-16", .binding = "Alt+dead_circumflex", .comment = "Custom keybinding 16" },