This file is indexed.

/usr/share/doc/libbrlapi-java/doc/constant-values.html is in libbrlapi-java 5.5-4ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Constant Field Values";
        }
    }
    catch(err) {
    }
//-->
var pathtoroot = "./";loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="org/a11y/BrlAPI/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#org.a11y">org.a11y.*</a></li>
</ul>
</div>
<div class="constantValuesContainer"><a name="org.a11y">
<!--   -->
</a>
<h2 title="org.a11y">org.a11y.*</h2>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.a11y.BrlAPI.<a href="org/a11y/BrlAPI/Constants.html" title="interface in org.a11y.BrlAPI">Constants</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.CURSOR_LEAVE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#CURSOR_LEAVE">CURSOR_LEAVE</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.CURSOR_OFF">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#CURSOR_OFF">CURSOR_OFF</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DISPLAY_DEFAULT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DISPLAY_DEFAULT">DISPLAY_DEFAULT</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT1">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT1">DOT1</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT2">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT2">DOT2</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT3">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT3">DOT3</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT4">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT4">DOT4</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT5">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT5">DOT5</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT6">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT6">DOT6</a></code></th>
<td class="colLast"><code>32</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT7">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT7">DOT7</a></code></th>
<td class="colLast"><code>64</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOT8">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOT8">DOT8</a></code></th>
<td class="colLast"><code>-128</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.DOTC">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#DOTC">DOTC</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_AUTHENTICATION">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_AUTHENTICATION">ERROR_AUTHENTICATION</a></code></th>
<td class="colLast"><code>17</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_CONNREFUSED">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_CONNREFUSED">ERROR_CONNREFUSED</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_DEVICEBUSY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_DEVICEBUSY">ERROR_DEVICEBUSY</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_DRIVERERROR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_DRIVERERROR">ERROR_DRIVERERROR</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_EMPTYKEY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_EMPTYKEY">ERROR_EMPTYKEY</a></code></th>
<td class="colLast"><code>15</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_EOF">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_EOF">ERROR_EOF</a></code></th>
<td class="colLast"><code>14</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_GAIERR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_GAIERR">ERROR_GAIERR</a></code></th>
<td class="colLast"><code>10</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_ILLEGAL_INSTRUCTION">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_ILLEGAL_INSTRUCTION">ERROR_ILLEGAL_INSTRUCTION</a></code></th>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_INVALID_PACKET">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_INVALID_PACKET">ERROR_INVALID_PACKET</a></code></th>
<td class="colLast"><code>7</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_INVALID_PARAMETER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_INVALID_PARAMETER">ERROR_INVALID_PARAMETER</a></code></th>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_LIBCERR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_LIBCERR">ERROR_LIBCERR</a></code></th>
<td class="colLast"><code>11</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_NOMEM">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_NOMEM">ERROR_NOMEM</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_OPNOTSUPP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_OPNOTSUPP">ERROR_OPNOTSUPP</a></code></th>
<td class="colLast"><code>9</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_PROTOCOL_VERSION">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_PROTOCOL_VERSION">ERROR_PROTOCOL_VERSION</a></code></th>
<td class="colLast"><code>13</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_SUCCESS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_SUCCESS">ERROR_SUCCESS</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_TTYBUSY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_TTYBUSY">ERROR_TTYBUSY</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_UNKNOWN_INSTRUCTION">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_UNKNOWN_INSTRUCTION">ERROR_UNKNOWN_INSTRUCTION</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.ERROR_UNKNOWNTTY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#ERROR_UNKNOWNTTY">ERROR_UNKNOWNTTY</a></code></th>
<td class="colLast"><code>12</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ALERT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ALERT">KEY_CMD_ALERT</a></code></th>
<td class="colLast"><code>2031616</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ALTGR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ALTGR">KEY_CMD_ALTGR</a></code></th>
<td class="colLast"><code>112</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_APNDCHARS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_APNDCHARS">KEY_CMD_APNDCHARS</a></code></th>
<td class="colLast"><code>1114112</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ARG_MASK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ARG_MASK">KEY_CMD_ARG_MASK</a></code></th>
<td class="colLast"><code>65535L</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ARG_SHIFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ARG_SHIFT">KEY_CMD_ARG_SHIFT</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ASPK_CMP_WORDS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ASPK_CMP_WORDS">KEY_CMD_ASPK_CMP_WORDS</a></code></th>
<td class="colLast"><code>88</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ASPK_DEL_CHARS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ASPK_DEL_CHARS">KEY_CMD_ASPK_DEL_CHARS</a></code></th>
<td class="colLast"><code>86</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ASPK_INS_CHARS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ASPK_INS_CHARS">KEY_CMD_ASPK_INS_CHARS</a></code></th>
<td class="colLast"><code>85</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ASPK_REP_CHARS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ASPK_REP_CHARS">KEY_CMD_ASPK_REP_CHARS</a></code></th>
<td class="colLast"><code>87</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ASPK_SEL_CHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ASPK_SEL_CHAR">KEY_CMD_ASPK_SEL_CHAR</a></code></th>
<td class="colLast"><code>84</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ASPK_SEL_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ASPK_SEL_LINE">KEY_CMD_ASPK_SEL_LINE</a></code></th>
<td class="colLast"><code>83</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ATTRBLINK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ATTRBLINK">KEY_CMD_ATTRBLINK</a></code></th>
<td class="colLast"><code>44</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ATTRDN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ATTRDN">KEY_CMD_ATTRDN</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ATTRUP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ATTRUP">KEY_CMD_ATTRUP</a></code></th>
<td class="colLast"><code>7</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ATTRVIS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ATTRVIS">KEY_CMD_ATTRVIS</a></code></th>
<td class="colLast"><code>43</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_AUTOREPEAT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_AUTOREPEAT">KEY_CMD_AUTOREPEAT</a></code></th>
<td class="colLast"><code>47</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_AUTOSPEAK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_AUTOSPEAK">KEY_CMD_AUTOSPEAK</a></code></th>
<td class="colLast"><code>48</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BACK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BACK">KEY_CMD_BACK</a></code></th>
<td class="colLast"><code>30</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BLK_MASK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BLK_MASK">KEY_CMD_BLK_MASK</a></code></th>
<td class="colLast"><code>536805376L</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BLK_SHIFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BLK_SHIFT">KEY_CMD_BLK_SHIFT</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BOT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BOT">KEY_CMD_BOT</a></code></th>
<td class="colLast"><code>10</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BOT_LEFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BOT_LEFT">KEY_CMD_BOT_LEFT</a></code></th>
<td class="colLast"><code>12</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BRL_START">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BRL_START">KEY_CMD_BRL_START</a></code></th>
<td class="colLast"><code>115</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BRL_STOP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BRL_STOP">KEY_CMD_BRL_STOP</a></code></th>
<td class="colLast"><code>114</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BRLKBD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BRLKBD">KEY_CMD_BRLKBD</a></code></th>
<td class="colLast"><code>110</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_BRLUCDOTS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_BRLUCDOTS">KEY_CMD_BRLUCDOTS</a></code></th>
<td class="colLast"><code>109</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CAPBLINK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CAPBLINK">KEY_CMD_CAPBLINK</a></code></th>
<td class="colLast"><code>45</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CHRLT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CHRLT">KEY_CMD_CHRLT</a></code></th>
<td class="colLast"><code>19</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CHRRT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CHRRT">KEY_CMD_CHRRT</a></code></th>
<td class="colLast"><code>20</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CLIP_ADD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CLIP_ADD">KEY_CMD_CLIP_ADD</a></code></th>
<td class="colLast"><code>196608</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CLIP_APPEND">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CLIP_APPEND">KEY_CMD_CLIP_APPEND</a></code></th>
<td class="colLast"><code>1114112</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CLIP_COPY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CLIP_COPY">KEY_CMD_CLIP_COPY</a></code></th>
<td class="colLast"><code>1048576</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CLIP_NEW">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CLIP_NEW">KEY_CMD_CLIP_NEW</a></code></th>
<td class="colLast"><code>131072</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CLIP_RESTORE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CLIP_RESTORE">KEY_CMD_CLIP_RESTORE</a></code></th>
<td class="colLast"><code>108</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CLIP_SAVE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CLIP_SAVE">KEY_CMD_CLIP_SAVE</a></code></th>
<td class="colLast"><code>107</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CONTEXT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CONTEXT">KEY_CMD_CONTEXT</a></code></th>
<td class="colLast"><code>2490368</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CONTROL">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CONTROL">KEY_CMD_CONTROL</a></code></th>
<td class="colLast"><code>79</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_COPY_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_COPY_LINE">KEY_CMD_COPY_LINE</a></code></th>
<td class="colLast"><code>327680</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_COPY_RECT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_COPY_RECT">KEY_CMD_COPY_RECT</a></code></th>
<td class="colLast"><code>262144</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_COPYCHARS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_COPYCHARS">KEY_CMD_COPYCHARS</a></code></th>
<td class="colLast"><code>1048576</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CSRBLINK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CSRBLINK">KEY_CMD_CSRBLINK</a></code></th>
<td class="colLast"><code>42</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CSRHIDE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CSRHIDE">KEY_CMD_CSRHIDE</a></code></th>
<td class="colLast"><code>39</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CSRJMP_VERT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CSRJMP_VERT">KEY_CMD_CSRJMP_VERT</a></code></th>
<td class="colLast"><code>72</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CSRSIZE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CSRSIZE">KEY_CMD_CSRSIZE</a></code></th>
<td class="colLast"><code>41</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CSRTRK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CSRTRK">KEY_CMD_CSRTRK</a></code></th>
<td class="colLast"><code>40</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CSRVIS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CSRVIS">KEY_CMD_CSRVIS</a></code></th>
<td class="colLast"><code>38</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CUTAPPEND">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CUTAPPEND">KEY_CMD_CUTAPPEND</a></code></th>
<td class="colLast"><code>196608</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CUTBEGIN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CUTBEGIN">KEY_CMD_CUTBEGIN</a></code></th>
<td class="colLast"><code>131072</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CUTLINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CUTLINE">KEY_CMD_CUTLINE</a></code></th>
<td class="colLast"><code>327680</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_CUTRECT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_CUTRECT">KEY_CMD_CUTRECT</a></code></th>
<td class="colLast"><code>262144</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_DESC_CURR_CHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_DESC_CURR_CHAR">KEY_CMD_DESC_CURR_CHAR</a></code></th>
<td class="colLast"><code>102</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_DESCCHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_DESCCHAR">KEY_CMD_DESCCHAR</a></code></th>
<td class="colLast"><code>589824</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_DISPMD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_DISPMD">KEY_CMD_DISPMD</a></code></th>
<td class="colLast"><code>33</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_FREEZE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_FREEZE">KEY_CMD_FREEZE</a></code></th>
<td class="colLast"><code>32</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_FWINLT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_FWINLT">KEY_CMD_FWINLT</a></code></th>
<td class="colLast"><code>23</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_FWINLTSKIP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_FWINLTSKIP">KEY_CMD_FWINLTSKIP</a></code></th>
<td class="colLast"><code>25</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_FWINRT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_FWINRT">KEY_CMD_FWINRT</a></code></th>
<td class="colLast"><code>24</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_FWINRTSKIP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_FWINRTSKIP">KEY_CMD_FWINRTSKIP</a></code></th>
<td class="colLast"><code>26</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_GOTOLINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_GOTOLINE">KEY_CMD_GOTOLINE</a></code></th>
<td class="colLast"><code>851968</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_GOTOMARK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_GOTOMARK">KEY_CMD_GOTOMARK</a></code></th>
<td class="colLast"><code>786432</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_GUI">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_GUI">KEY_CMD_GUI</a></code></th>
<td class="colLast"><code>113</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_HELP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_HELP">KEY_CMD_HELP</a></code></th>
<td class="colLast"><code>49</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_HOME">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_HOME">KEY_CMD_HOME</a></code></th>
<td class="colLast"><code>29</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_HWINLT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_HWINLT">KEY_CMD_HWINLT</a></code></th>
<td class="colLast"><code>21</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_HWINRT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_HWINRT">KEY_CMD_HWINRT</a></code></th>
<td class="colLast"><code>22</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_INFO">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_INFO">KEY_CMD_INFO</a></code></th>
<td class="colLast"><code>50</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_LEARN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_LEARN">KEY_CMD_LEARN</a></code></th>
<td class="colLast"><code>51</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_LNBEG">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_LNBEG">KEY_CMD_LNBEG</a></code></th>
<td class="colLast"><code>27</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_LNDN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_LNDN">KEY_CMD_LNDN</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_LNEND">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_LNEND">KEY_CMD_LNEND</a></code></th>
<td class="colLast"><code>28</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_LNUP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_LNUP">KEY_CMD_LNUP</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MENU_FIRST_ITEM">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MENU_FIRST_ITEM">KEY_CMD_MENU_FIRST_ITEM</a></code></th>
<td class="colLast"><code>55</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MENU_LAST_ITEM">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MENU_LAST_ITEM">KEY_CMD_MENU_LAST_ITEM</a></code></th>
<td class="colLast"><code>56</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MENU_NEXT_ITEM">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MENU_NEXT_ITEM">KEY_CMD_MENU_NEXT_ITEM</a></code></th>
<td class="colLast"><code>58</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MENU_NEXT_SETTING">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MENU_NEXT_SETTING">KEY_CMD_MENU_NEXT_SETTING</a></code></th>
<td class="colLast"><code>60</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MENU_PREV_ITEM">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MENU_PREV_ITEM">KEY_CMD_MENU_PREV_ITEM</a></code></th>
<td class="colLast"><code>57</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MENU_PREV_LEVEL">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MENU_PREV_LEVEL">KEY_CMD_MENU_PREV_LEVEL</a></code></th>
<td class="colLast"><code>82</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MENU_PREV_SETTING">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MENU_PREV_SETTING">KEY_CMD_MENU_PREV_SETTING</a></code></th>
<td class="colLast"><code>59</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_META">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_META">KEY_CMD_META</a></code></th>
<td class="colLast"><code>80</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_MUTE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_MUTE">KEY_CMD_MUTE</a></code></th>
<td class="colLast"><code>61</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NOOP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NOOP">KEY_CMD_NOOP</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NXDIFCHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NXDIFCHAR">KEY_CMD_NXDIFCHAR</a></code></th>
<td class="colLast"><code>983040</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NXDIFLN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NXDIFLN">KEY_CMD_NXDIFLN</a></code></th>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NXINDENT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NXINDENT">KEY_CMD_NXINDENT</a></code></th>
<td class="colLast"><code>524288</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NXNBWIN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NXNBWIN">KEY_CMD_NXNBWIN</a></code></th>
<td class="colLast"><code>123</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NXPGRPH">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NXPGRPH">KEY_CMD_NXPGRPH</a></code></th>
<td class="colLast"><code>14</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NXPROMPT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NXPROMPT">KEY_CMD_NXPROMPT</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_NXSEARCH">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_NXSEARCH">KEY_CMD_NXSEARCH</a></code></th>
<td class="colLast"><code>18</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_OFFLINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_OFFLINE">KEY_CMD_OFFLINE</a></code></th>
<td class="colLast"><code>76</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PASSAT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PASSAT">KEY_CMD_PASSAT</a></code></th>
<td class="colLast"><code>2293760</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PASSDOTS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PASSDOTS">KEY_CMD_PASSDOTS</a></code></th>
<td class="colLast"><code>2228224</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PASSPS2">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PASSPS2">KEY_CMD_PASSPS2</a></code></th>
<td class="colLast"><code>2424832</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PASSXT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PASSXT">KEY_CMD_PASSXT</a></code></th>
<td class="colLast"><code>2359296</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PASTE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PASTE">KEY_CMD_PASTE</a></code></th>
<td class="colLast"><code>73</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PASTE_HISTORY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PASTE_HISTORY">KEY_CMD_PASTE_HISTORY</a></code></th>
<td class="colLast"><code>1179648</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PRDIFCHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PRDIFCHAR">KEY_CMD_PRDIFCHAR</a></code></th>
<td class="colLast"><code>917504</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PRDIFLN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PRDIFLN">KEY_CMD_PRDIFLN</a></code></th>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PREFLOAD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PREFLOAD">KEY_CMD_PREFLOAD</a></code></th>
<td class="colLast"><code>54</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PREFMENU">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PREFMENU">KEY_CMD_PREFMENU</a></code></th>
<td class="colLast"><code>52</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PREFSAVE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PREFSAVE">KEY_CMD_PREFSAVE</a></code></th>
<td class="colLast"><code>53</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PRINDENT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PRINDENT">KEY_CMD_PRINDENT</a></code></th>
<td class="colLast"><code>458752</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PRNBWIN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PRNBWIN">KEY_CMD_PRNBWIN</a></code></th>
<td class="colLast"><code>122</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PRPGRPH">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PRPGRPH">KEY_CMD_PRPGRPH</a></code></th>
<td class="colLast"><code>13</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PRPROMPT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PRPROMPT">KEY_CMD_PRPROMPT</a></code></th>
<td class="colLast"><code>15</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_PRSEARCH">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_PRSEARCH">KEY_CMD_PRSEARCH</a></code></th>
<td class="colLast"><code>17</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_RESTARTBRL">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_RESTARTBRL">KEY_CMD_RESTARTBRL</a></code></th>
<td class="colLast"><code>74</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_RESTARTSPEECH">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_RESTARTSPEECH">KEY_CMD_RESTARTSPEECH</a></code></th>
<td class="colLast"><code>75</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_RETURN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_RETURN">KEY_CMD_RETURN</a></code></th>
<td class="colLast"><code>31</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ROUTE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ROUTE">KEY_CMD_ROUTE</a></code></th>
<td class="colLast"><code>65536</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_ROUTE_CURR_LOCN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_ROUTE_CURR_LOCN">KEY_CMD_ROUTE_CURR_LOCN</a></code></th>
<td class="colLast"><code>104</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SAY_ABOVE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SAY_ABOVE">KEY_CMD_SAY_ABOVE</a></code></th>
<td class="colLast"><code>64</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SAY_BELOW">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SAY_BELOW">KEY_CMD_SAY_BELOW</a></code></th>
<td class="colLast"><code>65</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SAY_FASTER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SAY_FASTER">KEY_CMD_SAY_FASTER</a></code></th>
<td class="colLast"><code>67</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SAY_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SAY_LINE">KEY_CMD_SAY_LINE</a></code></th>
<td class="colLast"><code>63</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SAY_LOUDER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SAY_LOUDER">KEY_CMD_SAY_LOUDER</a></code></th>
<td class="colLast"><code>69</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SAY_SLOWER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SAY_SLOWER">KEY_CMD_SAY_SLOWER</a></code></th>
<td class="colLast"><code>66</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SAY_SOFTER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SAY_SOFTER">KEY_CMD_SAY_SOFTER</a></code></th>
<td class="colLast"><code>68</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SCR_START">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SCR_START">KEY_CMD_SCR_START</a></code></th>
<td class="colLast"><code>119</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SCR_STOP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SCR_STOP">KEY_CMD_SCR_STOP</a></code></th>
<td class="colLast"><code>118</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SELECTVT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SELECTVT">KEY_CMD_SELECTVT</a></code></th>
<td class="colLast"><code>1966080</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SELECTVT_NEXT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SELECTVT_NEXT">KEY_CMD_SELECTVT_NEXT</a></code></th>
<td class="colLast"><code>121</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SELECTVT_PREV">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SELECTVT_PREV">KEY_CMD_SELECTVT_PREV</a></code></th>
<td class="colLast"><code>120</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SET_ATTRIBUTES_TABLE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SET_ATTRIBUTES_TABLE">KEY_CMD_SET_ATTRIBUTES_TABLE</a></code></th>
<td class="colLast"><code>1310720</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SET_CONTRACTION_TABLE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SET_CONTRACTION_TABLE">KEY_CMD_SET_CONTRACTION_TABLE</a></code></th>
<td class="colLast"><code>1376256</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SET_KEYBOARD_TABLE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SET_KEYBOARD_TABLE">KEY_CMD_SET_KEYBOARD_TABLE</a></code></th>
<td class="colLast"><code>1441792</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SET_LANGUAGE_PROFILE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SET_LANGUAGE_PROFILE">KEY_CMD_SET_LANGUAGE_PROFILE</a></code></th>
<td class="colLast"><code>1507328</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SET_TEXT_TABLE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SET_TEXT_TABLE">KEY_CMD_SET_TEXT_TABLE</a></code></th>
<td class="colLast"><code>1245184</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SETLEFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SETLEFT">KEY_CMD_SETLEFT</a></code></th>
<td class="colLast"><code>655360</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SETMARK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SETMARK">KEY_CMD_SETMARK</a></code></th>
<td class="colLast"><code>720896</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SHIFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SHIFT">KEY_CMD_SHIFT</a></code></th>
<td class="colLast"><code>77</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SHOW_CURR_LOCN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SHOW_CURR_LOCN">KEY_CMD_SHOW_CURR_LOCN</a></code></th>
<td class="colLast"><code>106</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SIXDOTS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SIXDOTS">KEY_CMD_SIXDOTS</a></code></th>
<td class="colLast"><code>34</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SKPBLNKWINS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SKPBLNKWINS">KEY_CMD_SKPBLNKWINS</a></code></th>
<td class="colLast"><code>37</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SKPIDLNS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SKPIDLNS">KEY_CMD_SKPIDLNS</a></code></th>
<td class="colLast"><code>36</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SLIDEWIN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SLIDEWIN">KEY_CMD_SLIDEWIN</a></code></th>
<td class="colLast"><code>35</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_CURR_CHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_CURR_CHAR">KEY_CMD_SPEAK_CURR_CHAR</a></code></th>
<td class="colLast"><code>89</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_CURR_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_CURR_LINE">KEY_CMD_SPEAK_CURR_LINE</a></code></th>
<td class="colLast"><code>95</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_CURR_LOCN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_CURR_LOCN">KEY_CMD_SPEAK_CURR_LOCN</a></code></th>
<td class="colLast"><code>105</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_CURR_WORD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_CURR_WORD">KEY_CMD_SPEAK_CURR_WORD</a></code></th>
<td class="colLast"><code>92</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_FRST_CHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_FRST_CHAR">KEY_CMD_SPEAK_FRST_CHAR</a></code></th>
<td class="colLast"><code>98</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_FRST_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_FRST_LINE">KEY_CMD_SPEAK_FRST_LINE</a></code></th>
<td class="colLast"><code>100</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_LAST_CHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_LAST_CHAR">KEY_CMD_SPEAK_LAST_CHAR</a></code></th>
<td class="colLast"><code>99</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_LAST_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_LAST_LINE">KEY_CMD_SPEAK_LAST_LINE</a></code></th>
<td class="colLast"><code>101</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_NEXT_CHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_NEXT_CHAR">KEY_CMD_SPEAK_NEXT_CHAR</a></code></th>
<td class="colLast"><code>91</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_NEXT_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_NEXT_LINE">KEY_CMD_SPEAK_NEXT_LINE</a></code></th>
<td class="colLast"><code>97</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_NEXT_WORD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_NEXT_WORD">KEY_CMD_SPEAK_NEXT_WORD</a></code></th>
<td class="colLast"><code>94</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_PREV_CHAR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_PREV_CHAR">KEY_CMD_SPEAK_PREV_CHAR</a></code></th>
<td class="colLast"><code>90</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_PREV_LINE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_PREV_LINE">KEY_CMD_SPEAK_PREV_LINE</a></code></th>
<td class="colLast"><code>96</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPEAK_PREV_WORD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPEAK_PREV_WORD">KEY_CMD_SPEAK_PREV_WORD</a></code></th>
<td class="colLast"><code>93</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPELL_CURR_WORD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPELL_CURR_WORD">KEY_CMD_SPELL_CURR_WORD</a></code></th>
<td class="colLast"><code>103</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPK_START">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPK_START">KEY_CMD_SPK_START</a></code></th>
<td class="colLast"><code>117</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPK_STOP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPK_STOP">KEY_CMD_SPK_STOP</a></code></th>
<td class="colLast"><code>116</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SPKHOME">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SPKHOME">KEY_CMD_SPKHOME</a></code></th>
<td class="colLast"><code>62</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SWITCHVT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SWITCHVT">KEY_CMD_SWITCHVT</a></code></th>
<td class="colLast"><code>393216</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SWITCHVT_NEXT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SWITCHVT_NEXT">KEY_CMD_SWITCHVT_NEXT</a></code></th>
<td class="colLast"><code>71</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_SWITCHVT_PREV">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_SWITCHVT_PREV">KEY_CMD_SWITCHVT_PREV</a></code></th>
<td class="colLast"><code>70</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_TIME">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_TIME">KEY_CMD_TIME</a></code></th>
<td class="colLast"><code>81</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_TOP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_TOP">KEY_CMD_TOP</a></code></th>
<td class="colLast"><code>9</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_TOP_LEFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_TOP_LEFT">KEY_CMD_TOP_LEFT</a></code></th>
<td class="colLast"><code>11</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_TOUCH_AT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_TOUCH_AT">KEY_CMD_TOUCH_AT</a></code></th>
<td class="colLast"><code>2555904</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_TOUCH_NAV">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_TOUCH_NAV">KEY_CMD_TOUCH_NAV</a></code></th>
<td class="colLast"><code>124</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_TUNES">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_TUNES">KEY_CMD_TUNES</a></code></th>
<td class="colLast"><code>46</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_UNSTICK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_UNSTICK">KEY_CMD_UNSTICK</a></code></th>
<td class="colLast"><code>111</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_UPPER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_UPPER">KEY_CMD_UPPER</a></code></th>
<td class="colLast"><code>78</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_WINDN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_WINDN">KEY_CMD_WINDN</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CMD_WINUP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CMD_WINUP">KEY_CMD_WINUP</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CODE_MASK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CODE_MASK">KEY_CODE_MASK</a></code></th>
<td class="colLast"><code>536870911L</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_CODE_SHIFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_CODE_SHIFT">KEY_CODE_SHIFT</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLAGS_MASK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLAGS_MASK">KEY_FLAGS_MASK</a></code></th>
<td class="colLast"><code>-4294967296L</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLAGS_SHIFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLAGS_SHIFT">KEY_FLAGS_SHIFT</a></code></th>
<td class="colLast"><code>32</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_INPUT_ALTGR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_INPUT_ALTGR">KEY_FLG_INPUT_ALTGR</a></code></th>
<td class="colLast"><code>4096</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_INPUT_CONTROL">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_INPUT_CONTROL">KEY_FLG_INPUT_CONTROL</a></code></th>
<td class="colLast"><code>1024</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_INPUT_GUI">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_INPUT_GUI">KEY_FLG_INPUT_GUI</a></code></th>
<td class="colLast"><code>8192</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_INPUT_META">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_INPUT_META">KEY_FLG_INPUT_META</a></code></th>
<td class="colLast"><code>2048</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_INPUT_SHIFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_INPUT_SHIFT">KEY_FLG_INPUT_SHIFT</a></code></th>
<td class="colLast"><code>256</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_INPUT_UPPER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_INPUT_UPPER">KEY_FLG_INPUT_UPPER</a></code></th>
<td class="colLast"><code>512</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_KBD_EMUL0">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_KBD_EMUL0">KEY_FLG_KBD_EMUL0</a></code></th>
<td class="colLast"><code>512</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_KBD_EMUL1">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_KBD_EMUL1">KEY_FLG_KBD_EMUL1</a></code></th>
<td class="colLast"><code>1024</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_KBD_RELEASE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_KBD_RELEASE">KEY_FLG_KBD_RELEASE</a></code></th>
<td class="colLast"><code>256</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_MOTION_ROUTE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_MOTION_ROUTE">KEY_FLG_MOTION_ROUTE</a></code></th>
<td class="colLast"><code>1024</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_MOTION_SCALED">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_MOTION_SCALED">KEY_FLG_MOTION_SCALED</a></code></th>
<td class="colLast"><code>2048</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_MOTION_TOLEFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_MOTION_TOLEFT">KEY_FLG_MOTION_TOLEFT</a></code></th>
<td class="colLast"><code>4096</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_TOGGLE_MASK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_TOGGLE_MASK">KEY_FLG_TOGGLE_MASK</a></code></th>
<td class="colLast"><code>768</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_TOGGLE_OFF">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_TOGGLE_OFF">KEY_FLG_TOGGLE_OFF</a></code></th>
<td class="colLast"><code>512</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_FLG_TOGGLE_ON">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_FLG_TOGGLE_ON">KEY_FLG_TOGGLE_ON</a></code></th>
<td class="colLast"><code>256</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_MAX">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_MAX">KEY_MAX</a></code></th>
<td class="colLast"><code>-1L</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_BACKSPACE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_BACKSPACE">KEY_SYM_BACKSPACE</a></code></th>
<td class="colLast"><code>65288</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_DELETE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_DELETE">KEY_SYM_DELETE</a></code></th>
<td class="colLast"><code>65535</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_DOWN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_DOWN">KEY_SYM_DOWN</a></code></th>
<td class="colLast"><code>65364</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_END">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_END">KEY_SYM_END</a></code></th>
<td class="colLast"><code>65367</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_ESCAPE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_ESCAPE">KEY_SYM_ESCAPE</a></code></th>
<td class="colLast"><code>65307</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F1">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F1">KEY_SYM_F1</a></code></th>
<td class="colLast"><code>65470</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F10">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F10">KEY_SYM_F10</a></code></th>
<td class="colLast"><code>65479</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F11">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F11">KEY_SYM_F11</a></code></th>
<td class="colLast"><code>65480</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F12">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F12">KEY_SYM_F12</a></code></th>
<td class="colLast"><code>65481</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F13">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F13">KEY_SYM_F13</a></code></th>
<td class="colLast"><code>65482</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F14">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F14">KEY_SYM_F14</a></code></th>
<td class="colLast"><code>65483</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F15">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F15">KEY_SYM_F15</a></code></th>
<td class="colLast"><code>65484</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F16">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F16">KEY_SYM_F16</a></code></th>
<td class="colLast"><code>65485</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F17">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F17">KEY_SYM_F17</a></code></th>
<td class="colLast"><code>65486</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F18">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F18">KEY_SYM_F18</a></code></th>
<td class="colLast"><code>65487</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F19">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F19">KEY_SYM_F19</a></code></th>
<td class="colLast"><code>65488</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F2">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F2">KEY_SYM_F2</a></code></th>
<td class="colLast"><code>65471</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F20">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F20">KEY_SYM_F20</a></code></th>
<td class="colLast"><code>65489</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F21">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F21">KEY_SYM_F21</a></code></th>
<td class="colLast"><code>65490</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F22">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F22">KEY_SYM_F22</a></code></th>
<td class="colLast"><code>65491</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F23">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F23">KEY_SYM_F23</a></code></th>
<td class="colLast"><code>65492</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F24">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F24">KEY_SYM_F24</a></code></th>
<td class="colLast"><code>65493</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F25">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F25">KEY_SYM_F25</a></code></th>
<td class="colLast"><code>65494</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F26">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F26">KEY_SYM_F26</a></code></th>
<td class="colLast"><code>65495</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F27">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F27">KEY_SYM_F27</a></code></th>
<td class="colLast"><code>65496</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F28">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F28">KEY_SYM_F28</a></code></th>
<td class="colLast"><code>65497</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F29">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F29">KEY_SYM_F29</a></code></th>
<td class="colLast"><code>65498</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F3">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F3">KEY_SYM_F3</a></code></th>
<td class="colLast"><code>65472</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F30">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F30">KEY_SYM_F30</a></code></th>
<td class="colLast"><code>65499</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F31">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F31">KEY_SYM_F31</a></code></th>
<td class="colLast"><code>65500</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F32">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F32">KEY_SYM_F32</a></code></th>
<td class="colLast"><code>65501</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F33">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F33">KEY_SYM_F33</a></code></th>
<td class="colLast"><code>65502</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F34">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F34">KEY_SYM_F34</a></code></th>
<td class="colLast"><code>65503</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F35">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F35">KEY_SYM_F35</a></code></th>
<td class="colLast"><code>65504</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F4">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F4">KEY_SYM_F4</a></code></th>
<td class="colLast"><code>65473</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F5">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F5">KEY_SYM_F5</a></code></th>
<td class="colLast"><code>65474</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F6">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F6">KEY_SYM_F6</a></code></th>
<td class="colLast"><code>65475</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F7">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F7">KEY_SYM_F7</a></code></th>
<td class="colLast"><code>65476</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F8">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F8">KEY_SYM_F8</a></code></th>
<td class="colLast"><code>65477</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_F9">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_F9">KEY_SYM_F9</a></code></th>
<td class="colLast"><code>65478</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_HOME">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_HOME">KEY_SYM_HOME</a></code></th>
<td class="colLast"><code>65360</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_INSERT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_INSERT">KEY_SYM_INSERT</a></code></th>
<td class="colLast"><code>65379</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_LEFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_LEFT">KEY_SYM_LEFT</a></code></th>
<td class="colLast"><code>65361</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_LINEFEED">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_LINEFEED">KEY_SYM_LINEFEED</a></code></th>
<td class="colLast"><code>65293</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_PAGE_DOWN">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_PAGE_DOWN">KEY_SYM_PAGE_DOWN</a></code></th>
<td class="colLast"><code>65366</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_PAGE_UP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_PAGE_UP">KEY_SYM_PAGE_UP</a></code></th>
<td class="colLast"><code>65365</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_RIGHT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_RIGHT">KEY_SYM_RIGHT</a></code></th>
<td class="colLast"><code>65363</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_TAB">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_TAB">KEY_SYM_TAB</a></code></th>
<td class="colLast"><code>65289</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_UNICODE">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_UNICODE">KEY_SYM_UNICODE</a></code></th>
<td class="colLast"><code>16777216</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_SYM_UP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_SYM_UP">KEY_SYM_UP</a></code></th>
<td class="colLast"><code>65362</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_TYPE_CMD">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_TYPE_CMD">KEY_TYPE_CMD</a></code></th>
<td class="colLast"><code>536870912</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_TYPE_MASK">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_TYPE_MASK">KEY_TYPE_MASK</a></code></th>
<td class="colLast"><code>3758096384L</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_TYPE_SHIFT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_TYPE_SHIFT">KEY_TYPE_SHIFT</a></code></th>
<td class="colLast"><code>29</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.KEY_TYPE_SYM">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#KEY_TYPE_SYM">KEY_TYPE_SYM</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.rangeType_all">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#rangeType_all">rangeType_all</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.rangeType_code">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#rangeType_code">rangeType_code</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.rangeType_command">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#rangeType_command">rangeType_command</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.rangeType_key">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#rangeType_key">rangeType_key</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.rangeType_type">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#rangeType_type">rangeType_type</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Constants.TTY_DEFAULT">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Constants.html#TTY_DEFAULT">TTY_DEFAULT</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.a11y.BrlAPI.<a href="org/a11y/BrlAPI/Error.html" title="class in org.a11y.BrlAPI">Error</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.CONNREFUSED">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#CONNREFUSED">CONNREFUSED</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.DEVICEBUSY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#DEVICEBUSY">DEVICEBUSY</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.DRIVERERROR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#DRIVERERROR">DRIVERERROR</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.EMPTYKEY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#EMPTYKEY">EMPTYKEY</a></code></th>
<td class="colLast"><code>15</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.EOF">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#EOF">EOF</a></code></th>
<td class="colLast"><code>14</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.GAIERR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#GAIERR">GAIERR</a></code></th>
<td class="colLast"><code>10</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.ILLEGAL_INSTRUCTION">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#ILLEGAL_INSTRUCTION">ILLEGAL_INSTRUCTION</a></code></th>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.INVALID_PACKET">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#INVALID_PACKET">INVALID_PACKET</a></code></th>
<td class="colLast"><code>7</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.INVALID_PARAMETER">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#INVALID_PARAMETER">INVALID_PARAMETER</a></code></th>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.LIBCERR">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#LIBCERR">LIBCERR</a></code></th>
<td class="colLast"><code>11</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.NOMEM">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#NOMEM">NOMEM</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.OPNOTSUPP">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#OPNOTSUPP">OPNOTSUPP</a></code></th>
<td class="colLast"><code>9</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.PROTOCOL_VERSION">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#PROTOCOL_VERSION">PROTOCOL_VERSION</a></code></th>
<td class="colLast"><code>13</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.SUCCESS">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#SUCCESS">SUCCESS</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.TTYBUSY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#TTYBUSY">TTYBUSY</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.UNKNOWN_INSTRUCTION">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#UNKNOWN_INSTRUCTION">UNKNOWN_INSTRUCTION</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.a11y.BrlAPI.Error.UNKNOWNTTY">
<!--   -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/a11y/BrlAPI/Error.html#UNKNOWNTTY">UNKNOWNTTY</a></code></th>
<td class="colLast"><code>12</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="org/a11y/BrlAPI/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>