1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00
wezterm/window/src
Wez Furlong c0502012d5 redefine key assignments in terms of physical key location
and then remove horrible mac hacks.

This resolves the root cause for some horrible mac key mapping stuff
that is responsible for at least 3 different user issues by making the
default key assignments work from the physical key location.  That makes
them unambiguous.

refs: https://github.com/wez/wezterm/issues/601
refs: https://github.com/wez/wezterm/issues/760
refs: https://github.com/wez/wezterm/issues/1080
refs: https://github.com/wez/wezterm/issues/1483
2022-01-03 00:22:51 -07:00
..
bitmaps add some more metrics around get_lines_with_hyperlinks_applied + others 2021-08-01 14:50:50 -07:00
os redefine key assignments in terms of physical key location 2022-01-03 00:22:51 -07:00
configuration.rs remove the config bridge and have window -> config directly 2021-03-23 21:56:57 -07:00
connection.rs add audible_bell config option 2021-09-26 12:55:19 -07:00
egl.rs fix some unused/unread field warnings 2021-12-10 08:18:36 -07:00
lib.rs window: add deadkeystatus event 2022-01-02 17:00:18 -07:00
spawn.rs window: log/retry self-pipe-writes 2021-05-23 19:07:48 -07:00