Skip to content

Commit

Permalink
feat: LEAP-1753: Add shortcut for toggling bulk sidebar minimization (#…
Browse files Browse the repository at this point in the history
…6857)

Co-authored-by: Gondragos <[email protected]>
  • Loading branch information
Gondragos and Gondragos authored Jan 10, 2025
1 parent 67eb5f6 commit 3fef410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/libs/datamanager/src/sdk/keymap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const keymap = {
title: "Focus previous task",
shortcut: "shift+right",
},
"dm.toggle-bulk-sidebar-minimization": {
title: "Toggle bulk sidebar minimization",
shortcut: "shift+.",
},
"lsf.save-annotation": {
title: "Save results",
macos: "cmd+enter",
Expand Down

0 comments on commit 3fef410

Please sign in to comment.