(Open this html file in a GUI html browser!)

****** The purpose of this file is to help you build any .Xmodmap ****** keyboard layout definitions with iso8859-2 symbols. Notice that code 265 is µ (lcaron), but lcaron in our Slovak keyboard layout is "l" with caron above it. So if you want to tell your X Windows to give you "lcaron", don't write "lcaron" to your .Xmodmap file, but the name of µ symbol instead, which is "mu" according to gdkkeysyms.h file. Look it up in iso8859-1 table or click here. The iso8859-1 table included here names these symbols differently, the µ sign is named "micro", which is not a gdkkeysyms.h term, but a term of a different OS. The same rules apply to other symbols. This is due to my lack of time as I downloaded some of these maps from Internet and I didn't grab the graphical visualization of unix symbols immediately. Nevertheless, the names in iso8859-1 table are very close to gdkkeysyms.h terms. Look in iso8859-1 character set table and have fun.

You won't have problems tracing the right names. If you have a problem to find the right name for "micro", for example, follow the consequent order of names. In the gdkkeysyms.h file the order of symbols is the same as in the iso8859-1 table.

 

UNIX

ISO-8859-2 (ISO Latin2) character set

octal hex

----------------------------------------------------------------------

000 0x00 non-printable

001 0x01 non-printable

002 0x02 non-printable

003 0x03 non-printable

004 0x04 non-printable

005 0x05 non-printable

006 0x06 non-printable

007 0x07 non-printable

010 0x08 non-printable

011 0x09 non-printable

012 0x0a non-printable

013 0x0b non-printable

014 0x0c non-printable

015 0x0d non-printable

016 0x0e non-printable

017 0x0f non-printable

020 0x10 non-printable

021 0x11 non-printable

022 0x12 non-printable

023 0x13 non-printable

024 0x14 non-printable

025 0x15 non-printable

026 0x16 non-printable

027 0x17 non-printable

030 0x18 non-printable

031 0x19 non-printable

032 0x1a non-printable

033 0x1b non-printable

034 0x1c non-printable

035 0x1d non-printable

036 0x1e non-printable

037 0x1f non-printable

040 0x20 /space

041 0x21 /exclam !

042 0x22 /quotedbl " "

043 0x23 /numbersign #

044 0x24 /dollar $

045 0x25 /percent %

046 0x26 /ampersand & &

047 0x27 /quoteright '

050 0x28 /parenleft (

051 0x29 /parenright )

052 0x2a /asterisk *

053 0x2b /plus +

054 0x2c /comma ,

055 0x2d /hyphen -

056 0x2e /period .

057 0x2f /slash /

 

060 0x30 /zero 0

061 0x31 /one 1

062 0x32 /two 2

063 0x33 /three 3

064 0x34 /four 4

065 0x35 /five 5

066 0x36 /six 6

067 0x37 /seven 7

070 0x38 /eight 8

071 0x39 /nine 9

072 0x3a /colon :

073 0x3b /semicolon ;

074 0x3c /less &lt; <

075 0x3d /equal =

076 0x3e /greater &gt; >

077 0x3f /question ?

0100 0x40 /at @

0101 0x41 /A A

0102 0x42 /B B

0103 0x43 /C C

0104 0x44 /D D

0105 0x45 /E E

0106 0x46 /F F

0107 0x47 /G G

0110 0x48 /H H

0111 0x49 /I I

0112 0x4a /J J

0113 0x4b /K K

0114 0x4c /L L

0115 0x4d /M M

0116 0x4e /N N

0117 0x4f /O O

0120 0x50 /P P

0121 0x51 /Q Q

0122 0x52 /R R

0123 0x53 /S S

0124 0x54 /T T

0125 0x55 /U U

0126 0x56 /V V

0127 0x57 /W W

0130 0x58 /X X

0131 0x59 /Y Y

0132 0x5a /Z Z

0133 0x5b /bracketleft [

0134 0x5c /backslash \

0135 0x5d /bracketright ]

0136 0x5e /asciicircum ^

0137 0x5f /underscore _

 

0140 0x60 /quoteleft `

0141 0x61 /a a

0142 0x62 /b b

0143 0x63 /c c

0144 0x64 /d d

0145 0x65 /e e

0146 0x66 /f f

0147 0x67 /g g

0150 0x68 /h h

0151 0x69 /i i

0152 0x6a /j j

0153 0x6b /k k

0154 0x6c /l l

0155 0x6d /m m

0156 0x6e /n n

0157 0x6f /o o

0160 0x70 /p p

0161 0x71 /q q

0162 0x72 /r r

0163 0x73 /s s

0164 0x74 /t t

0165 0x75 /u u

0166 0x76 /v v

0167 0x77 /w w

0170 0x78 /x x

0171 0x79 /y y

0172 0x7a /z z

0173 0x7b /braceleft {

0174 0x7c /bar |

0175 0x7d /braceright }

0176 0x7e /tilde ~

0177 0x7f non-printable

0200 0x80 non-printable

0201 0x81 non-printable

0202 0x82 non-printable

0203 0x83 non-printable

0204 0x84 non-printable

0205 0x85 non-printable

0206 0x86 non-printable

0207 0x87 non-printable

0210 0x88 non-printable

0211 0x89 non-printable

0212 0x8a non-printable

0213 0x8b non-printable

0214 0x8c non-printable

0215 0x8d non-printable

0216 0x8e non-printable

0217 0x8f non-printable

 

0220 0x90 non-printable

0221 0x91 non-printable

0222 0x92 non-printable

0223 0x93 non-printable

0224 0x94 non-printable

0225 0x95 non-printable

0226 0x96 non-printable

0227 0x97 non-printable

0230 0x98 non-printable

0231 0x99 non-printable

0232 0x9a non-printable

0233 0x9b non-printable

0234 0x9c non-printable

0235 0x9d non-printable

0236 0x9e non-printable

0237 0x9f non-printable

0240 0xa0 /space  

0241 0xa1 /Aogonek ¡

0242 0xa2 /breve ¢

0243 0xa3 /Lslash £

0244 0xa4 /currency ¤

0245 0xa5 /Lcaron ¥

0246 0xa6 /Sacute ¦

0247 0xa7 /section §

0250 0xa8 /dieresis ¨

0251 0xa9 /Scaron ©

0252 0xaa /Scedilla ª

0253 0xab /Tcaron «

0254 0xac /Zacute ¬

0255 0xad /hyphen ­

0256 0xae /Zcaron ®

0257 0xaf /Zdotaccent ¯

0260 0xb0 /degree °

0261 0xb1 /aogonek ±

0262 0xb2 /ogonek ²

0263 0xb3 /lslash ³

0264 0xb4 /acute ´

0265 0xb5 /lcaron µ

0266 0xb6 /sacute ¶

0267 0xb7 /caron ·

0270 0xb8 /cedilla ¸

0271 0xb9 /scaron ¹

0272 0xba /scedilla º

0273 0xbb /tcaron »

0274 0xbc /zacute ¼

0275 0xbd /hungarumlaut ½

0276 0xbe /zcaron ¾

0277 0xbf /zdotaccent ¿

 

0300 0xc0 /Racute À

0301 0xc1 /Aacute &Aacute; Á

0302 0xc2 /Acircumflex &Acirc; Â

0303 0xc3 /Abreve Ã

0304 0xc4 /Adieresis &Auml; Ä

0305 0xc5 /Lacute Å

0306 0xc6 /Cacute Æ

0307 0xc7 /Ccedilla &Ccedil; Ç

0310 0xc8 /Ccaron È

0311 0xc9 /Eacute &Eacute; É

0312 0xca /Eogonek Ê

0313 0xcb /Edieresis &Euml; Ë

0314 0xcc /Ecaron Ì

0315 0xcd /Iacute &Iacute; Í

0316 0xce /Icircumflex &Icirc; Î

0317 0xcf /Dcaron Ï

0320 0xd0 /Eth &ETH; Ð

0321 0xd1 /Nacute Ñ

0322 0xd2 /Ncaron Ò

0323 0xd3 /Oacute &Oacute; Ó

0324 0xd4 /Ocircumflex &Ocirc; Ô

0325 0xd5 /Ohungarumlaut Õ

0326 0xd6 /Odieresis &Ouml; Ö

0327 0xd7 /multiply ×

0330 0xd8 /Rcaron Ø

0331 0xd9 /Uring Ù

0332 0xda /Uacute &Uacute; Ú

0333 0xdb /Uhungarumlaut Û

0334 0xdc /Udieresis &Uuml; Ü

0335 0xdd /Yacute &Yacute; Ý

0336 0xde /Tcedilla Þ

0337 0xdf /germandbls &szlig; ß

0340 0xe0 /racute à

0341 0xe1 /aacute &aacute; á

0342 0xe2 /acircumflex &acirc; â

0343 0xe3 /abreve ã

0344 0xe4 /adieresis &auml; ä

0345 0xe5 /lacute å

0346 0xe6 /cacute æ

0347 0xe7 /ccedilla &ccedil; ç

0350 0xe8 /ccaron è

0351 0xe9 /eacute &eacute; é

0352 0xea /eogonek ê

0353 0xeb /edieresis &euml; ë

0354 0xec /ecaron ì

0355 0xed /iacute &iacute; í

0356 0xee /icircumflex &icirc; î

0357 0xef /dcaron ï

 

0360 0xf0 /dbar ð

0361 0xf1 /nacute ñ

0362 0xf2 /ncaron ò

0363 0xf3 /oacute &oacute; ó

0364 0xf4 /ocircumflex &ocirc; ô

0365 0xf5 /ohungarumlaut õ

0366 0xf6 /odieresis &ouml; ö

0367 0xf7 /divide ÷

0370 0xf8 /rcaron ø

0371 0xf9 /uring ù

0372 0xfa /uacute &uacute; ú

0373 0xfb /uhungarumlaut û

0374 0xfc /udieresis &uuml; ü

0375 0xfd /yacute &yacute; ý

0376 0xfe /tcedilla þ

0377 0xff /dotaccent ÿ