This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Strings on danish keyboard #49
Comments
This is how it appears right now: 1234567890+ " "qwertyuiop5" + "3" ">" |
Hi @Jackiedk100, please note that this project is for Duckuino, not Malduino, which is a fork and we don't maintain. |
How do I do that? |
With what project did you compiled your code ? (On what site ?) |
The file from LocaleKeyboard.js for Denmark
|
LocaleKeyboard.js can't print characters alone, so with what website you've tested this ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are many errors with symbols in the danish locale file.
This is all the numbers and symbols at the numbers - "1234567890+´"
This is shift + numbers - "!"#¤%&/()=?"
This is alt + gr + 23457890´ - "@£$€{[]}|"
This is the symbol left for 1 - "½"
This is shift + the symbol left for 1 - "§"
This is all the letters from qaz and to the right. (you also don't have æøå)
"qwertyuiopå" + "¨" <-- this have to get pressed twice or with a following space.
"asdfghjklæø'"
"<zxcvbnm,.-"
With shift on the key left for z - ">"
With alt + gr on the key left for z - ""
With shift on the key right for m - ";"
With shift on the key two right for m - ":"
With shift on the key three right for m - "_"
With shift on the key right for ø - "*"
With shift on the key right for å - "^" (have to be pressed twice or with a following space)
With alt + gr on the key right for å - "~" (have to be pressed twice or with a following space)
The text was updated successfully, but these errors were encountered: