mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
input: codespell: indiciates -> indicates
This commit is contained in:
parent
5e65f3f07e
commit
f62a5ed1ff
1 changed files with 2 additions and 2 deletions
4
input.c
4
input.c
|
|
@ -1944,8 +1944,8 @@ UNITTEST
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* In the de(neo) layout, the Y key generates 'k'. This
|
* In the de(neo) layout, the Y key generates 'k'. This
|
||||||
* means we should get a key+alternate that indiciates
|
* means we should get a key+alternate that indicates 'k',
|
||||||
* 'k', but a base key that is 'y'.
|
* but a base key that is 'y'.
|
||||||
*/
|
*/
|
||||||
xkb_mod_mask_t mods = 1u << seat.kbd.mod_shift | 1u << seat.kbd.mod_alt;
|
xkb_mod_mask_t mods = 1u << seat.kbd.mod_shift | 1u << seat.kbd.mod_alt;
|
||||||
keyboard_modifiers(&seat, NULL, 1337, mods, 0, 0, 1);
|
keyboard_modifiers(&seat, NULL, 1337, mods, 0, 0, 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue