We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bcc41 commit 67760d0Copy full SHA for 67760d0
rio/src/screen/bindings/mod.rs
@@ -823,7 +823,6 @@ pub fn platform_key_bindings() -> Vec<KeyBinding> {
823
"h", ModifiersState::SUPER | ModifiersState::ALT; Action::HideOtherApplications;
824
"m", ModifiersState::SUPER; Action::Minimize;
825
"q", ModifiersState::SUPER; Action::Quit;
826
- "w", ModifiersState::SUPER; Action::Quit;
827
"n", ModifiersState::SUPER; Action::WindowCreateNew;
828
"t", ModifiersState::SUPER; Action::TabCreateNew;
829
Tab, ModifiersState::CONTROL; Action::TabSwitchNext;
0 commit comments