mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
|
||||
* means we should get a key+alternate that indiciates
|
||||
* 'k', but a base key that is 'y'.
|
||||
* means we should get a key+alternate that indicates 'k',
|
||||
* but a base key that is 'y'.
|
||||
*/
|
||||
xkb_mod_mask_t mods = 1u << seat.kbd.mod_shift | 1u << seat.kbd.mod_alt;
|
||||
keyboard_modifiers(&seat, NULL, 1337, mods, 0, 0, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue