zed/crates/gpui
Conrad Irwin 0c2bc6e553
Fix some international keybindings (#2957)
This adds primitive interaction with the IME system for keyboard
shortcuts in zed.

- Consult the IME functionality when handling keyboard shortcuts. This
allows you to bind to characters (like " on a Brazillian keybaord, or $
on a Czech keyboard) that aren't typed with an unmodified key.
([#1981](https://github.com/zed-industries/community/issues/1981))
([#1913](https://github.com/zed-industries/community/issues/1913))

Co-authored-with: Antonio Scandurra <me@as-cii.com>
2023-09-11 11:56:57 -06:00
..
examples Eliminate PaintContext 2023-09-11 09:00:59 -06:00
src Fix some international keybindings (#2957) 2023-09-11 11:56:57 -06:00
tests Merge branch 'main' into divs 2023-08-22 16:35:56 -06:00
build.rs Use a hand-coded parser for keymap context predicates 2023-01-16 15:53:49 -08:00
Cargo.toml Checkpoint 2023-09-06 15:22:35 -06:00