stevenarella/src/ui
iceiix 0c65cc1e0d
ui: keyboard input fixes (#432, #476) (#477)
* Fix Cmd-V typing v, suppress key_type on ctrl/logo, closes #432
Only send key_type() when modifiers are not pressed.

* Fix backspace repeat and inserting ⌂, closes #476
Handle backspace in key_type instead of key_press, so we get
auto-repeat for free, and can suppress typing the character.
2021-01-16 14:11:17 -08:00
..
logo.rs Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
mod.rs ui: keyboard input fixes (#432, #476) (#477) 2021-01-16 14:11:17 -08:00