-
Notifications
You must be signed in to change notification settings - Fork 372
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
Add initial keymap configuration #1304
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you resolve the conflicts?
src/cloud/components/Application.tsx
Outdated
@@ -141,7 +140,9 @@ const Application = ({ | |||
|
|||
useEffect(() => { | |||
const handler = () => { | |||
setShowFuzzyNavigation((prev) => !prev) | |||
if (usingElectron) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason why we blocking this behavior for the browser app?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, it had some reason, it was either that it is covered somewhere else, so as not to duplicate it,
or we had it in spec, or I thought it was something else and that web app does not have this search!
(looked at spec, seems it should be BOTH)
I'll investigate more and see if this can be enabled for both and if it is correct to do so.
86f47df
to
9eec41c
Compare
Add shortcuts for desktop and web app - Sidenav toggle - Global Search toggle - Preferences toggle Comment out keymaps not implemented
Fix cloud and desktop app global search shortcut - Add desktop app changeable shortcut in menu - Fix cloud having multiple global search shortucts bound
9eec41c
to
574db47
Compare
Add shortcuts for desktop and web app
Comment out keymaps not implemented
Showcase:
Keymaps_2021-11-07.19-00-43.mp4
Issue: https://github.com/Boostnote/BoostHub/issues/1478