Skip to content

Commit

Permalink
chore: update keyboard shortcut for search
Browse files Browse the repository at this point in the history
  • Loading branch information
therealrinku committed Apr 19, 2024
1 parent 247a12b commit 9b8f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Sidebar() {
const { handleChangeDir } = useDir();

function handleShortcuts(e: KeyboardEvent) {
if (e.ctrlKey && e.key === 's') {
if (e.ctrlKey && e.key === 'p') {
setShowSearchPopup(true);
}

Expand Down

0 comments on commit 9b8f4a8

Please sign in to comment.