mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
typo in key.zig
This commit is contained in:
@ -129,7 +129,7 @@ pub fn eventMods(
|
|||||||
|
|
||||||
// On Wayland, we have to use the GDK device because the mods sent
|
// On Wayland, we have to use the GDK device because the mods sent
|
||||||
// to this event do not have the modifier key applied if it was
|
// to this event do not have the modifier key applied if it was
|
||||||
// presssed (i.e. left control).
|
// pressed (i.e. left control).
|
||||||
break :mods translateMods(c.gdk_device_get_modifier_state(device));
|
break :mods translateMods(c.gdk_device_get_modifier_state(device));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user