re-frame-10x icon indicating copy to clipboard operation
re-frame-10x copied to clipboard

A hook to should exist to allow application-level opening (vis ^h)

Open Gnurdle opened this issue 7 years ago • 1 comments

It would be useful if there was a published hook that could be called from inside cljs code to cause the same effect intended by ^H (which is known to be "fiddly")

We have been having trouble getting 10x to launch, and we suspect it is because we are using mousetrap to grab keys, and somehow ^H is getting eaten.

If we had this hook, we could launch it ourselves....

Gnurdle avatar Mar 24 '18 22:03 Gnurdle

If you clear all of your settings (day8.re_frame_10x.trace.factory_reset_BANG_()), on the next load it should show the window by default if everything is configured correctly. Until we add a public API for toggling, you can call

(mranderson047.re-frame.v0v10v2.re-frame.core/dispatch [:settings/user-toggle-panel])

danielcompton avatar Mar 25 '18 19:03 danielcompton