Browse Source

search_next_previous_keyboard (#10371)

Co-authored-by: gh-log <>
gh-log 9 months ago
parent
commit
c5759b29ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tabby-terminal/src/components/searchPanel.component.pug

+ 2 - 0
tabby-terminal/src/components/searchPanel.component.pug

@@ -6,6 +6,8 @@
         [class.text-danger]='state.resultCount == 0',
         (click)='$event.stopPropagation()',
         (keyup.enter)='findPrevious()',
+        (keyup.up)='findPrevious()',
+        (keyup.down)='findPrevious()',
         (keyup.esc)='close.emit()',
         [placeholder]='"Search"|translate'
     )