12

I want to buy a laptop with Windows 8 with the German keyboard QWERTZ but i will only use it for English and Greek language. So, i will change the language from control panel to English and work like this. I don't care if Z and Y letters will physically appear the opposite, or if some other strange symbols will be on the keys.

What i really care about and want to clear is :

If i switch to english/greek language using the German keyboard QWERTZ, will all the keys work exactly the same as in a QWERTY keyboard? All the letters/shortcuts/symbols/shift-ctrl-alt combinations etc will work the same?

5
  • 1
    @Tetsujin What if i use keyboard stickers? ebay.co.uk/itm/…
    – Dchris
    Commented Feb 5, 2015 at 15:00
  • 1
    Rather than use ugly-looking stickers, you should be able to physically swap the Y and Z keycaps.
    – nekomatic
    Commented Feb 6, 2015 at 9:26
  • @nekomatic Yes, good point. But it's not the Y/Z issue only. It's also the different name of CTRL button, some German special letters and special characters placed differently
    – Dchris
    Commented Feb 6, 2015 at 9:57
  • Why don't you just buy a laptop with a us keyboard layout? Or buy a english layout usb keyboard? A full size external keyboard is much more confortable to type on.
    – DavidPostill
    Commented Feb 11, 2015 at 11:50
  • i am trying this just now, and no German shop sells a laptop with US international anymore. I have to order in the US. one of the many pandemic after effect.... Only very few selected companies let you order another keyboard for selected produc ts (e.g. dell) its a total mess :-(
    – U.V.
    Commented May 3 at 21:32

3 Answers 3

10

Yes, the keys will work the same, provided the physical layout (i.e. number and placement of keys) is the same between your german QWERTZ and english/greek QWERTY keyboard.

For my localized danish keyboard, there is the same number and placement of keys, so I can use a US keyboard layout with no problems on my physical DK (danish) keyboard.

1
  • and how do you change the labels on the keys? I do not manage to memorize all keys on all the different keyboard layouts i have been using over the decades anymore!
    – U.V.
    Commented May 3 at 21:33
4

Yes, it is the same for the common keys. Take please a look at this Editorial: Moving from QWERTY to QWERTZ on short notice

enter image description here

Glance at the image of a German QWERTZ keyboard above, and the letters are all in the same place. The only obvious differences are the accented characters, and the location of Z and Y. Look more closely at it, and you'll notice something else that differs. The punctuation is radically different.

2
  • 1
    the entire idea of it being a QWERTZ keyboard is that the letters aren't in the same place as QWERTY - hence the name. Even more fun trying to swap to a French AZERTY layout. I once used a german keyboard for a week, then flew back home to get my own.
    – Tetsujin
    Commented Feb 5, 2015 at 14:41
  • yes the french one is a landmark. I wonder how anyone managed to do programming on those keyboards with those important special chars in weird places..... I cant even do the german as I learned on the us ascii before i18n
    – U.V.
    Commented May 3 at 21:35
2

Yes - the key that is a "Y" in English keyboards and a "Z" in German ones is in both cases the one that sends the scan code 15, likewise for the Z/Y key being scan code 2E; the differences are, like most other keyboard layout differences made in software rather than by the hardware being different.

There are some physical differences, such as the extra "102nd" key (scancode 56, <> to the left of Y on the German keyboard shown above) not being present on US keyboards, the Enter key being shaped differently, and scancode 2B (US Backslash, German #) being in a different position, but in general if you select the keyboard layout you are used to touch-typing in you won't get any surprising results.

In general keyboards by the same manufacturer have the same internal circuits (with some provision for the scancode 2B key being in multiple places, if they make both US and European keyboards), with only the keycaps being different.

(The codes I've mentioned are "set 1" scan codes, as used in the scan code field in MS Windows WM_KEYDOWN etc messages. The actual codes sent by the keyboard are almost certainly different ones that are translated by the keyboard controller or operating system)

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .