Skip to content

Commit

Permalink
Bind keychord C-S-x to show-panel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jun 20, 2023
1 parent 2db652f commit 6171f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/day8/re_frame_10x/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
(rf/inject-cofx ::local-storage/load {:key "show-event-history" :or true})
(rf/inject-cofx ::local-storage/load {:key "open-new-inspectors?" :or true})
(rf/inject-cofx ::local-storage/load {:key "handle-keys?" :or true})
(rf/inject-cofx ::local-storage/load {:key "key-bindings" :or {:show-panel {:key "h"
(rf/inject-cofx ::local-storage/load {:key "key-bindings" :or {:show-panel {:key "X"
:altKey false
:ctrlKey true
:metaKey false
:shiftKey false}}})
:shiftKey true}}})
rf/unwrap]
(fn [{:keys [panel-width-ratio show-panel selected-tab filter-items app-db-json-ml-expansions
external-window? external-window-dimensions show-epoch-traces? using-trace?
Expand Down

0 comments on commit 6171f77

Please sign in to comment.