Skip to content

Commit a840076

Browse files
committed
🚸 Use ctrl-s to open a side bar instead of ctrl-b
1 parent f1706d9 commit a840076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
3030
const SIDEBAR_WIDTH = "12rem";
3131
const SIDEBAR_WIDTH_MOBILE = "18rem";
3232
const SIDEBAR_WIDTH_ICON = "3rem";
33-
const SIDEBAR_KEYBOARD_SHORTCUT = "b";
33+
const SIDEBAR_KEYBOARD_SHORTCUT = "s";
3434

3535
type SidebarContextProps = {
3636
state: "expanded" | "collapsed";

0 commit comments

Comments
 (0)