Skip to content

Commit

Permalink
remove w as Quit
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jul 23, 2023
1 parent 17bcc41 commit 67760d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rio/src/screen/bindings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ pub fn platform_key_bindings() -> Vec<KeyBinding> {
"h", ModifiersState::SUPER | ModifiersState::ALT; Action::HideOtherApplications;
"m", ModifiersState::SUPER; Action::Minimize;
"q", ModifiersState::SUPER; Action::Quit;
"w", ModifiersState::SUPER; Action::Quit;
"n", ModifiersState::SUPER; Action::WindowCreateNew;
"t", ModifiersState::SUPER; Action::TabCreateNew;
Tab, ModifiersState::CONTROL; Action::TabSwitchNext;
Expand Down

0 comments on commit 67760d0

Please sign in to comment.