OLPC Keyboard layout changed to modern layout#23
OLPC Keyboard layout changed to modern layout#23SudoSu-bham wants to merge 1 commit intosugarlabs:masterfrom
Conversation
Typing-turtle was using the OLPC layout which was not similar to new keyboards changes made for ctrl, caps lock, win Language key button was also removed as it is not present on modern keyboards
|
Reviewed 838f8fb, not tested. What keyboard layout are you using as not all keyboards have |
|
I searched on google the most common keyboard layout for Laptops, and most of the images appearing on it was similar to what I have made in my PR. I saw many laptops such as Asus, Lenovo, HP, Dell etc. which has same keyboard layout. However There is change in position of Should I make changes to |
What's the change in position of the This might be helpful, also test for the utility in the activity. See if that button is included in the tutorials and it does what's expected, for the |
In most of desktop keyboards
Looking at the code of
There are a lot of keyboard layout and we might need to agree to use one of them as our old |
That's true, not the change you've made though.
I haven't checked to know if it's useful but I'd expect it not to be.
The one I shared looks good. @quozl what'd you think? |
|
The activity was originally written for a specific laptop and the many keyboard variants available for that laptop. I don't know if the activity would work in the same way for a different keyboard. Perhaps it should only show the typing keys, or use a conventional soft keyboard as laid out by modern Linux. xkb could be the reference source for key positions. |
Agreed, just the typing keys that are used in the lessons should work perfectly. |
|
This is the Modern My references |
|
Why would the |
Yes it is not used for typing lessons. But |
|
Fill the void? There's more than laptops to consider, there's also tablet computers with software keyboards, bluetooth keyboards, and desktop computers. |
|
@SudoSu-bham this is a comment I made earlier;
It still applies, we want to limit the keys to only what's used in the tutorial as they'll be the only things that'll probably be unchanged across keyboards and devices. |

Typing-turtle was using the OLPC layout which was not similar to modern keyboards.
I did so because Typing-turtle was using OLPC model's keyboard layout which has
ctrl,caps lock,winkey misplaced or not written on the buttons. Also the language key button was removed because it is not present on modern keyboards.Image of old layout
Image of new layout