Currently keybindings are considered for macOS only, but not for Linux and/or Windows.
gpui's built-in Keystroke::parse(...).to_string() might be worth to consider.
Side note: TextInput currently checks Cmd/Super modifier for a "select all". But on Linux Ctrl+A doesn't select all. Only the Super key does, which is uncommon on Linux.
Currently keybindings are considered for macOS only, but not for Linux and/or Windows.
gpui's built-inKeystroke::parse(...).to_string()might be worth to consider.Side note:
TextInputcurrently checksCmd/Supermodifier for a "select all". But on LinuxCtrl+Adoesn't select all. Only theSuperkey does, which is uncommon on Linux.