-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature request - Make drag handle more obvious and add key labels #54
Comments
Doh! I've just discovered that what I thought were dedicated divide and multiply keys at the bottom right are actually move and close! The icon you have used for move doesn't look at all like a move icon because it is too small (see previous issue). And the close (multiply) is in an unusual place for a close key so it never occured to me that that was what it was. Could those two be moved to the top , perhaps in the frame, where window sizing and closing buttons usually are? That would give space for the fourth special key that my keyboard has. |
What layout do you use that has the 4th special key? |
I would like if this keyboard was more inline with draggables in mobile interfaces.
This would make the drag and reposition functionality more discoverable for users. some draggable handle examples |
@loteque I had problems with using a handle or the borders of the keyboard for moving it. With a handle, the keyboard would not leave the dragging state if the hand left the touchscreen while the keyboard was being dragged. If the draggable region is placed within the border, the space between keys can be dragged. As such, I would not be able to implement the UI change that you are requesting. There needs to be a deliberate action of toggling a dragging mode, otherwise event management gets messed up. |
I understand. Perhaps we can make a slightly different approach? Does Gnome/Wayland provide an event signal when the users hand leaves the screen? Edit: I'm new to JS gnome extensions, but I will look into this further. Perhaps we could double tap the handle to put it in the drag state and double tap to exit. The idea is to do something to make the drag state more discoverable and lower the friction to enter/exit the state. |
Quite often I find the keyboard covers a part of the screen I need to see. Is it feasible to make the keyboard pane movable so it could be dragged to a new location.
As an alternative you could make it full width and then make the top part of the screen scroll so the cursor stays visible.
The text was updated successfully, but these errors were encountered: