Welcome! Log In Create A New Profile

Advanced

Experiment in a dead thread

Posted by slow_eddy 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar Experiment in a dead thread
March 23, 2011 02:56PM
This was an experiment to try to type the special character ê without changing keyboard codes.

The initial hypothesis was that characters were handled "at Phorum level". That was wrong. Next, it was that Firefox had its own character handling. That's not completely wrong, but it's still significantly Wrong.

Finally it clicked. Special characters are handled by the OS, or pretty close to it. In Linux the separate X-Window-System is "next door to the OS", and it handles the ultimates of anything to be displayed in GUI form. In Windows the GUI is built right into the OS.

Anyway; so to do special characters "on the fly" in Linux, you use the commandline program xmodmap as follows:

xmodmap -e "keysym Alt_R = Multi_key" (if you want your right Alt key to be your multi key). During any active session this will transform the right alt key into a multi key. Upon shutdown, the program will naturally also terminate, and will only run again if you run it by hand all over again, or have it in your startup scripts.

¿Ÿéß?

???? ?? ??? ?? ????? ?? ??, ???????
Sorry, only registered users may post in this forum.

Click here to login