-
Notifications
You must be signed in to change notification settings - Fork 245
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
Consider moving properties to right side on large monitors #123
Comments
I'm stuck at 1600x1200, so I don't have enough extra room, myself, to put the properties section on the right. But I share the concern about the UI; it's getting pretty cluttered. I'm open to suggestions, but I think it'll require a more thorough redesign than just moving the form around. (Also, don't forget about the color swatches & character picker, which also live on the 'Properties' tab... they eat up a lot of space.) |
The mockup looks good. I'm personally not too worried about anything below 1280px... I don't expect anything smaller than that to be very usable. (1280px currently can't even fit a full ANSI-104 layout. But it's close... I could probably make it work by tweaking margins or something.) Maybe this (horizontal vs. vertical layout) should be an option, rather than something we decide solely based on screen width? Someone working on a really tall layout might prefer the side-by-side layout even on a smaller screen, or vice-versa. (We might even get more control of the layout this way, rather than just relying on CSS & Bootstrap's grid.) In the side-by-side layout, I think it'd be nice if both sections were independently scrollable. In the top-bottom layout, I think it makes sense to fix the "form" in place, and only scroll the layout. (Thoughts on this?) |
Yes, I was a bit confused by the code catering for small screens and wondered if anybody was going to try to use this on a cell phone... |
Oh. My. Yes! I need this when working on layouts like this: http://www.keyboard-layout-editor.com/#/gists/4de8adb88cb4c45c2f43 Some scattered thoughts from a user perspective:
|
Your first layout has some interesting ideas :-) |
Right clicking can be overridden in javascript, I'm not sure entirely how but EG google maps does this. |
@skullydazed ... are those layouts of yours 'shareable' or private? thanks, iandoug |
They're sharable, I wouldn't have posted that in a public place if they weren't. :) It's using whatever font is default when you set the key profile to SA. |
On a 1920x1200 monitor a full keyboard layout still leaves white space the to the right.
Would you be willing to shift the properties section up to the right on full desktop. It should be possible to move it back down on lower resolutions.
I'm trying to have a go at it on my local version but having issues with the install process.
The text was updated successfully, but these errors were encountered: