start-os icon indicating copy to clipboard operation
start-os copied to clipboard

[feat]: Keyboard layout customization

Open pakovm-git opened this issue 1 year ago • 1 comments

Prerequisites

  • [X] I have searched for existing issues that already suggest this feature.

Describe the Feature Request

StartOS does no have keyboard layout customization, users cannot change their keyboard layouts from English to any other language.

Describe the Use Case

Although the argument against this is that users do not need to user the server directly thus only accessing it via web browser or SSH where they already have their own keyboard layout, theres this very specific edge case where users might need to troubleshoot their server locally and access it with a keyboard and screen.

Also, while it's true that unix command line utilities use plain english to interact with the user, there are very specific yet important keys that are not situated in the same place in every keyboard distribution such as, and not limited to: \ / | < > _ * ~

These also affect password inputs because users relie on muscle memory when inputting blind fields.

Describe Preferred Solution

My solutions would be to implement a simple appled, either by using Gnome's classic top bar or simple implementation of XCFE's or LXDE's panel with the corresponding applets, such as keyboard layout, accessibility and power options just in case the web interfaces are not working as intended.

Since StartOS already has an operational X.org session this wouldn't be a problem to implement.

Even something as Hyprland with the respective applets would be enough for most users.

Describe Alternatives

Implementing it at either the web app's level so it modifies local settings on the server (not the client), or make it part of the install process.

Anything else?

No response

pakovm-git avatar May 06 '24 00:05 pakovm-git

Thank you for the suggestion. The plan is for version 0.4.0 to be much better about internationalization.

MattDHill avatar May 07 '24 01:05 MattDHill

Duplicate of #2049

MattDHill avatar Mar 24 '25 18:03 MattDHill