This page can be found at http://kdworld7.net/links/computers/xdt-menu2/menu3.xml.txt A screen capture of the virtual keyboard menu is at http://kdworld7.net/links/computers/xdt-menu2/menu-pt.jpg Make a virtual keyboard in the Openbox Right Click Menu. Example - Portuguese Accented Characters. My system is set up as en-gb and I sometimes want to type in pt (portuguese). The menu can be adapted for other languages (character sets) - research on the internet to find the codes (e.g. À) you want to use. 1.Ensure xdotool is installed. Review and understand previous posts in this topic http://forum.lxde.org/viewtopic.php?f=24&t=31525 Create a new menu 'MENU3' - menu3.xml code: sh -c "cp /home/username/.config/openbox/menu1.xml /home/username/.config/openbox/menu.xml && openbox --reconfigure;xdotool mousemove_relative --polar 280 80; xdotool click 3;xdotool mousemove_relative --polar 100 80" xdotool type À xdotool type Á xdotool type  xdotool type à xdotool type Ç xdotool type É xdotool type Ê xdotool type Í xdotool type Ó xdotool type Ô xdotool type Õ xdotool type Ú xdotool type « xdotool type » xdotool type ª xdotool type º setxkbmap gb setxkbmap pt 2. Link to 'MENU3' from 'MENU1' by adding the following line to menu1.xml (see previous posts and integrate the line below into the menu system). sh -c "cp /home/username/.config/openbox/menu3.xml /home/username/.config/openbox/menu.xml && openbox --reconfigure;xdotool mousemove_relative --polar 280 80; xdotool click 3;xdotool mousemove_relative --polar 100 80" 3. Summary The first 16 xdotool commands type accented characters. Use the caps lock key to toggle upper and lower case. I have used upper case characters in my menu because they are easier to read (larger) in the right click menu. Codes do exist for upper e.g.(À =À) case and lower e.g.(à = à) case, however I found only upper case necessary, in conjunction with the caps lock key.. The last 2 setxkbmap commands change the layout of the keyboard to either PT or GB and they are nothing to do with the xdotool commands If you wish, you can omit the setxkbmap commands, or only use them - instead of the xdotool commands, I added them for those who prefer to learn and use keyboard shortcuts. Instructions for keyboard shortcuts when in PT mode (setxkbmap pt) Use the caps lock key to toggle upper and lower case. Type # then a to get ã. Type Shift and ] then a to get à. Type ] then a to get á. Type ] then e to get é. Type ] then i to get í. Type ] then o to get ó. Type ] then u to get ú. Type ; to get ç. Type = to get «. Type Shift and = to get ». Type ' to get º. Type Shift and ' to get ª. etcetera. There are many more virtual keyboard shortcuts. I found this web page useful http://www.branah.com/portuguese