The article refers to quotation marks as "inverted commas", I've never heard that before.
Is France's AZERTY keyboard heading for the scrapheap?
61–70 of 82 posts
Re: Is France's AZERTY keyboard heading for the scrapheap?
#62Earlier quoted context omitted.
Wait, how does the national keyboard layout matter? Aren't you using the US layout when writing code?
That isn't how keyboards work. If a key is assigned to a different keyboard code, then when you push the button the OS will recognise that code regardless of layout configuration. Norwegian keyboards have a different physical layout meaning different character codes are sent for the same location.
Here's diagrams of the mappings.
https://www.terena.org/activities/multiling/ml-mua/test/kbd-...
And here's usbkbd (note scancodes at the top):
http://lxr.free-electrons.com/source/drivers/hid/usbhid/usbk...
Explanation on scancodes, which map to which keys for different physical boards: http://www.quadibloc.com/comp/scan.htm
Re: Is France's AZERTY keyboard heading for the scrapheap?
#63Earlier quoted context omitted.
That isn't how keyboards work. If a key is assigned to a different keyboard code, then when you push the button the OS will recognise that code regardless of layout configuration. Norwegian keyboards have a different physical layout meaning different character codes are sent for the same location.
But surely there are tools to remap X-language physical keyboard codes to the US layout? Here's diagrams of the mappings. https://www.terena.org/activities/multiling/ml-mua/test/kbd-... And here's usbkbd (note scancodes at the top): http://lxr.free-electrons.com/source/drivers/hid/usbhid/usbk... Explanation on scancodes, which map to which keys for different physical boards: http://www.quadibloc.com/comp/scan.htm
Re: Is France's AZERTY keyboard heading for the scrapheap?
#64I think a lot of Europeans suffer over their keyboard layouts. I am Norwegian and a software developer. I hate Norwegian keyboard layout. It makes programming so much more awkward because the {}, [] and ; symbols used a lot in programming are not easily accessible. There is also a kind of tyranny in how computer companies deal with language. It is next to impossible to get an english layout Apple keyboard in Norway.…
> It is next to impossible to get an english layout Apple keyboard in Norway. I'm surprised. Each time I ordered a laptop on the Apple Store, there was the option to choose the keyboard layout. > For the non english speakers among us, especially those from small countries like Norway we mix in a lot of english in our writing. But spell checking software isn't really designed to handle that. (Sorry to contradict you :…
Go to preferences in the Dictionary application.
Re: Is France's AZERTY keyboard heading for the scrapheap?
#65Earlier quoted context omitted.
The US-International layout exists for ages, and allows for composable letters. "áéíóúçãñàâô..." is as simple as getting the accent + letter. I fail to understand why the Brazilian Standardization bodies decided that we needed to get a keyboard with an exclusive letter for "ç" and yet forces composition of everything else.
This causes excruciating pain when coding, as you can't type a single ', ", or ~ without an obligatory space after it. Instead, I usually install the "Pseudo VT320" keyboard layout from here: http://keyboards.jargon-file.org/ , which makes the AltGr key act like the Compose key on a Unix keyboard. The Mac keyboard is also bearable.
After learning touch type on German (QWERTZ) and then on French keyboard (AZERTY) - I finally found a solution by switching to the US International with AltGr Dead Keys (Combinator key) - which is easy on Linux. However on Windows I felt exactly the same pain as you - luckily I have to work only rarely on Windows. Until now I used for Windows [1].
However I do not understand how Microsoft missed to ship such Keyboard layout with Windows.
Now I can write French, German and Turkish on the same keyboard. And when I have to work abroad, even in Russia, the US International layout is everywhere (most of the times reachable just with Alt-Shift on Windows).
Re: Is France's AZERTY keyboard heading for the scrapheap?
#66I think a lot of Europeans suffer over their keyboard layouts. I am Norwegian and a software developer. I hate Norwegian keyboard layout. It makes programming so much more awkward because the {}, [] and ; symbols used a lot in programming are not easily accessible. There is also a kind of tyranny in how computer companies deal with language. It is next to impossible to get an english layout Apple keyboard in Norway.…
Re: Is France's AZERTY keyboard heading for the scrapheap?
#67I think a lot of Europeans suffer over their keyboard layouts. I am Norwegian and a software developer. I hate Norwegian keyboard layout. It makes programming so much more awkward because the {}, [] and ; symbols used a lot in programming are not easily accessible. There is also a kind of tyranny in how computer companies deal with language. It is next to impossible to get an english layout Apple keyboard in Norway.…
They do sell Macs with American keyboards in Norway (including laptops! no additional fee) and they have very easy software keyboard layout switching. I have 5 layouts on my OSX, and at least as many on my iPhone.
Re: Is France's AZERTY keyboard heading for the scrapheap?
#68To those that understand it to mean that AZERTY is dying, it is not. In fact, it is very hard to buy a non-AZERTY laptop in France. It is unlikely to ever go away. I personally would prefer (and do use) a QWERTY with compose key shortcuts. It is obviously easier to write code, but I find writing French also easier that way. Not only do we get the obvious (compose + ' = é, compose + ^ = ê, compose + ` = è), but we als…
Re: Is France's AZERTY keyboard heading for the scrapheap?
#69Re: Is France's AZERTY keyboard heading for the scrapheap?
#70It seems to me that it's a problem (or bunch of problems) that already has a solution(s). I'm right now using a QWERTY layout under Linux. I can code and type English directly, use the compose key to type in French, German and Breton and use a keyboard input (currently fcitx) to type in Chinese. Add to this the fact that you can easily input complex signs that you wouldn't find on keyboards like µ or €. And all this is actually pretty easy to use. I'm sure there are equivalents in Microsoft and MacOS. Why look further?