Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collapsing left panel: jumping icon and shortcut not working #1212

Open
WeberAlex opened this issue Sep 21, 2021 · 8 comments
Open

Collapsing left panel: jumping icon and shortcut not working #1212

WeberAlex opened this issue Sep 21, 2021 · 8 comments

Comments

@WeberAlex
Copy link

WeberAlex commented Sep 21, 2021

Environment

Boost Note Web App 1.50.4
Windows 10 / Chrome
Chrome OS

That's a follow up of #1178. First off, 1.50.4 #1209 is great release 馃憤 and a big thank you to @Komediruzecki for the continual support.

Issues

Jumping icon

When the mouse pointer is positioned over the icon with the arrow, the icon jumps. I can reproduce it 100% of the time on Windows/Chrome and Chrome OS. Not too surprisingly since this is the same browser.

Boost.Note.mp4

Shortcut not working

The shortcut Ctrl + Shift + 0 is not working. I have tried with different key combination FN Alt not to avail.

The shortcut Ctrl + , to edit the custom CSS of the preview does work!

My keyboard is a Japanese logicool K240

@Komediruzecki
Copy link
Contributor

Komediruzecki commented Sep 21, 2021

Hi, WeberAlex,

I can reproduce the jumping icon issue as well, will be fixed soon.

The shortcut is working for me, but you need to be careful what key combination triggers which key.

For example Ctrl+Shift+0 won't actually trigger that sequence on some keyboards, but Ctrl+Shift+numpad0 might.

Can you check here: https://keycode.info/
if the keypress you are pressing actually triggers keycode for 0, having a shift key in combination could trigger a second set of keys on regular numbers.

And also try shortcuts with Numpad zero. I know some keyboards don't have Numpad keys it, but typically there is an emulation for it (i.e. to bind it somehow)

@Rokt33r
Copy link
Member

Rokt33r commented Sep 22, 2021

@WeberAlex Seems like we should change the default key binding for Windows. Do you have any preferences?

@WeberAlex
Copy link
Author

WeberAlex commented Sep 22, 2021

@Rokt33r Ctrl + Shift + X. It is not already attributed to Chrome, and the X key does not change regardless of the keyboard layout (fr, ge, us, etc.)

@Komediruzecki
Copy link
Contributor

I would suggest Alt+1 or similar, it is versatile enough and it's used by IntelliJ IDEs as the default one. Any combination using Control and Shift might be problematic, especially when used with numbers.
We can customize it later when we introduce a keymap for it.

@WeberAlex
Copy link
Author

That's good with me.

@WeberAlex
Copy link
Author

WeberAlex commented Sep 26, 2021

Alt + 1 calls the files folder in Chrome OS, Alt + 2 , Alt + 3 and Alt + 4 call other functions. Please, disregard my previous comment, Alt + 1 would not be a good idea. I use an Asus Flip C302. Alt + 5 & 6 are available on this model, but I wonder is Ctrl + Shift + Z or X is not a safer bet?

@Komediruzecki
Copy link
Contributor

Komediruzecki commented Sep 26, 2021

It's hard to find something that is not used by some OS, Alt+1 is suitable for the desktop app but not for a web app, since in general browsers bind it to change of tabs with numbers (Chrome, Firefox, Alt+1 first tab, Alt+2 second, etc.).

That's why the best is to have a customizable keymap so users can set it to an appropriate shortcut for themselves.

@WeberAlex
Copy link
Author

How about modifying the shortcut Ctrl + Shift + 0 at first, until releasing the customizable keymap feature?

I can give a list of shortcuts on Windows 10/Chrome that are available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants