Skip to content

Commit

Permalink
def.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Aug 7, 2024
1 parent e3f10a4 commit 165a577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1661,10 +1661,7 @@

//[Find/Hotkeys]
//Hotkeys in the Find/Replace dialog. They work only when Find/Replace dialog is focused.
//"find_hotkey_replace_dlg" can be different from usual "replace dialog" hotkey, which
//you set in the Command Palette. Also, these hotkeys cannot be combo (2 sequental hotkeys).
"find_hotkey_find_dlg": "Ctrl+F",
"find_hotkey_replace_dlg": "Ctrl+R",
//These hotkeys cannot be combo (ie 2 sequental hotkeys).
"find_hotkey_find_first": "Alt+Enter",
"find_hotkey_find_next": "F3",
"find_hotkey_find_prev": "Shift+Enter",
Expand Down
5 changes: 1 addition & 4 deletions app/settings_default/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1661,10 +1661,7 @@

//[Find/Hotkeys]
//Hotkeys in the Find/Replace dialog. They work only when Find/Replace dialog is focused.
//"find_hotkey_replace_dlg" can be different from usual "replace dialog" hotkey, which
//you set in the Command Palette. Also, these hotkeys cannot be combo (2 sequental hotkeys).
"find_hotkey_find_dlg": "Ctrl+F",
"find_hotkey_replace_dlg": "Ctrl+R",
//These hotkeys cannot be combo (ie 2 sequental hotkeys).
"find_hotkey_find_first": "Alt+Enter",
"find_hotkey_find_next": "F3",
"find_hotkey_find_prev": "Shift+Enter",
Expand Down

0 comments on commit 165a577

Please sign in to comment.