mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Don't use fancy Unicode quotes, stick to ASCII
This commit is contained in:
parent
d6939dd634
commit
7999975016
31 changed files with 328 additions and 328 deletions
|
|
@ -13,7 +13,7 @@ struct kitty_key_data {
|
|||
|
||||
_Static_assert(sizeof(struct kitty_key_data) == 7, "bad size");
|
||||
|
||||
/* Note! *Must* Be kept sorted (on ‘sym’) */
|
||||
/* Note! *Must* Be kept sorted (on 'sym') */
|
||||
static const struct kitty_key_data kitty_keymap[] = {
|
||||
{XKB_KEY_ISO_Level3_Shift, 57453, 'u', true},
|
||||
{XKB_KEY_ISO_Level5_Shift, 57454, 'u', true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue