We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010e8ec commit fb1d1f9Copy full SHA for fb1d1f9
1 file changed
src/app/tile.rs
@@ -186,8 +186,6 @@ impl Tile {
186
keyboard::Key::Character(chr) => {
187
if modifiers.command() && chr.to_string() == "r" {
188
return Some(Message::ReloadConfig);
189
- } else if modifiers.command() && chr.to_string() == "," {
190
- open_settings();
191
} else if chr.to_string() == "p" && modifiers.control() {
192
return Some(Message::ChangeFocus(ArrowKey::Up, 1));
193
} else if chr.to_string() == "n" && modifiers.control() {
0 commit comments