Julow / Unexpected-Keyboard

A lightweight virtual keyboard for developers.
GNU General Public License v3.0
1.39k stars 179 forks source link

QUERTY Norwegian layout #677

Open The2rB opened 2 months ago

The2rB commented 2 months ago

The QUERTY (Norwegian) keyboard adds the often used character "ø" to a swipe option on "o" and "æ"/"å" on "a" on the US keyboard layout. The expected behavior would be to have the æ / ø / å characters as separate keys as on the QUERTY (Danish) keyboard. Alternatively an option to use either the keyboard as it is now (US with swipe keys) or with «full» Norwegian layout. (As a new user I don't know if other Norwegian users are preferring the current layout.)

Julow commented 2 months ago

The Norwegian layout currently in the app looks very close to the US layout. Both layouts should look the same with this modification: b432f1d Feel free to modify the latn_qwerty_no layout and make a PR. Impacted users can be asked to switch to the US layout.

Julow commented 2 months ago

Note: The change to default_layout in the commit above should be reverted.

Julow commented 1 month ago

Anyone willing to implement the suggested Norwegian layout ?