mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Remove support for using 0 as shortcut key
This commit is contained in:
parent
6631d3953f
commit
08bf091b5b
1 changed files with 0 additions and 8 deletions
|
@ -1603,14 +1603,6 @@ impl TTApp {
|
|||
self.mode = AppMode::TaskHelpPopup;
|
||||
} else if input == self.keyconfig.filter {
|
||||
self.mode = AppMode::TaskFilter;
|
||||
} else if input == self.keyconfig.shortcut0 {
|
||||
match self.task_shortcut(0) {
|
||||
Ok(_) => self.update(true)?,
|
||||
Err(e) => {
|
||||
self.mode = AppMode::TaskError;
|
||||
self.error = e;
|
||||
}
|
||||
}
|
||||
} else if input == self.keyconfig.shortcut1 {
|
||||
match self.task_shortcut(1) {
|
||||
Ok(_) => self.update(true)?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue