-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File search shortcut #121
Comments
Yes. That's very cool too. Also, I'll like to have a ctrl + F to render the whole preview in the browser as well. Related: #59 |
I can work on these. |
Ah awesome. For an example, when we are in focus inside the iframe, our keyboard shortcuts may not work. So, we may need to track short cuts on the iframe as well send them back to the admin page to do the actual effect. |
As far as the iframe is served from the same domain |
We don't need to use postMessage, we already have a communication channel. It's a matter of pushing data to above synced_store. |
Cool. I will look into that then. |
Can we finalize on the key bindings for :
|
@ritz078 I really can't look come up with something straight. Do we need to use (CMD), how about using SHIFT? |
update react-native peer dependency version
Allow mtrcConf to be set through setDefaults
Instead of having a search box in left, won't it be better to have a search box that pops up on hitting
cmd+P
with the fuzzy search? I think developers are more used to it.The text was updated successfully, but these errors were encountered: