MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


Tk Built-In Commands                                  keysyms(1T)





NAME
     keysyms - keysyms recognized by Tk



DESCRIPTION
     Tk recognizes many  keysyms  when  specifying  key  bindings
     (e.g.  bind  . ).  The following list enumerates
     the keysyms that will be recognized by Tk.   Note  that  not
     all keysyms will be valid on all platforms.  For example, on
     Unix systems, the presence of a particular keysym is  depen-
     dant  on  the  configuration  of  the keyboard modifier map.
     This list shows keysyms along with their decimal and hexade-
     cimal values.

          space                               32     0x0020
          exclam                              33     0x0021
          quotedbl                            34     0x0022
          numbersign                          35     0x0023
          dollar                              36     0x0024
          percent                             37     0x0025
          ampersand                           38     0x0026
          quoteright                          39     0x0027
          parenleft                           40     0x0028
          parenright                          41     0x0029
          asterisk                            42     0x002a
          plus                                43     0x002b
          comma                               44     0x002c
          minus                               45     0x002d
          period                              46     0x002e
          slash                               47     0x002f
          0                                   48     0x0030
          1                                   49     0x0031
          2                                   50     0x0032
          3                                   51     0x0033
          4                                   52     0x0034
          5                                   53     0x0035
          6                                   54     0x0036
          7                                   55     0x0037
          8                                   56     0x0038
          9                                   57     0x0039
          colon                               58     0x003a
          semicolon                           59     0x003b
          less                                60     0x003c
          equal                               61     0x003d
          greater                             62     0x003e
          question                            63     0x003f
          at                                  64     0x0040
          A                                   65     0x0041
          B                                   66     0x0042



Tk                      Last change: 8.3                        1






Tk Built-In Commands                                  keysyms(1T)



          C                                   67     0x0043
          D                                   68     0x0044
          E                                   69     0x0045
          F                                   70     0x0046
          G                                   71     0x0047
          H                                   72     0x0048
          I                                   73     0x0049
          J                                   74     0x004a
          K                                   75     0x004b
          L                                   76     0x004c
          M                                   77     0x004d
          N                                   78     0x004e
          O                                   79     0x004f
          P                                   80     0x0050
          Q                                   81     0x0051
          R                                   82     0x0052
          S                                   83     0x0053
          T                                   84     0x0054
          U                                   85     0x0055
          V                                   86     0x0056
          W                                   87     0x0057
          X                                   88     0x0058
          Y                                   89     0x0059
          Z                                   90     0x005a
          bracketleft                         91     0x005b
          backslash                           92     0x005c
          bracketright                        93     0x005d
          asciicircum                         94     0x005e
          underscore                          95     0x005f
          quoteleft                           96     0x0060
          a                                   97     0x0061
          b                                   98     0x0062
          c                                   99     0x0063
          d                                  100     0x0064
          e                                  101     0x0065
          f                                  102     0x0066
          g                                  103     0x0067
          h                                  104     0x0068
          i                                  105     0x0069
          j                                  106     0x006a
          k                                  107     0x006b
          l                                  108     0x006c
          m                                  109     0x006d
          n                                  110     0x006e
          o                                  111     0x006f
          p                                  112     0x0070
          q                                  113     0x0071
          r                                  114     0x0072
          s                                  115     0x0073
          t                                  116     0x0074
          u                                  117     0x0075
          v                                  118     0x0076



Tk                      Last change: 8.3                        2






Tk Built-In Commands                                  keysyms(1T)



          w                                  119     0x0077
          x                                  120     0x0078
          y                                  121     0x0079
          z                                  122     0x007a
          braceleft                          123     0x007b
          bar                                124     0x007c
          braceright                         125     0x007d
          asciitilde                         126     0x007e
          nobreakspace                       160     0x00a0
          exclamdown                         161     0x00a1
          cent                               162     0x00a2
          sterling                           163     0x00a3
          currency                           164     0x00a4
          yen                                165     0x00a5
          brokenbar                          166     0x00a6
          section                            167     0x00a7
          diaeresis                          168     0x00a8
          copyright                          169     0x00a9
          ordfeminine                        170     0x00aa
          guillemotleft                      171     0x00ab
          notsign                            172     0x00ac
          hyphen                             173     0x00ad
          registered                         174     0x00ae
          macron                             175     0x00af
          degree                             176     0x00b0
          plusminus                          177     0x00b1
          twosuperior                        178     0x00b2
          threesuperior                      179     0x00b3
          acute                              180     0x00b4
          mu                                 181     0x00b5
          paragraph                          182     0x00b6
          periodcentered                     183     0x00b7
          cedilla                            184     0x00b8
          onesuperior                        185     0x00b9
          masculine                          186     0x00ba
          guillemotright                     187     0x00bb
          onequarter                         188     0x00bc
          onehalf                            189     0x00bd
          threequarters                      190     0x00be
          questiondown                       191     0x00bf
          Agrave                             192     0x00c0
          Aacute                             193     0x00c1
          Acircumflex                        194     0x00c2
          Atilde                             195     0x00c3
          Adiaeresis                         196     0x00c4
          Aring                              197     0x00c5
          AE                                 198     0x00c6
          Ccedilla                           199     0x00c7
          Egrave                             200     0x00c8
          Eacute                             201     0x00c9
          Ecircumflex                        202     0x00ca
          Ediaeresis                         203     0x00cb



Tk                      Last change: 8.3                        3






Tk Built-In Commands                                  keysyms(1T)



          Igrave                             204     0x00cc
          Iacute                             205     0x00cd
          Icircumflex                        206     0x00ce
          Idiaeresis                         207     0x00cf
          Eth                                208     0x00d0
          Ntilde                             209     0x00d1
          Ograve                             210     0x00d2
          Oacute                             211     0x00d3
          Ocircumflex                        212     0x00d4
          Otilde                             213     0x00d5
          Odiaeresis                         214     0x00d6
          multiply                           215     0x00d7
          Ooblique                           216     0x00d8
          Ugrave                             217     0x00d9
          Uacute                             218     0x00da
          Ucircumflex                        219     0x00db
          Udiaeresis                         220     0x00dc
          Yacute                             221     0x00dd
          Thorn                              222     0x00de
          ssharp                             223     0x00df
          agrave                             224     0x00e0
          aacute                             225     0x00e1
          acircumflex                        226     0x00e2
          atilde                             227     0x00e3
          adiaeresis                         228     0x00e4
          aring                              229     0x00e5
          ae                                 230     0x00e6
          ccedilla                           231     0x00e7
          egrave                             232     0x00e8
          eacute                             233     0x00e9
          ecircumflex                        234     0x00ea
          ediaeresis                         235     0x00eb
          igrave                             236     0x00ec
          iacute                             237     0x00ed
          icircumflex                        238     0x00ee
          idiaeresis                         239     0x00ef
          eth                                240     0x00f0
          ntilde                             241     0x00f1
          ograve                             242     0x00f2
          oacute                             243     0x00f3
          ocircumflex                        244     0x00f4
          otilde                             245     0x00f5
          odiaeresis                         246     0x00f6
          division                           247     0x00f7
          oslash                             248     0x00f8
          ugrave                             249     0x00f9
          uacute                             250     0x00fa
          ucircumflex                        251     0x00fb
          udiaeresis                         252     0x00fc
          yacute                             253     0x00fd
          thorn                              254     0x00fe
          ydiaeresis                         255     0x00ff



Tk                      Last change: 8.3                        4






Tk Built-In Commands                                  keysyms(1T)



          Aogonek                            417     0x01a1
          breve                              418     0x01a2
          Lstroke                            419     0x01a3
          Lcaron                             421     0x01a5
          Sacute                             422     0x01a6
          Scaron                             425     0x01a9
          Scedilla                           426     0x01aa
          Tcaron                             427     0x01ab
          Zacute                             428     0x01ac
          Zcaron                             430     0x01ae
          Zabovedot                          431     0x01af
          aogonek                            433     0x01b1
          ogonek                             434     0x01b2
          lstroke                            435     0x01b3
          lcaron                             437     0x01b5
          sacute                             438     0x01b6
          caron                              439     0x01b7
          scaron                             441     0x01b9
          scedilla                           442     0x01ba
          tcaron                             443     0x01bb
          zacute                             444     0x01bc
          doubleacute                        445     0x01bd
          zcaron                             446     0x01be
          zabovedot                          447     0x01bf
          Racute                             448     0x01c0
          Abreve                             451     0x01c3
          Cacute                             454     0x01c6
          Ccaron                             456     0x01c8
          Eogonek                            458     0x01ca
          Ecaron                             460     0x01cc
          Dcaron                             463     0x01cf
          Nacute                             465     0x01d1
          Ncaron                             466     0x01d2
          Odoubleacute                       469     0x01d5
          Rcaron                             472     0x01d8
          Uring                              473     0x01d9
          Udoubleacute                       475     0x01db
          Tcedilla                           478     0x01de
          racute                             480     0x01e0
          abreve                             483     0x01e3
          cacute                             486     0x01e6
          ccaron                             488     0x01e8
          eogonek                            490     0x01ea
          ecaron                             492     0x01ec
          dcaron                             495     0x01ef
          nacute                             497     0x01f1
          ncaron                             498     0x01f2
          odoubleacute                       501     0x01f5
          rcaron                             504     0x01f8
          uring                              505     0x01f9
          udoubleacute                       507     0x01fb
          tcedilla                           510     0x01fe



Tk                      Last change: 8.3                        5






Tk Built-In Commands                                  keysyms(1T)



          abovedot                           511     0x01ff
          Hstroke                            673     0x02a1
          Hcircumflex                        678     0x02a6
          Iabovedot                          681     0x02a9
          Gbreve                             683     0x02ab
          Jcircumflex                        684     0x02ac
          hstroke                            689     0x02b1
          hcircumflex                        694     0x02b6
          idotless                           697     0x02b9
          gbreve                             699     0x02bb
          jcircumflex                        700     0x02bc
          Cabovedot                          709     0x02c5
          Ccircumflex                        710     0x02c6
          Gabovedot                          725     0x02d5
          Gcircumflex                        728     0x02d8
          Ubreve                             733     0x02dd
          Scircumflex                        734     0x02de
          cabovedot                          741     0x02e5
          ccircumflex                        742     0x02e6
          gabovedot                          757     0x02f5
          gcircumflex                        760     0x02f8
          ubreve                             765     0x02fd
          scircumflex                        766     0x02fe
          kappa                              930     0x03a2
          Rcedilla                           931     0x03a3
          Itilde                             933     0x03a5
          Lcedilla                           934     0x03a6
          Emacron                            938     0x03aa
          Gcedilla                           939     0x03ab
          Tslash                             940     0x03ac
          rcedilla                           947     0x03b3
          itilde                             949     0x03b5
          lcedilla                           950     0x03b6
          emacron                            954     0x03ba
          gacute                             955     0x03bb
          tslash                             956     0x03bc
          ENG                                957     0x03bd
          eng                                959     0x03bf
          Amacron                            960     0x03c0
          Iogonek                            967     0x03c7
          Eabovedot                          972     0x03cc
          Imacron                            975     0x03cf
          Ncedilla                           977     0x03d1
          Omacron                            978     0x03d2
          Kcedilla                           979     0x03d3
          Uogonek                            985     0x03d9
          Utilde                             989     0x03dd
          Umacron                            990     0x03de
          amacron                            992     0x03e0
          iogonek                            999     0x03e7
          eabovedot                         1004     0x03ec
          imacron                           1007     0x03ef



Tk                      Last change: 8.3                        6






Tk Built-In Commands                                  keysyms(1T)



          ncedilla                          1009     0x03f1
          omacron                           1010     0x03f2
          kcedilla                          1011     0x03f3
          uogonek                           1017     0x03f9
          utilde                            1021     0x03fd
          umacron                           1022     0x03fe
          overline                          1150     0x047e
          kanafullstop                     1185     0x04a1
          kanaopeningbracket               1186     0x04a2
          kanaclosingbracket               1187     0x04a3
          kanacomma                        1188     0x04a4
          kanamiddledot                    1189     0x04a5
          kanaWO                           1190     0x04a6
          kanaa                            1191     0x04a7
          kanai                            1192     0x04a8
          kanau                            1193     0x04a9
          kanae                            1194     0x04aa
          kanao                            1195     0x04ab
          kanaya                           1196     0x04ac
          kanayu                           1197     0x04ad
          kanayo                           1198     0x04ae
          kanatu                           1199     0x04af
          prolongedsound                    1200     0x04b0
          kanaA                            1201     0x04b1
          kanaI                            1202     0x04b2
          kanaU                            1203     0x04b3
          kanaE                            1204     0x04b4
          kanaO                            1205     0x04b5
          kanaKA                           1206     0x04b6
          kanaKI                           1207     0x04b7
          kanaKU                           1208     0x04b8
          kanaKE                           1209     0x04b9
          kanaKO                           1210     0x04ba
          kanaSA                           1211     0x04bb
          kanaSHI                          1212     0x04bc
          kanaSU                           1213     0x04bd
          kanaSE                           1214     0x04be
          kanaSO                           1215     0x04bf
          kanaTA                           1216     0x04c0
          kanaTI                           1217     0x04c1
          kanaTU                           1218     0x04c2
          kanaTE                           1219     0x04c3
          kanaTO                           1220     0x04c4
          kanaNA                           1221     0x04c5
          kanaNI                           1222     0x04c6
          kanaNU                           1223     0x04c7
          kanaNE                           1224     0x04c8
          kanaNO                           1225     0x04c9
          kanaHA                           1226     0x04ca
          kanaHI                           1227     0x04cb
          kanaHU                           1228     0x04cc
          kanaHE                           1229     0x04cd



Tk                      Last change: 8.3                        7






Tk Built-In Commands                                  keysyms(1T)



          kanaHO                           1230     0x04ce
          kanaMA                           1231     0x04cf
          kanaMI                           1232     0x04d0
          kanaMU                           1233     0x04d1
          kanaME                           1234     0x04d2
          kanaMO                           1235     0x04d3
          kanaYA                           1236     0x04d4
          kanaYU                           1237     0x04d5
          kanaYO                           1238     0x04d6
          kanaRA                           1239     0x04d7
          kanaRI                           1240     0x04d8
          kanaRU                           1241     0x04d9
          kanaRE                           1242     0x04da
          kanaRO                           1243     0x04db
          kanaWA                           1244     0x04dc
          kanaN                            1245     0x04dd
          voicedsound                       1246     0x04de
          semivoicedsound                   1247     0x04df
          Arabiccomma                      1452     0x05ac
          Arabicsemicolon                  1467     0x05bb
          Arabicquestionmark              1471     0x05bf
          Arabichamza                      1473     0x05c1
          Arabicmaddaonalef                1474     0x05c2
          Arabichamzaonalef                1475     0x05c3
          Arabichamzaonwaw                 1476     0x05c4
          Arabichamzaunderalef             1477     0x05c5
          Arabichamzaonyeh                 1478     0x05c6
          Arabicalef                       1479     0x05c7
          Arabicbeh                        1480     0x05c8
          Arabictehmarbuta                 1481     0x05c9
          Arabicteh                        1482     0x05ca
          Arabictheh                       1483     0x05cb
          Arabicjeem                       1484     0x05cc
          Arabichah                        1485     0x05cd
          Arabickhah                       1486     0x05ce
          Arabicdal                        1487     0x05cf
          Arabicthal                       1488     0x05d0
          Arabicra                         1489     0x05d1
          Arabiczain                       1490     0x05d2
          Arabicseen                       1491     0x05d3
          Arabicsheen                      1492     0x05d4
          Arabicsad                        1493     0x05d5
          Arabicdad                        1494     0x05d6
          Arabictah                        1495     0x05d7
          Arabiczah                        1496     0x05d8
          Arabicain                        1497     0x05d9
          Arabicghain                      1498     0x05da
          Arabictatweel                    1504     0x05e0
          Arabicfeh                        1505     0x05e1
          Arabicqaf                        1506     0x05e2
          Arabickaf                        1507     0x05e3
          Arabiclam                        1508     0x05e4



Tk                      Last change: 8.3                        8






Tk Built-In Commands                                  keysyms(1T)



          Arabicmeem                       1509     0x05e5
          Arabicnoon                       1510     0x05e6
          Arabicheh                        1511     0x05e7
          Arabicwaw                        1512     0x05e8
          Arabicalefmaksura                1513     0x05e9
          Arabicyeh                        1514     0x05ea
          Arabicfathatan                   1515     0x05eb
          Arabicdammatan                   1516     0x05ec
          Arabickasratan                   1517     0x05ed
          Arabicfatha                      1518     0x05ee
          Arabicdamma                      1519     0x05ef
          Arabickasra                      1520     0x05f0
          Arabicshadda                     1521     0x05f1
          Arabicsukun                      1522     0x05f2
          Serbiandje                       1697     0x06a1
          Macedoniagje                     1698     0x06a2
          Cyrillicio                       1699     0x06a3
          Ukranianje                       1700     0x06a4
          Macedoniadse                     1701     0x06a5
          Ukraniani                        1702     0x06a6
          Ukranianyi                       1703     0x06a7
          Serbianje                        1704     0x06a8
          Serbianlje                       1705     0x06a9
          Serbiannje                       1706     0x06aa
          Serbiantshe                      1707     0x06ab
          Macedoniakje                     1708     0x06ac
          Byelorussianshortu               1710     0x06ae
          Serbiandze                       1711     0x06af
          numerosign                        1712     0x06b0
          SerbianDJE                       1713     0x06b1
          MacedoniaGJE                     1714     0x06b2
          CyrillicIO                       1715     0x06b3
          UkranianJE                       1716     0x06b4
          MacedoniaDSE                     1717     0x06b5
          UkranianI                        1718     0x06b6
          UkranianYI                       1719     0x06b7
          SerbianJE                        1720     0x06b8
          SerbianLJE                       1721     0x06b9
          SerbianNJE                       1722     0x06ba
          SerbianTSHE                      1723     0x06bb
          MacedoniaKJE                     1724     0x06bc
          ByelorussianSHORTU               1726     0x06be
          SerbianDZE                       1727     0x06bf
          Cyrillicyu                       1728     0x06c0
          Cyrillica                        1729     0x06c1
          Cyrillicbe                       1730     0x06c2
          Cyrillictse                      1731     0x06c3
          Cyrillicde                       1732     0x06c4
          Cyrillicie                       1733     0x06c5
          Cyrillicef                       1734     0x06c6
          Cyrillicghe                      1735     0x06c7
          Cyrillicha                       1736     0x06c8



Tk                      Last change: 8.3                        9






Tk Built-In Commands                                  keysyms(1T)



          Cyrillici                        1737     0x06c9
          Cyrillicshorti                   1738     0x06ca
          Cyrillicka                       1739     0x06cb
          Cyrillicel                       1740     0x06cc
          Cyrillicem                       1741     0x06cd
          Cyrillicen                       1742     0x06ce
          Cyrillico                        1743     0x06cf
          Cyrillicpe                       1744     0x06d0
          Cyrillicya                       1745     0x06d1
          Cyrillicer                       1746     0x06d2
          Cyrillices                       1747     0x06d3
          Cyrillicte                       1748     0x06d4
          Cyrillicu                        1749     0x06d5
          Cyrilliczhe                      1750     0x06d6
          Cyrillicve                       1751     0x06d7
          Cyrillicsoftsign                 1752     0x06d8
          Cyrillicyeru                     1753     0x06d9
          Cyrillicze                       1754     0x06da
          Cyrillicsha                      1755     0x06db
          Cyrillice                        1756     0x06dc
          Cyrillicshcha                    1757     0x06dd
          Cyrillicche                      1758     0x06de
          Cyrillichardsign                 1759     0x06df
          CyrillicYU                       1760     0x06e0
          CyrillicA                        1761     0x06e1
          CyrillicBE                       1762     0x06e2
          CyrillicTSE                      1763     0x06e3
          CyrillicDE                       1764     0x06e4
          CyrillicIE                       1765     0x06e5
          CyrillicEF                       1766     0x06e6
          CyrillicGHE                      1767     0x06e7
          CyrillicHA                       1768     0x06e8
          CyrillicI                        1769     0x06e9
          CyrillicSHORTI                   1770     0x06ea
          CyrillicKA                       1771     0x06eb
          CyrillicEL                       1772     0x06ec
          CyrillicEM                       1773     0x06ed
          CyrillicEN                       1774     0x06ee
          CyrillicO                        1775     0x06ef
          CyrillicPE                       1776     0x06f0
          CyrillicYA                       1777     0x06f1
          CyrillicER                       1778     0x06f2
          CyrillicES                       1779     0x06f3
          CyrillicTE                       1780     0x06f4
          CyrillicU                        1781     0x06f5
          CyrillicZHE                      1782     0x06f6
          CyrillicVE                       1783     0x06f7
          CyrillicSOFTSIGN                 1784     0x06f8
          CyrillicYERU                     1785     0x06f9
          CyrillicZE                       1786     0x06fa
          CyrillicSHA                      1787     0x06fb
          CyrillicE                        1788     0x06fc



Tk                      Last change: 8.3                       10






Tk Built-In Commands                                  keysyms(1T)



          CyrillicSHCHA                    1789     0x06fd
          CyrillicCHE                      1790     0x06fe
          CyrillicHARDSIGN                 1791     0x06ff
          GreekALPHAaccent                 1953     0x07a1
          GreekEPSILONaccent               1954     0x07a2
          GreekETAaccent                   1955     0x07a3
          GreekIOTAaccent                  1956     0x07a4
          GreekIOTAdiaeresis               1957     0x07a5
          GreekIOTAaccentdiaeresis         1958     0x07a6
          GreekOMICRONaccent               1959     0x07a7
          GreekUPSILONaccent               1960     0x07a8
          GreekUPSILONdieresis             1961     0x07a9
          GreekUPSILONaccentdieresis       1962     0x07aa
          GreekOMEGAaccent                 1963     0x07ab
          Greekalphaaccent                 1969     0x07b1
          Greekepsilonaccent               1970     0x07b2
          Greeketaaccent                   1971     0x07b3
          Greekiotaaccent                  1972     0x07b4
          Greekiotadieresis                1973     0x07b5
          Greekiotaaccentdieresis          1974     0x07b6
          Greekomicronaccent               1975     0x07b7
          Greekupsilonaccent               1976     0x07b8
          Greekupsilondieresis             1977     0x07b9
          Greekupsilonaccentdieresis       1978     0x07ba
          Greekomegaaccent                 1979     0x07bb
          GreekALPHA                       1985     0x07c1
          GreekBETA                        1986     0x07c2
          GreekGAMA                       1987     0x07c3
          GreekDELTA                       1988     0x07c4
          GreekEPSILON                     1989     0x07c5
          GreekZETA                        1990     0x07c6
          GreekETA                         1991     0x07c7
          GreekTHETA                       1992     0x07c8
          GreekIOTA                        1993     0x07c9
          GreekKAPA                       1994     0x07ca
          GreekLAMBDA                      1995     0x07cb
          GreekMU                          1996     0x07cc
          GreekNU                          1997     0x07cd
          GreekXI                          1998     0x07ce
          GreekOMICRON                     1999     0x07cf
          GreekPI                          2000     0x07d0
          GreekRHO                         2001     0x07d1
          GreekSIGMA                       2002     0x07d2
          GreekTAU                         2004     0x07d4
          GreekUPSILON                     2005     0x07d5
          GreekPHI                         2006     0x07d6
          GreekCHI                         2007     0x07d7
          GreekPSI                         2008     0x07d8
          GreekOMEGA                       2009     0x07d9
          Greekalpha                       2017     0x07e1
          Greekbeta                        2018     0x07e2
          Greekgamma                       2019     0x07e3



Tk                      Last change: 8.3                       11






Tk Built-In Commands                                  keysyms(1T)



          Greekdelta                       2020     0x07e4
          Greekepsilon                     2021     0x07e5
          Greekzeta                        2022     0x07e6
          Greeketa                         2023     0x07e7
          Greektheta                       2024     0x07e8
          Greekiota                        2025     0x07e9
          Greekkappa                       2026     0x07ea
          Greeklambda                      2027     0x07eb
          Greekmu                          2028     0x07ec
          Greeknu                          2029     0x07ed
          Greekxi                          2030     0x07ee
          Greekomicron                     2031     0x07ef
          Greekpi                          2032     0x07f0
          Greekrho                         2033     0x07f1
          Greeksigma                       2034     0x07f2
          Greekfinalsmallsigma             2035     0x07f3
          Greektau                         2036     0x07f4
          Greekupsilon                     2037     0x07f5
          Greekphi                         2038     0x07f6
          Greekchi                         2039     0x07f7
          Greekpsi                         2040     0x07f8
          Greekomega                       2041     0x07f9
          leftradical                       2209     0x08a1
          topleftradical                    2210     0x08a2
          horizconnector                    2211     0x08a3
          topintegral                       2212     0x08a4
          botintegral                       2213     0x08a5
          vertconnector                     2214     0x08a6
          topleftsqbracket                  2215     0x08a7
          botleftsqbracket                  2216     0x08a8
          toprightsqbracket                 2217     0x08a9
          botrightsqbracket                 2218     0x08aa
          topleftparens                     2219     0x08ab
          botleftparens                     2220     0x08ac
          toprightparens                    2221     0x08ad
          botrightparens                    2222     0x08ae
          leftmiddlecurlybrace              2223     0x08af
          rightmiddlecurlybrace             2224     0x08b0
          topleftsummation                  2225     0x08b1
          botleftsummation                  2226     0x08b2
          topvertsummationconnector         2227     0x08b3
          botvertsummationconnector         2228     0x08b4
          toprightsummation                 2229     0x08b5
          botrightsummation                 2230     0x08b6
          rightmiddlesummation              2231     0x08b7
          lessthanequal                     2236     0x08bc
          notequal                          2237     0x08bd
          greaterthanequal                  2238     0x08be
          integral                          2239     0x08bf
          therefore                         2240     0x08c0
          variation                         2241     0x08c1
          infinity                          2242     0x08c2



Tk                      Last change: 8.3                       12






Tk Built-In Commands                                  keysyms(1T)



          nabla                             2245     0x08c5
          approximate                       2248     0x08c8
          similarequal                      2249     0x08c9
          ifonlyif                          2253     0x08cd
          implies                           2254     0x08ce
          identical                         2255     0x08cf
          radical                           2262     0x08d6
          includedin                        2266     0x08da
          includes                          2267     0x08db
          intersection                      2268     0x08dc
          union                             2269     0x08dd
          logicaland                        2270     0x08de
          logicalor                         2271     0x08df
          partialderivative                 2287     0x08ef
          function                          2294     0x08f6
          leftarrow                         2299     0x08fb
          uparrow                           2300     0x08fc
          rightarrow                        2301     0x08fd
          downarrow                         2302     0x08fe
          blank                             2527     0x09df
          soliddiamond                      2528     0x09e0
          checkerboard                      2529     0x09e1
          ht                                2530     0x09e2
          ff                                2531     0x09e3
          cr                                2532     0x09e4
          lf                                2533     0x09e5
          nl                                2536     0x09e8
          vt                                2537     0x09e9
          lowrightcorner                    2538     0x09ea
          uprightcorner                     2539     0x09eb
          upleftcorner                      2540     0x09ec
          lowleftcorner                     2541     0x09ed
          crossinglines                     2542     0x09ee
          horizlinescan1                    2543     0x09ef
          horizlinescan3                    2544     0x09f0
          horizlinescan5                    2545     0x09f1
          horizlinescan7                    2546     0x09f2
          horizlinescan9                    2547     0x09f3
          leftt                             2548     0x09f4
          rightt                            2549     0x09f5
          bott                              2550     0x09f6
          topt                              2551     0x09f7
          vertbar                           2552     0x09f8
          emspace                           2721     0x0aa1
          enspace                           2722     0x0aa2
          em3space                          2723     0x0aa3
          em4space                          2724     0x0aa4
          digitspace                        2725     0x0aa5
          punctspace                        2726     0x0aa6
          thinspace                         2727     0x0aa7
          hairspace                         2728     0x0aa8
          emdash                            2729     0x0aa9



Tk                      Last change: 8.3                       13






Tk Built-In Commands                                  keysyms(1T)



          endash                            2730     0x0aaa
          signifblank                       2732     0x0aac
          ellipsis                          2734     0x0aae
          doubbaselinedot                   2735     0x0aaf
          onethird                          2736     0x0ab0
          twothirds                         2737     0x0ab1
          onefifth                          2738     0x0ab2
          twofifths                         2739     0x0ab3
          threefifths                       2740     0x0ab4
          fourfifths                        2741     0x0ab5
          onesixth                          2742     0x0ab6
          fivesixths                        2743     0x0ab7
          careof                            2744     0x0ab8
          figdash                           2747     0x0abb
          leftanglebracket                  2748     0x0abc
          decimalpoint                      2749     0x0abd
          rightanglebracket                 2750     0x0abe
          marker                            2751     0x0abf
          oneeighth                         2755     0x0ac3
          threeeighths                      2756     0x0ac4
          fiveeighths                       2757     0x0ac5
          seveneighths                      2758     0x0ac6
          trademark                         2761     0x0ac9
          signaturemark                     2762     0x0aca
          trademarkincircle                 2763     0x0acb
          leftopentriangle                  2764     0x0acc
          rightopentriangle                 2765     0x0acd
          emopencircle                      2766     0x0ace
          emopenrectangle                   2767     0x0acf
          leftsinglequotemark               2768     0x0ad0
          rightsinglequotemark              2769     0x0ad1
          leftdoublequotemark               2770     0x0ad2
          rightdoublequotemark              2771     0x0ad3
          prescription                      2772     0x0ad4
          minutes                           2774     0x0ad6
          seconds                           2775     0x0ad7
          latincross                        2777     0x0ad9
          hexagram                          2778     0x0ada
          filledrectbullet                  2779     0x0adb
          filledlefttribullet               2780     0x0adc
          filledrighttribullet              2781     0x0add
          emfilledcircle                    2782     0x0ade
          emfilledrect                      2783     0x0adf
          enopencircbullet                  2784     0x0ae0
          enopensquarebullet                2785     0x0ae1
          openrectbullet                    2786     0x0ae2
          opentribulletup                   2787     0x0ae3
          opentribulletdown                 2788     0x0ae4
          openstar                          2789     0x0ae5
          enfilledcircbullet                2790     0x0ae6
          enfilledsqbullet                  2791     0x0ae7
          filledtribulletup                 2792     0x0ae8



Tk                      Last change: 8.3                       14






Tk Built-In Commands                                  keysyms(1T)



          filledtribulletdown               2793     0x0ae9
          leftpointer                       2794     0x0aea
          rightpointer                      2795     0x0aeb
          club                              2796     0x0aec
          diamond                           2797     0x0aed
          heart                             2798     0x0aee
          maltesecross                      2800     0x0af0
          dagger                            2801     0x0af1
          doubledagger                      2802     0x0af2
          checkmark                         2803     0x0af3
          ballotcross                       2804     0x0af4
          musicalsharp                      2805     0x0af5
          musicalflat                       2806     0x0af6
          malesymbol                        2807     0x0af7
          femalesymbol                      2808     0x0af8
          telephone                         2809     0x0af9
          telephonerecorder                 2810     0x0afa
          phonographcopyright               2811     0x0afb
          caret                             2812     0x0afc
          singlelowquotemark                2813     0x0afd
          doublelowquotemark                2814     0x0afe
          cursor                            2815     0x0aff
          leftcaret                         2979     0x0ba3
          rightcaret                        2982     0x0ba6
          downcaret                         2984     0x0ba8
          upcaret                           2985     0x0ba9
          overbar                           3008     0x0bc0
          downtack                          3010     0x0bc2
          upshoe                            3011     0x0bc3
          downstile                         3012     0x0bc4
          underbar                          3014     0x0bc6
          jot                               3018     0x0bca
          quad                              3020     0x0bcc
          uptack                            3022     0x0bce
          circle                            3023     0x0bcf
          upstile                           3027     0x0bd3
          downshoe                          3030     0x0bd6
          rightshoe                         3032     0x0bd8
          leftshoe                          3034     0x0bda
          lefttack                          3036     0x0bdc
          righttack                         3068     0x0bfc
          hebrewaleph                      3296     0x0ce0
          hebrewbeth                       3297     0x0ce1
          hebrewgimmel                     3298     0x0ce2
          hebrewdaleth                     3299     0x0ce3
          hebrewhe                         3300     0x0ce4
          hebrewwaw                        3301     0x0ce5
          hebrewzayin                      3302     0x0ce6
          hebrewhet                        3303     0x0ce7
          hebrewteth                       3304     0x0ce8
          hebrewyod                        3305     0x0ce9
          hebrewfinalkaph                  3306     0x0cea



Tk                      Last change: 8.3                       15






Tk Built-In Commands                                  keysyms(1T)



          hebrewkaph                       3307     0x0ceb
          hebrewlamed                      3308     0x0cec
          hebrewfinalmem                   3309     0x0ced
          hebrewmem                        3310     0x0cee
          hebrewfinalnun                   3311     0x0cef
          hebrewnun                        3312     0x0cf0
          hebrewsamekh                     3313     0x0cf1
          hebrewayin                       3314     0x0cf2
          hebrewfinalpe                    3315     0x0cf3
          hebrewpe                         3316     0x0cf4
          hebrewfinalzadi                  3317     0x0cf5
          hebrewzadi                       3318     0x0cf6
          hebrewkuf                        3319     0x0cf7
          hebrewresh                       3320     0x0cf8
          hebrewshin                       3321     0x0cf9
          hebrewtaf                        3322     0x0cfa
          BackSpace                        65288     0xff08
          Tab                              65289     0xff09
          Linefeed                         65290     0xff0a
          Clear                            65291     0xff0b
          Return                           65293     0xff0d
          Pause                            65299     0xff13
          ScrollLock                      65300     0xff14
          SysReq                          65301     0xff15
          Escape                           65307     0xff1b
          Multikey                        65312     0xff20
          Kanji                            65313     0xff21
          Home                             65360     0xff50
          Left                             65361     0xff51
          Up                               65362     0xff52
          Right                            65363     0xff53
          Down                             65364     0xff54
          Prior                            65365     0xff55
          Next                             65366     0xff56
          End                              65367     0xff57
          Begin                            65368     0xff58
          WinL                            65371     0xff5b
          WinR                            65372     0xff5c
          App                              65373     0xff5d
          Select                           65376     0xff60
          Print                            65377     0xff61
          Execute                          65378     0xff62
          Insert                           65379     0xff63
          Undo                             65381     0xff65
          Redo                             65382     0xff66
          Menu                             65383     0xff67
          Find                             65384     0xff68
          Cancel                           65385     0xff69
          Help                             65386     0xff6a
          Break                            65387     0xff6b
          Hebrewswitch                    65406     0xff7e
          NumLock                         65407     0xff7f



Tk                      Last change: 8.3                       16






Tk Built-In Commands                                  keysyms(1T)



          KPSpace                         65408     0xff80
          KPTab                           65417     0xff89
          KPEnter                         65421     0xff8d
          KPF1                            65425     0xff91
          KPF2                            65426     0xff92
          KPF3                            65427     0xff93
          KPF4                            65428     0xff94
          KPMultiply                      65450     0xffaa
          KPAdd                           65451     0xffab
          KPSeparator                     65452     0xffac
          KPSubtract                      65453     0xffad
          KPDecimal                       65454     0xffae
          KPDivide                        65455     0xffaf
          KP0                             65456     0xffb0
          KP1                             65457     0xffb1
          KP2                             65458     0xffb2
          KP3                             65459     0xffb3
          KP4                             65460     0xffb4
          KP5                             65461     0xffb5
          KP6                             65462     0xffb6
          KP7                             65463     0xffb7
          KP8                             65464     0xffb8
          KP9                             65465     0xffb9
          KPEqual                         65469     0xffbd
          F1                               65470     0xffbe
          F2                               65471     0xffbf
          F3                               65472     0xffc0
          F4                               65473     0xffc1
          F5                               65474     0xffc2
          F6                               65475     0xffc3
          F7                               65476     0xffc4
          F8                               65477     0xffc5
          F9                               65478     0xffc6
          F10                              65479     0xffc7
          L1                               65480     0xffc8
          L2                               65481     0xffc9
          L3                               65482     0xffca
          L4                               65483     0xffcb
          L5                               65484     0xffcc
          L6                               65485     0xffcd
          L7                               65486     0xffce
          L8                               65487     0xffcf
          L9                               65488     0xffd0
          L10                              65489     0xffd1
          R1                               65490     0xffd2
          R2                               65491     0xffd3
          R3                               65492     0xffd4
          R4                               65493     0xffd5
          R5                               65494     0xffd6
          R6                               65495     0xffd7
          R7                               65496     0xffd8
          R8                               65497     0xffd9



Tk                      Last change: 8.3                       17






Tk Built-In Commands                                  keysyms(1T)



          R9                               65498     0xffda
          R10                              65499     0xffdb
          R11                              65500     0xffdc
          R12                              65501     0xffdd
          F33                              65502     0xffde
          R14                              65503     0xffdf
          R15                              65504     0xffe0
          ShiftL                          65505     0xffe1
          ShiftR                          65506     0xffe2
          ControlL                        65507     0xffe3
          ControlR                        65508     0xffe4
          CapsLock                        65509     0xffe5
          ShiftLock                       65510     0xffe6
          MetaL                           65511     0xffe7
          MetaR                           65512     0xffe8
          AltL                            65513     0xffe9
          AltR                            65514     0xffea
          SuperL                          65515     0xffeb
          SuperR                          65516     0xffec
          HyperL                          65517     0xffed
          HyperR                          65518     0xffee
          Delete                           65535     0xffff


SEE ALSO
     bind


KEYWORDS
     keysym, bind, binding

ATRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:

     
       ATRIBUTE TYPE     ATRIBUTE VALUE
    
     Availability         SUNWTk         
    
     Interface Stability  Uncommitted    
    

NOTES
     Source for Tk is available on http:/opensolaris.org.










Tk                      Last change: 8.3                       18



OpenSolaris man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™