1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/docs/config
Wez Furlong 508baabc79 keys: default assignments can now be set to mapped or physical
A bit of a PITA, this commit:

* Introduces a DeferredKeyCode type that defers resolving a concrete
  keycode
* Adds key_map_preference config which can be Mapped or Physical
* Key map building resolves the keycode using key_map_preference
* Default key assignments have been re-phrased in order to produce
  DeferredKeyCodes
* User-specified keys without `mapped:` or `phys:` prefixes will
  resolve according to key_map_preference

refs: https://github.com/wez/wezterm/issues/1788
refs: https://github.com/wez/wezterm/issues/1784
2022-04-01 08:07:23 -07:00
..
lua keys: default assignments can now be set to mapped or physical 2022-04-01 08:07:23 -07:00
appearance.md docs: fix inactive_tab_edge example 2022-03-26 09:58:13 -07:00
files.md docs: clarify that all config dirs apply on all operating systems 2021-04-02 21:01:13 -07:00
font-shaping.md docs: update for 20220101-133340-7edc5b5a release 2022-01-01 13:36:37 -07:00
fonts.md Added missing flag in documentation about listing system fonts 2022-01-21 09:18:28 -08:00
keys.md keys: default assignments can now be set to mapped or physical 2022-04-01 08:07:23 -07:00
launch.md docs: remove mention of SpawnTab in launch.md 2022-03-09 05:56:15 -08:00
mouse.md allow left-button-release to copy to selection when shift is held 2021-12-23 12:33:51 -07:00