Adjusting the keyboard layout on Raspberry
WVDS version higher than 2.4.0
Version lower than 2.4.0
For WorldVds version lower than 2.4.0 the necessary procedure is as follows:
Step 1. To open the command prompt, you can click CTRL + ALT + T
Step 2. Enter the command: sudo raspi-config
Step 3. Select the "4 Localisation Options" option
Step 4. Select " 13 Change Keyboard Layout"
Step 5. Select the "Generic 101-key PC" option
Step 6. Select the "Other" option
Step 7. Select the language.
Step 8. Select the layout
Step 9. Click "Enter" to proceed.
Step 10. Click "Enter" to continue
Step 11. Client in "<No>"
Step 12. Click the "Tab" key and select the "Finish" option.
Version higher than 2.4.0
For WorldVds versions higher than 2.4.0, the necessary procedure is as follows:
Step 1. To open the command prompt, you can click CTRL + ALT + T
Step 2. Enter the command: sudo nano /boot/worldvdspreload.sh
Step 3. The codes below will be displayed. Under 'setxkbmap pt' type the command: setxkbmap -model abnt2 -layout br -variant abnt2. This command will make the keyboard conform to ABNT Portuguese BR standards.
Step 4. Click Ctrl+X to exit and Y to save changes.
Step 5. Press Enter key and type reboot to restart the player.
After rebooting the keyboard will be working correctly.
To check other procedures related to Raspberry Click Here.