fxruby 1.6.42-x64-mingw32 → 1.6.43-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/.yardopts +1 -1
- data/Gemfile +1 -2
- data/History.md +11 -0
- data/README.rdoc +4 -4
- data/Rakefile +10 -0
- data/appveyor.yml +4 -0
- data/docs/Fox.html +11184 -0
- data/docs/Fox/Canvas.html +141 -0
- data/docs/Fox/Canvas/CanvasError.html +124 -0
- data/docs/Fox/Canvas/CircleShape.html +477 -0
- data/docs/Fox/Canvas/ImageShape.html +477 -0
- data/docs/Fox/Canvas/LineShape.html +1005 -0
- data/docs/Fox/Canvas/PolygonShape.html +145 -0
- data/docs/Fox/Canvas/RectangleShape.html +439 -0
- data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
- data/docs/Fox/Canvas/Shape.html +1955 -0
- data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
- data/docs/Fox/Canvas/ShapeGroup.html +527 -0
- data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
- data/docs/Fox/Canvas/TextShape.html +609 -0
- data/docs/Fox/FTNonModal.html +550 -0
- data/docs/Fox/FX4Splitter.html +1336 -0
- data/docs/Fox/FX7Segment.html +1010 -0
- data/docs/Fox/FXAccelTable.html +715 -0
- data/docs/Fox/FXApp.html +7998 -0
- data/docs/Fox/FXArc.html +562 -0
- data/docs/Fox/FXArrowButton.html +865 -0
- data/docs/Fox/FXBMPIcon.html +450 -0
- data/docs/Fox/FXBMPImage.html +434 -0
- data/docs/Fox/FXBitmap.html +1362 -0
- data/docs/Fox/FXBitmapFrame.html +595 -0
- data/docs/Fox/FXBitmapView.html +1451 -0
- data/docs/Fox/FXButton.html +534 -0
- data/docs/Fox/FXCURCursor.html +261 -0
- data/docs/Fox/FXCalendar.html +880 -0
- data/docs/Fox/FXCanvas.html +311 -0
- data/docs/Fox/FXCheckButton.html +949 -0
- data/docs/Fox/FXChoiceBox.html +472 -0
- data/docs/Fox/FXColor.html +1519 -0
- data/docs/Fox/FXColorBar.html +759 -0
- data/docs/Fox/FXColorDialog.html +591 -0
- data/docs/Fox/FXColorItem.html +323 -0
- data/docs/Fox/FXColorList.html +712 -0
- data/docs/Fox/FXColorRing.html +817 -0
- data/docs/Fox/FXColorSelector.html +796 -0
- data/docs/Fox/FXColorWell.html +850 -0
- data/docs/Fox/FXColorWheel.html +770 -0
- data/docs/Fox/FXComboBox.html +2939 -0
- data/docs/Fox/FXComboTableItem.html +544 -0
- data/docs/Fox/FXCommand.html +526 -0
- data/docs/Fox/FXComposite.html +433 -0
- data/docs/Fox/FXCursor.html +779 -0
- data/docs/Fox/FXDC.html +5231 -0
- data/docs/Fox/FXDCPrint.html +696 -0
- data/docs/Fox/FXDCWindow.html +358 -0
- data/docs/Fox/FXDataTarget.html +573 -0
- data/docs/Fox/FXDebugTarget.html +305 -0
- data/docs/Fox/FXDelegator.html +305 -0
- data/docs/Fox/FXDial.html +1133 -0
- data/docs/Fox/FXDialogBox.html +413 -0
- data/docs/Fox/FXDict.html +1063 -0
- data/docs/Fox/FXDirBox.html +752 -0
- data/docs/Fox/FXDirDialog.html +914 -0
- data/docs/Fox/FXDirItem.html +989 -0
- data/docs/Fox/FXDirList.html +1554 -0
- data/docs/Fox/FXDirSelector.html +995 -0
- data/docs/Fox/FXDockBar.html +1451 -0
- data/docs/Fox/FXDockHandler.html +468 -0
- data/docs/Fox/FXDockSite.html +678 -0
- data/docs/Fox/FXDockTitle.html +606 -0
- data/docs/Fox/FXDocument.html +536 -0
- data/docs/Fox/FXDragCorner.html +440 -0
- data/docs/Fox/FXDrawable.html +478 -0
- data/docs/Fox/FXDriveBox.html +746 -0
- data/docs/Fox/FXEvent.html +1736 -0
- data/docs/Fox/FXExtentd.html +1374 -0
- data/docs/Fox/FXExtentf.html +1374 -0
- data/docs/Fox/FXFileAssoc.html +850 -0
- data/docs/Fox/FXFileDialog.html +2688 -0
- data/docs/Fox/FXFileDict.html +1058 -0
- data/docs/Fox/FXFileItem.html +1141 -0
- data/docs/Fox/FXFileList.html +2259 -0
- data/docs/Fox/FXFileSelector.html +2529 -0
- data/docs/Fox/FXFileStream.html +503 -0
- data/docs/Fox/FXFoldingItem.html +2822 -0
- data/docs/Fox/FXFoldingList.html +5189 -0
- data/docs/Fox/FXFont.html +2998 -0
- data/docs/Fox/FXFontDesc.html +710 -0
- data/docs/Fox/FXFontDialog.html +420 -0
- data/docs/Fox/FXFontSelector.html +576 -0
- data/docs/Fox/FXFrame.html +1012 -0
- data/docs/Fox/FXGIFCursor.html +337 -0
- data/docs/Fox/FXGIFIcon.html +450 -0
- data/docs/Fox/FXGIFImage.html +434 -0
- data/docs/Fox/FXGLCanvas.html +700 -0
- data/docs/Fox/FXGLCone.html +785 -0
- data/docs/Fox/FXGLContext.html +649 -0
- data/docs/Fox/FXGLCube.html +703 -0
- data/docs/Fox/FXGLCylinder.html +791 -0
- data/docs/Fox/FXGLGroup.html +1385 -0
- data/docs/Fox/FXGLLine.html +653 -0
- data/docs/Fox/FXGLObject.html +759 -0
- data/docs/Fox/FXGLPoint.html +561 -0
- data/docs/Fox/FXGLShape.html +714 -0
- data/docs/Fox/FXGLSphere.html +626 -0
- data/docs/Fox/FXGLViewer.html +3506 -0
- data/docs/Fox/FXGLVisual.html +2147 -0
- data/docs/Fox/FXGradient.html +562 -0
- data/docs/Fox/FXGradientBar.html +2479 -0
- data/docs/Fox/FXGroupBox.html +688 -0
- data/docs/Fox/FXHeader.html +3040 -0
- data/docs/Fox/FXHeaderItem.html +1353 -0
- data/docs/Fox/FXHiliteStyle.html +804 -0
- data/docs/Fox/FXHorizontalFrame.html +359 -0
- data/docs/Fox/FXHorizontalSeparator.html +349 -0
- data/docs/Fox/FXICOIcon.html +450 -0
- data/docs/Fox/FXICOImage.html +434 -0
- data/docs/Fox/FXIcon.html +384 -0
- data/docs/Fox/FXIconDict.html +752 -0
- data/docs/Fox/FXIconItem.html +1518 -0
- data/docs/Fox/FXIconList.html +4676 -0
- data/docs/Fox/FXIconSource.html +963 -0
- data/docs/Fox/FXId.html +712 -0
- data/docs/Fox/FXImage.html +2328 -0
- data/docs/Fox/FXImageFrame.html +489 -0
- data/docs/Fox/FXImageView.html +504 -0
- data/docs/Fox/FXInputDialog.html +894 -0
- data/docs/Fox/FXIrb.html +942 -0
- data/docs/Fox/FXJPGIcon.html +607 -0
- data/docs/Fox/FXJPGImage.html +591 -0
- data/docs/Fox/FXKnob.html +1048 -0
- data/docs/Fox/FXLabel.html +1013 -0
- data/docs/Fox/FXLight.html +920 -0
- data/docs/Fox/FXList.html +3717 -0
- data/docs/Fox/FXListBox.html +2518 -0
- data/docs/Fox/FXListItem.html +1459 -0
- data/docs/Fox/FXMDIChild.html +2175 -0
- data/docs/Fox/FXMDIClient.html +781 -0
- data/docs/Fox/FXMDIDeleteButton.html +334 -0
- data/docs/Fox/FXMDIMaximizeButton.html +334 -0
- data/docs/Fox/FXMDIMenu.html +335 -0
- data/docs/Fox/FXMDIMinimizeButton.html +334 -0
- data/docs/Fox/FXMDIRestoreButton.html +334 -0
- data/docs/Fox/FXMDIWindowButton.html +334 -0
- data/docs/Fox/FXMainWindow.html +337 -0
- data/docs/Fox/FXMaterial.html +570 -0
- data/docs/Fox/FXMatrix.html +734 -0
- data/docs/Fox/FXMemoryBuffer.html +472 -0
- data/docs/Fox/FXMemoryStream.html +632 -0
- data/docs/Fox/FXMenuBar.html +347 -0
- data/docs/Fox/FXMenuButton.html +829 -0
- data/docs/Fox/FXMenuCaption.html +1080 -0
- data/docs/Fox/FXMenuCascade.html +388 -0
- data/docs/Fox/FXMenuCheck.html +721 -0
- data/docs/Fox/FXMenuCommand.html +400 -0
- data/docs/Fox/FXMenuPane.html +333 -0
- data/docs/Fox/FXMenuRadio.html +721 -0
- data/docs/Fox/FXMenuSeparator.html +440 -0
- data/docs/Fox/FXMenuTitle.html +405 -0
- data/docs/Fox/FXMessageBox.html +658 -0
- data/docs/Fox/FXObject.html +545 -0
- data/docs/Fox/FXOption.html +491 -0
- data/docs/Fox/FXOptionMenu.html +885 -0
- data/docs/Fox/FXPCXIcon.html +450 -0
- data/docs/Fox/FXPCXImage.html +434 -0
- data/docs/Fox/FXPNGIcon.html +524 -0
- data/docs/Fox/FXPNGImage.html +508 -0
- data/docs/Fox/FXPPMIcon.html +450 -0
- data/docs/Fox/FXPPMImage.html +373 -0
- data/docs/Fox/FXPSBounds.html +500 -0
- data/docs/Fox/FXPacker.html +1229 -0
- data/docs/Fox/FXPicker.html +345 -0
- data/docs/Fox/FXPopup.html +1099 -0
- data/docs/Fox/FXPrintDialog.html +485 -0
- data/docs/Fox/FXPrinter.html +1330 -0
- data/docs/Fox/FXProgressBar.html +1150 -0
- data/docs/Fox/FXProgressDialog.html +715 -0
- data/docs/Fox/FXPseudoKeyboard.html +428 -0
- data/docs/Fox/FXPseudoMouse.html +800 -0
- data/docs/Fox/FXPseudoTarget.html +472 -0
- data/docs/Fox/FXQuatd.html +1377 -0
- data/docs/Fox/FXQuatf.html +1392 -0
- data/docs/Fox/FXRGBIcon.html +450 -0
- data/docs/Fox/FXRGBImage.html +434 -0
- data/docs/Fox/FXRadioButton.html +885 -0
- data/docs/Fox/FXRanged.html +1522 -0
- data/docs/Fox/FXRangef.html +1522 -0
- data/docs/Fox/FXRealSlider.html +1187 -0
- data/docs/Fox/FXRealSpinner.html +2175 -0
- data/docs/Fox/FXRecentFiles.html +841 -0
- data/docs/Fox/FXRectangle.html +802 -0
- data/docs/Fox/FXRegion.html +841 -0
- data/docs/Fox/FXRegistry.html +682 -0
- data/docs/Fox/FXReplaceDialog.html +648 -0
- data/docs/Fox/FXRootWindow.html +312 -0
- data/docs/Fox/FXRuler.html +2000 -0
- data/docs/Fox/FXRulerView.html +3997 -0
- data/docs/Fox/FXScintilla.html +49117 -0
- data/docs/Fox/FXScrollArea.html +1363 -0
- data/docs/Fox/FXScrollBar.html +1019 -0
- data/docs/Fox/FXScrollCorner.html +290 -0
- data/docs/Fox/FXScrollPane.html +499 -0
- data/docs/Fox/FXScrollWindow.html +409 -0
- data/docs/Fox/FXSearchDialog.html +382 -0
- data/docs/Fox/FXSegment.html +422 -0
- data/docs/Fox/FXSeparator.html +402 -0
- data/docs/Fox/FXSettings.html +1861 -0
- data/docs/Fox/FXShell.html +233 -0
- data/docs/Fox/FXShutter.html +472 -0
- data/docs/Fox/FXShutterItem.html +669 -0
- data/docs/Fox/FXSize.html +592 -0
- data/docs/Fox/FXSlider.html +1129 -0
- data/docs/Fox/FXSphered.html +906 -0
- data/docs/Fox/FXSpheref.html +906 -0
- data/docs/Fox/FXSpinner.html +2102 -0
- data/docs/Fox/FXSplashScreen.html +497 -0
- data/docs/Fox/FXSplashWindow.html +494 -0
- data/docs/Fox/FXSplitter.html +643 -0
- data/docs/Fox/FXSpring.html +517 -0
- data/docs/Fox/FXStatusBar.html +593 -0
- data/docs/Fox/FXStatusLine.html +754 -0
- data/docs/Fox/FXStream.html +1372 -0
- data/docs/Fox/FXStreamAllocError.html +148 -0
- data/docs/Fox/FXStreamEndError.html +148 -0
- data/docs/Fox/FXStreamError.html +259 -0
- data/docs/Fox/FXStreamFailureError.html +148 -0
- data/docs/Fox/FXStreamFormatError.html +148 -0
- data/docs/Fox/FXStreamFullError.html +148 -0
- data/docs/Fox/FXStreamNoReadError.html +148 -0
- data/docs/Fox/FXStreamNoWriteError.html +148 -0
- data/docs/Fox/FXStreamUnknownError.html +148 -0
- data/docs/Fox/FXStringDict.html +552 -0
- data/docs/Fox/FXSwitcher.html +619 -0
- data/docs/Fox/FXTGAIcon.html +450 -0
- data/docs/Fox/FXTGAImage.html +434 -0
- data/docs/Fox/FXTIFIcon.html +604 -0
- data/docs/Fox/FXTIFImage.html +588 -0
- data/docs/Fox/FXTabBar.html +644 -0
- data/docs/Fox/FXTabBook.html +373 -0
- data/docs/Fox/FXTabItem.html +478 -0
- data/docs/Fox/FXTable.html +10107 -0
- data/docs/Fox/FXTableItem.html +2195 -0
- data/docs/Fox/FXTablePos.html +360 -0
- data/docs/Fox/FXTableRange.html +360 -0
- data/docs/Fox/FXText.html +6870 -0
- data/docs/Fox/FXTextChange.html +492 -0
- data/docs/Fox/FXTextField.html +2016 -0
- data/docs/Fox/FXToggleButton.html +844 -0
- data/docs/Fox/FXToolBar.html +452 -0
- data/docs/Fox/FXToolBarGrip.html +584 -0
- data/docs/Fox/FXToolBarShell.html +788 -0
- data/docs/Fox/FXToolBarTab.html +729 -0
- data/docs/Fox/FXToolTip.html +761 -0
- data/docs/Fox/FXTopWindow.html +1716 -0
- data/docs/Fox/FXTranslator.html +481 -0
- data/docs/Fox/FXTreeItem.html +2813 -0
- data/docs/Fox/FXTreeList.html +5095 -0
- data/docs/Fox/FXTreeListBox.html +3080 -0
- data/docs/Fox/FXTriStateButton.html +681 -0
- data/docs/Fox/FXUndoList.html +2560 -0
- data/docs/Fox/FXVec2d.html +1450 -0
- data/docs/Fox/FXVec2f.html +1442 -0
- data/docs/Fox/FXVec3d.html +1649 -0
- data/docs/Fox/FXVec3f.html +1649 -0
- data/docs/Fox/FXVec4d.html +1858 -0
- data/docs/Fox/FXVec4f.html +1858 -0
- data/docs/Fox/FXVerticalFrame.html +359 -0
- data/docs/Fox/FXVerticalSeparator.html +349 -0
- data/docs/Fox/FXViewport.html +780 -0
- data/docs/Fox/FXVisual.html +1023 -0
- data/docs/Fox/FXWindow.html +9948 -0
- data/docs/Fox/FXWizard.html +1052 -0
- data/docs/Fox/FXXBMIcon.html +453 -0
- data/docs/Fox/FXXBMImage.html +437 -0
- data/docs/Fox/FXXPMIcon.html +450 -0
- data/docs/Fox/FXXPMImage.html +434 -0
- data/docs/Fox/NotifyHeader.html +286 -0
- data/docs/Fox/SCNotification.html +1438 -0
- data/docs/Fox/TextRange.html +281 -0
- data/docs/IRB.html +204 -0
- data/docs/Responder.html +693 -0
- data/docs/Responder2.html +225 -0
- data/docs/_index.html +2101 -0
- data/docs/class_list.html +51 -0
- data/docs/css/common.css +1 -0
- data/docs/css/full_list.css +58 -0
- data/docs/css/style.css +496 -0
- data/docs/file.History.html +869 -0
- data/docs/file.README.html +104 -0
- data/docs/file_list.html +66 -0
- data/docs/frames.html +17 -0
- data/docs/index.html +614 -0
- data/docs/js/app.js +314 -0
- data/docs/js/full_list.js +216 -0
- data/docs/js/jquery.js +4 -0
- data/docs/method_list.html +31043 -0
- data/docs/top-level-namespace.html +214 -0
- data/examples/canvasdemo.rb +5 -1
- data/examples/gltest.rb +162 -106
- data/examples/glviewer.rb +12 -8
- data/ext/fox16_c/extconf.rb +1 -1
- data/fxruby.gemspec +1 -1
- data/lib/fox16/canvas.rb +76 -45
- data/lib/fox16/glgroup.rb +5 -5
- data/lib/fox16/glshapes.rb +111 -99
- data/lib/fox16/version.rb +1 -1
- metadata +293 -2
@@ -0,0 +1,214 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— FXRuby API Documentation
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
16
|
+
|
17
|
+
<script type="text/javascript">
|
18
|
+
pathId = "";
|
19
|
+
relpath = '';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
|
23
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
24
|
+
|
25
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
26
|
+
|
27
|
+
|
28
|
+
</head>
|
29
|
+
<body>
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
38
|
+
|
39
|
+
<a href="_index.html">Index</a> »
|
40
|
+
|
41
|
+
|
42
|
+
<span class="title">Top Level Namespace</span>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div id="search">
|
47
|
+
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
49
|
+
href="class_list.html">
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div id="content"><h1>Top Level Namespace
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
<dl>
|
75
|
+
<dt>Includes:</dt>
|
76
|
+
<dd><span class='object_link'><a href="Fox.html" title="Fox (module)">Fox</a></span></dd>
|
77
|
+
</dl>
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
</div>
|
85
|
+
|
86
|
+
<h2>Defined Under Namespace</h2>
|
87
|
+
<p class="children">
|
88
|
+
|
89
|
+
|
90
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Fox.html" title="Fox (module)">Fox</a></span>, <span class='object_link'><a href="IRB.html" title="IRB (module)">IRB</a></span>, <span class='object_link'><a href="Responder.html" title="Responder (module)">Responder</a></span>, <span class='object_link'><a href="Responder2.html" title="Responder2 (module)">Responder2</a></span>
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
</p>
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
<h2>Constant Summary</h2>
|
100
|
+
|
101
|
+
<h3 class="inherited">Constants included
|
102
|
+
from <span class='object_link'><a href="Fox.html" title="Fox (module)">Fox</a></span></h3>
|
103
|
+
<p class="inherited"><span class='object_link'><a href="Fox.html#CALENDAR_NORMAL-constant" title="Fox::CALENDAR_NORMAL (constant)">Fox::CALENDAR_NORMAL</a></span>, <span class='object_link'><a href="Fox.html#CALENDAR_READONLY-constant" title="Fox::CALENDAR_READONLY (constant)">Fox::CALENDAR_READONLY</a></span>, <span class='object_link'><a href="Fox.html#HANDLE_SIZE-constant" title="Fox::HANDLE_SIZE (constant)">Fox::HANDLE_SIZE</a></span>, <span class='object_link'><a href="Fox.html#KEY_0-constant" title="Fox::KEY_0 (constant)">Fox::KEY_0</a></span>, <span class='object_link'><a href="Fox.html#KEY_1-constant" title="Fox::KEY_1 (constant)">Fox::KEY_1</a></span>, <span class='object_link'><a href="Fox.html#KEY_2-constant" title="Fox::KEY_2 (constant)">Fox::KEY_2</a></span>, <span class='object_link'><a href="Fox.html#KEY_3-constant" title="Fox::KEY_3 (constant)">Fox::KEY_3</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_AltCursor-constant" title="Fox::KEY_3270_AltCursor (constant)">Fox::KEY_3270_AltCursor</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Attn-constant" title="Fox::KEY_3270_Attn (constant)">Fox::KEY_3270_Attn</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_BackTab-constant" title="Fox::KEY_3270_BackTab (constant)">Fox::KEY_3270_BackTab</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_ChangeScreen-constant" title="Fox::KEY_3270_ChangeScreen (constant)">Fox::KEY_3270_ChangeScreen</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Copy-constant" title="Fox::KEY_3270_Copy (constant)">Fox::KEY_3270_Copy</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_CursorBlink-constant" title="Fox::KEY_3270_CursorBlink (constant)">Fox::KEY_3270_CursorBlink</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_CursorSelect-constant" title="Fox::KEY_3270_CursorSelect (constant)">Fox::KEY_3270_CursorSelect</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_DeleteWord-constant" title="Fox::KEY_3270_DeleteWord (constant)">Fox::KEY_3270_DeleteWord</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Duplicate-constant" title="Fox::KEY_3270_Duplicate (constant)">Fox::KEY_3270_Duplicate</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Enter-constant" title="Fox::KEY_3270_Enter (constant)">Fox::KEY_3270_Enter</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_EraseEOF-constant" title="Fox::KEY_3270_EraseEOF (constant)">Fox::KEY_3270_EraseEOF</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_EraseInput-constant" title="Fox::KEY_3270_EraseInput (constant)">Fox::KEY_3270_EraseInput</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_ExSelect-constant" title="Fox::KEY_3270_ExSelect (constant)">Fox::KEY_3270_ExSelect</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_FieldMark-constant" title="Fox::KEY_3270_FieldMark (constant)">Fox::KEY_3270_FieldMark</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Ident-constant" title="Fox::KEY_3270_Ident (constant)">Fox::KEY_3270_Ident</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Jump-constant" title="Fox::KEY_3270_Jump (constant)">Fox::KEY_3270_Jump</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_KeyClick-constant" title="Fox::KEY_3270_KeyClick (constant)">Fox::KEY_3270_KeyClick</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Left2-constant" title="Fox::KEY_3270_Left2 (constant)">Fox::KEY_3270_Left2</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_PA1-constant" title="Fox::KEY_3270_PA1 (constant)">Fox::KEY_3270_PA1</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_PA2-constant" title="Fox::KEY_3270_PA2 (constant)">Fox::KEY_3270_PA2</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_PA3-constant" title="Fox::KEY_3270_PA3 (constant)">Fox::KEY_3270_PA3</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Play-constant" title="Fox::KEY_3270_Play (constant)">Fox::KEY_3270_Play</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_PrintScreen-constant" title="Fox::KEY_3270_PrintScreen (constant)">Fox::KEY_3270_PrintScreen</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Quit-constant" title="Fox::KEY_3270_Quit (constant)">Fox::KEY_3270_Quit</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Record-constant" title="Fox::KEY_3270_Record (constant)">Fox::KEY_3270_Record</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Reset-constant" title="Fox::KEY_3270_Reset (constant)">Fox::KEY_3270_Reset</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Right2-constant" title="Fox::KEY_3270_Right2 (constant)">Fox::KEY_3270_Right2</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Rule-constant" title="Fox::KEY_3270_Rule (constant)">Fox::KEY_3270_Rule</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Setup-constant" title="Fox::KEY_3270_Setup (constant)">Fox::KEY_3270_Setup</a></span>, <span class='object_link'><a href="Fox.html#KEY_3270_Test-constant" title="Fox::KEY_3270_Test (constant)">Fox::KEY_3270_Test</a></span>, <span class='object_link'><a href="Fox.html#KEY_4-constant" title="Fox::KEY_4 (constant)">Fox::KEY_4</a></span>, <span class='object_link'><a href="Fox.html#KEY_5-constant" title="Fox::KEY_5 (constant)">Fox::KEY_5</a></span>, <span class='object_link'><a href="Fox.html#KEY_6-constant" title="Fox::KEY_6 (constant)">Fox::KEY_6</a></span>, <span class='object_link'><a href="Fox.html#KEY_7-constant" title="Fox::KEY_7 (constant)">Fox::KEY_7</a></span>, <span class='object_link'><a href="Fox.html#KEY_8-constant" title="Fox::KEY_8 (constant)">Fox::KEY_8</a></span>, <span class='object_link'><a href="Fox.html#KEY_9-constant" title="Fox::KEY_9 (constant)">Fox::KEY_9</a></span>, <span class='object_link'><a href="Fox.html#KEY_A-constant" title="Fox::KEY_A (constant)">Fox::KEY_A</a></span>, <span class='object_link'><a href="Fox.html#KEY_AE-constant" title="Fox::KEY_AE (constant)">Fox::KEY_AE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Aacute-constant" title="Fox::KEY_Aacute (constant)">Fox::KEY_Aacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Abreve-constant" title="Fox::KEY_Abreve (constant)">Fox::KEY_Abreve</a></span>, <span class='object_link'><a href="Fox.html#KEY_AccessX_Enable-constant" title="Fox::KEY_AccessX_Enable (constant)">Fox::KEY_AccessX_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_AccessX_Feedback_Enable-constant" title="Fox::KEY_AccessX_Feedback_Enable (constant)">Fox::KEY_AccessX_Feedback_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_Acircumflex-constant" title="Fox::KEY_Acircumflex (constant)">Fox::KEY_Acircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Adiaeresis-constant" title="Fox::KEY_Adiaeresis (constant)">Fox::KEY_Adiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Agrave-constant" title="Fox::KEY_Agrave (constant)">Fox::KEY_Agrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_Alt_L-constant" title="Fox::KEY_Alt_L (constant)">Fox::KEY_Alt_L</a></span>, <span class='object_link'><a href="Fox.html#KEY_Alt_R-constant" title="Fox::KEY_Alt_R (constant)">Fox::KEY_Alt_R</a></span>, <span class='object_link'><a href="Fox.html#KEY_Amacron-constant" title="Fox::KEY_Amacron (constant)">Fox::KEY_Amacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Aogonek-constant" title="Fox::KEY_Aogonek (constant)">Fox::KEY_Aogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_ain-constant" title="Fox::KEY_Arabic_ain (constant)">Fox::KEY_Arabic_ain</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_alef-constant" title="Fox::KEY_Arabic_alef (constant)">Fox::KEY_Arabic_alef</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_alefmaksura-constant" title="Fox::KEY_Arabic_alefmaksura (constant)">Fox::KEY_Arabic_alefmaksura</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_beh-constant" title="Fox::KEY_Arabic_beh (constant)">Fox::KEY_Arabic_beh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_comma-constant" title="Fox::KEY_Arabic_comma (constant)">Fox::KEY_Arabic_comma</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_dad-constant" title="Fox::KEY_Arabic_dad (constant)">Fox::KEY_Arabic_dad</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_dal-constant" title="Fox::KEY_Arabic_dal (constant)">Fox::KEY_Arabic_dal</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_damma-constant" title="Fox::KEY_Arabic_damma (constant)">Fox::KEY_Arabic_damma</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_dammatan-constant" title="Fox::KEY_Arabic_dammatan (constant)">Fox::KEY_Arabic_dammatan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_fatha-constant" title="Fox::KEY_Arabic_fatha (constant)">Fox::KEY_Arabic_fatha</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_fathatan-constant" title="Fox::KEY_Arabic_fathatan (constant)">Fox::KEY_Arabic_fathatan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_feh-constant" title="Fox::KEY_Arabic_feh (constant)">Fox::KEY_Arabic_feh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_ghain-constant" title="Fox::KEY_Arabic_ghain (constant)">Fox::KEY_Arabic_ghain</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_ha-constant" title="Fox::KEY_Arabic_ha (constant)">Fox::KEY_Arabic_ha</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_hah-constant" title="Fox::KEY_Arabic_hah (constant)">Fox::KEY_Arabic_hah</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_hamza-constant" title="Fox::KEY_Arabic_hamza (constant)">Fox::KEY_Arabic_hamza</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_hamzaonalef-constant" title="Fox::KEY_Arabic_hamzaonalef (constant)">Fox::KEY_Arabic_hamzaonalef</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_hamzaonwaw-constant" title="Fox::KEY_Arabic_hamzaonwaw (constant)">Fox::KEY_Arabic_hamzaonwaw</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_hamzaonyeh-constant" title="Fox::KEY_Arabic_hamzaonyeh (constant)">Fox::KEY_Arabic_hamzaonyeh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_hamzaunderalef-constant" title="Fox::KEY_Arabic_hamzaunderalef (constant)">Fox::KEY_Arabic_hamzaunderalef</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_heh-constant" title="Fox::KEY_Arabic_heh (constant)">Fox::KEY_Arabic_heh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_jeem-constant" title="Fox::KEY_Arabic_jeem (constant)">Fox::KEY_Arabic_jeem</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_kaf-constant" title="Fox::KEY_Arabic_kaf (constant)">Fox::KEY_Arabic_kaf</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_kasra-constant" title="Fox::KEY_Arabic_kasra (constant)">Fox::KEY_Arabic_kasra</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_kasratan-constant" title="Fox::KEY_Arabic_kasratan (constant)">Fox::KEY_Arabic_kasratan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_khah-constant" title="Fox::KEY_Arabic_khah (constant)">Fox::KEY_Arabic_khah</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_lam-constant" title="Fox::KEY_Arabic_lam (constant)">Fox::KEY_Arabic_lam</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_maddaonalef-constant" title="Fox::KEY_Arabic_maddaonalef (constant)">Fox::KEY_Arabic_maddaonalef</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_meem-constant" title="Fox::KEY_Arabic_meem (constant)">Fox::KEY_Arabic_meem</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_noon-constant" title="Fox::KEY_Arabic_noon (constant)">Fox::KEY_Arabic_noon</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_qaf-constant" title="Fox::KEY_Arabic_qaf (constant)">Fox::KEY_Arabic_qaf</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_question_mark-constant" title="Fox::KEY_Arabic_question_mark (constant)">Fox::KEY_Arabic_question_mark</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_ra-constant" title="Fox::KEY_Arabic_ra (constant)">Fox::KEY_Arabic_ra</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_sad-constant" title="Fox::KEY_Arabic_sad (constant)">Fox::KEY_Arabic_sad</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_seen-constant" title="Fox::KEY_Arabic_seen (constant)">Fox::KEY_Arabic_seen</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_semicolon-constant" title="Fox::KEY_Arabic_semicolon (constant)">Fox::KEY_Arabic_semicolon</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_shadda-constant" title="Fox::KEY_Arabic_shadda (constant)">Fox::KEY_Arabic_shadda</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_sheen-constant" title="Fox::KEY_Arabic_sheen (constant)">Fox::KEY_Arabic_sheen</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_sukun-constant" title="Fox::KEY_Arabic_sukun (constant)">Fox::KEY_Arabic_sukun</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_switch-constant" title="Fox::KEY_Arabic_switch (constant)">Fox::KEY_Arabic_switch</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_tah-constant" title="Fox::KEY_Arabic_tah (constant)">Fox::KEY_Arabic_tah</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_tatweel-constant" title="Fox::KEY_Arabic_tatweel (constant)">Fox::KEY_Arabic_tatweel</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_teh-constant" title="Fox::KEY_Arabic_teh (constant)">Fox::KEY_Arabic_teh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_tehmarbuta-constant" title="Fox::KEY_Arabic_tehmarbuta (constant)">Fox::KEY_Arabic_tehmarbuta</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_thal-constant" title="Fox::KEY_Arabic_thal (constant)">Fox::KEY_Arabic_thal</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_theh-constant" title="Fox::KEY_Arabic_theh (constant)">Fox::KEY_Arabic_theh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_waw-constant" title="Fox::KEY_Arabic_waw (constant)">Fox::KEY_Arabic_waw</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_yeh-constant" title="Fox::KEY_Arabic_yeh (constant)">Fox::KEY_Arabic_yeh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_zah-constant" title="Fox::KEY_Arabic_zah (constant)">Fox::KEY_Arabic_zah</a></span>, <span class='object_link'><a href="Fox.html#KEY_Arabic_zain-constant" title="Fox::KEY_Arabic_zain (constant)">Fox::KEY_Arabic_zain</a></span>, <span class='object_link'><a href="Fox.html#KEY_Aring-constant" title="Fox::KEY_Aring (constant)">Fox::KEY_Aring</a></span>, <span class='object_link'><a href="Fox.html#KEY_Atilde-constant" title="Fox::KEY_Atilde (constant)">Fox::KEY_Atilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_AudibleBell_Enable-constant" title="Fox::KEY_AudibleBell_Enable (constant)">Fox::KEY_AudibleBell_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_B-constant" title="Fox::KEY_B (constant)">Fox::KEY_B</a></span>, <span class='object_link'><a href="Fox.html#KEY_BackSpace-constant" title="Fox::KEY_BackSpace (constant)">Fox::KEY_BackSpace</a></span>, <span class='object_link'><a href="Fox.html#KEY_Begin-constant" title="Fox::KEY_Begin (constant)">Fox::KEY_Begin</a></span>, <span class='object_link'><a href="Fox.html#KEY_BounceKeys_Enable-constant" title="Fox::KEY_BounceKeys_Enable (constant)">Fox::KEY_BounceKeys_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_Break-constant" title="Fox::KEY_Break (constant)">Fox::KEY_Break</a></span>, <span class='object_link'><a href="Fox.html#KEY_Byelorussian_SHORTU-constant" title="Fox::KEY_Byelorussian_SHORTU (constant)">Fox::KEY_Byelorussian_SHORTU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Byelorussian_shortu-constant" title="Fox::KEY_Byelorussian_shortu (constant)">Fox::KEY_Byelorussian_shortu</a></span>, <span class='object_link'><a href="Fox.html#KEY_C-constant" title="Fox::KEY_C (constant)">Fox::KEY_C</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cabovedot-constant" title="Fox::KEY_Cabovedot (constant)">Fox::KEY_Cabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cacute-constant" title="Fox::KEY_Cacute (constant)">Fox::KEY_Cacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cancel-constant" title="Fox::KEY_Cancel (constant)">Fox::KEY_Cancel</a></span>, <span class='object_link'><a href="Fox.html#KEY_Caps_Lock-constant" title="Fox::KEY_Caps_Lock (constant)">Fox::KEY_Caps_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ccaron-constant" title="Fox::KEY_Ccaron (constant)">Fox::KEY_Ccaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ccedilla-constant" title="Fox::KEY_Ccedilla (constant)">Fox::KEY_Ccedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ccircumflex-constant" title="Fox::KEY_Ccircumflex (constant)">Fox::KEY_Ccircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Clear-constant" title="Fox::KEY_Clear (constant)">Fox::KEY_Clear</a></span>, <span class='object_link'><a href="Fox.html#KEY_Control_L-constant" title="Fox::KEY_Control_L (constant)">Fox::KEY_Control_L</a></span>, <span class='object_link'><a href="Fox.html#KEY_Control_R-constant" title="Fox::KEY_Control_R (constant)">Fox::KEY_Control_R</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_A-constant" title="Fox::KEY_Cyrillic_A (constant)">Fox::KEY_Cyrillic_A</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_BE-constant" title="Fox::KEY_Cyrillic_BE (constant)">Fox::KEY_Cyrillic_BE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_CHE-constant" title="Fox::KEY_Cyrillic_CHE (constant)">Fox::KEY_Cyrillic_CHE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_DE-constant" title="Fox::KEY_Cyrillic_DE (constant)">Fox::KEY_Cyrillic_DE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_DZHE-constant" title="Fox::KEY_Cyrillic_DZHE (constant)">Fox::KEY_Cyrillic_DZHE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_E-constant" title="Fox::KEY_Cyrillic_E (constant)">Fox::KEY_Cyrillic_E</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_EF-constant" title="Fox::KEY_Cyrillic_EF (constant)">Fox::KEY_Cyrillic_EF</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_EL-constant" title="Fox::KEY_Cyrillic_EL (constant)">Fox::KEY_Cyrillic_EL</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_EM-constant" title="Fox::KEY_Cyrillic_EM (constant)">Fox::KEY_Cyrillic_EM</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_EN-constant" title="Fox::KEY_Cyrillic_EN (constant)">Fox::KEY_Cyrillic_EN</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ER-constant" title="Fox::KEY_Cyrillic_ER (constant)">Fox::KEY_Cyrillic_ER</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ES-constant" title="Fox::KEY_Cyrillic_ES (constant)">Fox::KEY_Cyrillic_ES</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_GHE-constant" title="Fox::KEY_Cyrillic_GHE (constant)">Fox::KEY_Cyrillic_GHE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_HA-constant" title="Fox::KEY_Cyrillic_HA (constant)">Fox::KEY_Cyrillic_HA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_HARDSIGN-constant" title="Fox::KEY_Cyrillic_HARDSIGN (constant)">Fox::KEY_Cyrillic_HARDSIGN</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_I-constant" title="Fox::KEY_Cyrillic_I (constant)">Fox::KEY_Cyrillic_I</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_IE-constant" title="Fox::KEY_Cyrillic_IE (constant)">Fox::KEY_Cyrillic_IE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_IO-constant" title="Fox::KEY_Cyrillic_IO (constant)">Fox::KEY_Cyrillic_IO</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_JE-constant" title="Fox::KEY_Cyrillic_JE (constant)">Fox::KEY_Cyrillic_JE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_KA-constant" title="Fox::KEY_Cyrillic_KA (constant)">Fox::KEY_Cyrillic_KA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_LJE-constant" title="Fox::KEY_Cyrillic_LJE (constant)">Fox::KEY_Cyrillic_LJE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_NJE-constant" title="Fox::KEY_Cyrillic_NJE (constant)">Fox::KEY_Cyrillic_NJE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_O-constant" title="Fox::KEY_Cyrillic_O (constant)">Fox::KEY_Cyrillic_O</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_PE-constant" title="Fox::KEY_Cyrillic_PE (constant)">Fox::KEY_Cyrillic_PE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_SHA-constant" title="Fox::KEY_Cyrillic_SHA (constant)">Fox::KEY_Cyrillic_SHA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_SHCHA-constant" title="Fox::KEY_Cyrillic_SHCHA (constant)">Fox::KEY_Cyrillic_SHCHA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_SHORTI-constant" title="Fox::KEY_Cyrillic_SHORTI (constant)">Fox::KEY_Cyrillic_SHORTI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_SOFTSIGN-constant" title="Fox::KEY_Cyrillic_SOFTSIGN (constant)">Fox::KEY_Cyrillic_SOFTSIGN</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_TE-constant" title="Fox::KEY_Cyrillic_TE (constant)">Fox::KEY_Cyrillic_TE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_TSE-constant" title="Fox::KEY_Cyrillic_TSE (constant)">Fox::KEY_Cyrillic_TSE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_U-constant" title="Fox::KEY_Cyrillic_U (constant)">Fox::KEY_Cyrillic_U</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_VE-constant" title="Fox::KEY_Cyrillic_VE (constant)">Fox::KEY_Cyrillic_VE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_YA-constant" title="Fox::KEY_Cyrillic_YA (constant)">Fox::KEY_Cyrillic_YA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_YERU-constant" title="Fox::KEY_Cyrillic_YERU (constant)">Fox::KEY_Cyrillic_YERU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_YU-constant" title="Fox::KEY_Cyrillic_YU (constant)">Fox::KEY_Cyrillic_YU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ZE-constant" title="Fox::KEY_Cyrillic_ZE (constant)">Fox::KEY_Cyrillic_ZE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ZHE-constant" title="Fox::KEY_Cyrillic_ZHE (constant)">Fox::KEY_Cyrillic_ZHE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_a-constant" title="Fox::KEY_Cyrillic_a (constant)">Fox::KEY_Cyrillic_a</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_be-constant" title="Fox::KEY_Cyrillic_be (constant)">Fox::KEY_Cyrillic_be</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_che-constant" title="Fox::KEY_Cyrillic_che (constant)">Fox::KEY_Cyrillic_che</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_de-constant" title="Fox::KEY_Cyrillic_de (constant)">Fox::KEY_Cyrillic_de</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_dzhe-constant" title="Fox::KEY_Cyrillic_dzhe (constant)">Fox::KEY_Cyrillic_dzhe</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_e-constant" title="Fox::KEY_Cyrillic_e (constant)">Fox::KEY_Cyrillic_e</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ef-constant" title="Fox::KEY_Cyrillic_ef (constant)">Fox::KEY_Cyrillic_ef</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_el-constant" title="Fox::KEY_Cyrillic_el (constant)">Fox::KEY_Cyrillic_el</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_em-constant" title="Fox::KEY_Cyrillic_em (constant)">Fox::KEY_Cyrillic_em</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_en-constant" title="Fox::KEY_Cyrillic_en (constant)">Fox::KEY_Cyrillic_en</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_er-constant" title="Fox::KEY_Cyrillic_er (constant)">Fox::KEY_Cyrillic_er</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_es-constant" title="Fox::KEY_Cyrillic_es (constant)">Fox::KEY_Cyrillic_es</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ghe-constant" title="Fox::KEY_Cyrillic_ghe (constant)">Fox::KEY_Cyrillic_ghe</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ha-constant" title="Fox::KEY_Cyrillic_ha (constant)">Fox::KEY_Cyrillic_ha</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_hardsign-constant" title="Fox::KEY_Cyrillic_hardsign (constant)">Fox::KEY_Cyrillic_hardsign</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_i-constant" title="Fox::KEY_Cyrillic_i (constant)">Fox::KEY_Cyrillic_i</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ie-constant" title="Fox::KEY_Cyrillic_ie (constant)">Fox::KEY_Cyrillic_ie</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_io-constant" title="Fox::KEY_Cyrillic_io (constant)">Fox::KEY_Cyrillic_io</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_je-constant" title="Fox::KEY_Cyrillic_je (constant)">Fox::KEY_Cyrillic_je</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ka-constant" title="Fox::KEY_Cyrillic_ka (constant)">Fox::KEY_Cyrillic_ka</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_lje-constant" title="Fox::KEY_Cyrillic_lje (constant)">Fox::KEY_Cyrillic_lje</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_nje-constant" title="Fox::KEY_Cyrillic_nje (constant)">Fox::KEY_Cyrillic_nje</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_o-constant" title="Fox::KEY_Cyrillic_o (constant)">Fox::KEY_Cyrillic_o</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_pe-constant" title="Fox::KEY_Cyrillic_pe (constant)">Fox::KEY_Cyrillic_pe</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_sha-constant" title="Fox::KEY_Cyrillic_sha (constant)">Fox::KEY_Cyrillic_sha</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_shcha-constant" title="Fox::KEY_Cyrillic_shcha (constant)">Fox::KEY_Cyrillic_shcha</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_shorti-constant" title="Fox::KEY_Cyrillic_shorti (constant)">Fox::KEY_Cyrillic_shorti</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_softsign-constant" title="Fox::KEY_Cyrillic_softsign (constant)">Fox::KEY_Cyrillic_softsign</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_te-constant" title="Fox::KEY_Cyrillic_te (constant)">Fox::KEY_Cyrillic_te</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_tse-constant" title="Fox::KEY_Cyrillic_tse (constant)">Fox::KEY_Cyrillic_tse</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_u-constant" title="Fox::KEY_Cyrillic_u (constant)">Fox::KEY_Cyrillic_u</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ve-constant" title="Fox::KEY_Cyrillic_ve (constant)">Fox::KEY_Cyrillic_ve</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ya-constant" title="Fox::KEY_Cyrillic_ya (constant)">Fox::KEY_Cyrillic_ya</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_yeru-constant" title="Fox::KEY_Cyrillic_yeru (constant)">Fox::KEY_Cyrillic_yeru</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_yu-constant" title="Fox::KEY_Cyrillic_yu (constant)">Fox::KEY_Cyrillic_yu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_ze-constant" title="Fox::KEY_Cyrillic_ze (constant)">Fox::KEY_Cyrillic_ze</a></span>, <span class='object_link'><a href="Fox.html#KEY_Cyrillic_zhe-constant" title="Fox::KEY_Cyrillic_zhe (constant)">Fox::KEY_Cyrillic_zhe</a></span>, <span class='object_link'><a href="Fox.html#KEY_D-constant" title="Fox::KEY_D (constant)">Fox::KEY_D</a></span>, <span class='object_link'><a href="Fox.html#KEY_Dcaron-constant" title="Fox::KEY_Dcaron (constant)">Fox::KEY_Dcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Delete-constant" title="Fox::KEY_Delete (constant)">Fox::KEY_Delete</a></span>, <span class='object_link'><a href="Fox.html#KEY_Down-constant" title="Fox::KEY_Down (constant)">Fox::KEY_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_Dstroke-constant" title="Fox::KEY_Dstroke (constant)">Fox::KEY_Dstroke</a></span>, <span class='object_link'><a href="Fox.html#KEY_E-constant" title="Fox::KEY_E (constant)">Fox::KEY_E</a></span>, <span class='object_link'><a href="Fox.html#KEY_ENG-constant" title="Fox::KEY_ENG (constant)">Fox::KEY_ENG</a></span>, <span class='object_link'><a href="Fox.html#KEY_ETH-constant" title="Fox::KEY_ETH (constant)">Fox::KEY_ETH</a></span>, <span class='object_link'><a href="Fox.html#KEY_Eabovedot-constant" title="Fox::KEY_Eabovedot (constant)">Fox::KEY_Eabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_Eacute-constant" title="Fox::KEY_Eacute (constant)">Fox::KEY_Eacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ecaron-constant" title="Fox::KEY_Ecaron (constant)">Fox::KEY_Ecaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ecircumflex-constant" title="Fox::KEY_Ecircumflex (constant)">Fox::KEY_Ecircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ediaeresis-constant" title="Fox::KEY_Ediaeresis (constant)">Fox::KEY_Ediaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Egrave-constant" title="Fox::KEY_Egrave (constant)">Fox::KEY_Egrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_Eisu_Shift-constant" title="Fox::KEY_Eisu_Shift (constant)">Fox::KEY_Eisu_Shift</a></span>, <span class='object_link'><a href="Fox.html#KEY_Eisu_toggle-constant" title="Fox::KEY_Eisu_toggle (constant)">Fox::KEY_Eisu_toggle</a></span>, <span class='object_link'><a href="Fox.html#KEY_Emacron-constant" title="Fox::KEY_Emacron (constant)">Fox::KEY_Emacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_End-constant" title="Fox::KEY_End (constant)">Fox::KEY_End</a></span>, <span class='object_link'><a href="Fox.html#KEY_Eogonek-constant" title="Fox::KEY_Eogonek (constant)">Fox::KEY_Eogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_Escape-constant" title="Fox::KEY_Escape (constant)">Fox::KEY_Escape</a></span>, <span class='object_link'><a href="Fox.html#KEY_Eth-constant" title="Fox::KEY_Eth (constant)">Fox::KEY_Eth</a></span>, <span class='object_link'><a href="Fox.html#KEY_Execute-constant" title="Fox::KEY_Execute (constant)">Fox::KEY_Execute</a></span>, <span class='object_link'><a href="Fox.html#KEY_F-constant" title="Fox::KEY_F (constant)">Fox::KEY_F</a></span>, <span class='object_link'><a href="Fox.html#KEY_F1-constant" title="Fox::KEY_F1 (constant)">Fox::KEY_F1</a></span>, <span class='object_link'><a href="Fox.html#KEY_F10-constant" title="Fox::KEY_F10 (constant)">Fox::KEY_F10</a></span>, <span class='object_link'><a href="Fox.html#KEY_F11-constant" title="Fox::KEY_F11 (constant)">Fox::KEY_F11</a></span>, <span class='object_link'><a href="Fox.html#KEY_F12-constant" title="Fox::KEY_F12 (constant)">Fox::KEY_F12</a></span>, <span class='object_link'><a href="Fox.html#KEY_F13-constant" title="Fox::KEY_F13 (constant)">Fox::KEY_F13</a></span>, <span class='object_link'><a href="Fox.html#KEY_F14-constant" title="Fox::KEY_F14 (constant)">Fox::KEY_F14</a></span>, <span class='object_link'><a href="Fox.html#KEY_F15-constant" title="Fox::KEY_F15 (constant)">Fox::KEY_F15</a></span>, <span class='object_link'><a href="Fox.html#KEY_F16-constant" title="Fox::KEY_F16 (constant)">Fox::KEY_F16</a></span>, <span class='object_link'><a href="Fox.html#KEY_F17-constant" title="Fox::KEY_F17 (constant)">Fox::KEY_F17</a></span>, <span class='object_link'><a href="Fox.html#KEY_F18-constant" title="Fox::KEY_F18 (constant)">Fox::KEY_F18</a></span>, <span class='object_link'><a href="Fox.html#KEY_F19-constant" title="Fox::KEY_F19 (constant)">Fox::KEY_F19</a></span>, <span class='object_link'><a href="Fox.html#KEY_F2-constant" title="Fox::KEY_F2 (constant)">Fox::KEY_F2</a></span>, <span class='object_link'><a href="Fox.html#KEY_F20-constant" title="Fox::KEY_F20 (constant)">Fox::KEY_F20</a></span>, <span class='object_link'><a href="Fox.html#KEY_F21-constant" title="Fox::KEY_F21 (constant)">Fox::KEY_F21</a></span>, <span class='object_link'><a href="Fox.html#KEY_F22-constant" title="Fox::KEY_F22 (constant)">Fox::KEY_F22</a></span>, <span class='object_link'><a href="Fox.html#KEY_F23-constant" title="Fox::KEY_F23 (constant)">Fox::KEY_F23</a></span>, <span class='object_link'><a href="Fox.html#KEY_F24-constant" title="Fox::KEY_F24 (constant)">Fox::KEY_F24</a></span>, <span class='object_link'><a href="Fox.html#KEY_F25-constant" title="Fox::KEY_F25 (constant)">Fox::KEY_F25</a></span>, <span class='object_link'><a href="Fox.html#KEY_F26-constant" title="Fox::KEY_F26 (constant)">Fox::KEY_F26</a></span>, <span class='object_link'><a href="Fox.html#KEY_F27-constant" title="Fox::KEY_F27 (constant)">Fox::KEY_F27</a></span>, <span class='object_link'><a href="Fox.html#KEY_F28-constant" title="Fox::KEY_F28 (constant)">Fox::KEY_F28</a></span>, <span class='object_link'><a href="Fox.html#KEY_F29-constant" title="Fox::KEY_F29 (constant)">Fox::KEY_F29</a></span>, <span class='object_link'><a href="Fox.html#KEY_F3-constant" title="Fox::KEY_F3 (constant)">Fox::KEY_F3</a></span>, <span class='object_link'><a href="Fox.html#KEY_F30-constant" title="Fox::KEY_F30 (constant)">Fox::KEY_F30</a></span>, <span class='object_link'><a href="Fox.html#KEY_F31-constant" title="Fox::KEY_F31 (constant)">Fox::KEY_F31</a></span>, <span class='object_link'><a href="Fox.html#KEY_F32-constant" title="Fox::KEY_F32 (constant)">Fox::KEY_F32</a></span>, <span class='object_link'><a href="Fox.html#KEY_F33-constant" title="Fox::KEY_F33 (constant)">Fox::KEY_F33</a></span>, <span class='object_link'><a href="Fox.html#KEY_F34-constant" title="Fox::KEY_F34 (constant)">Fox::KEY_F34</a></span>, <span class='object_link'><a href="Fox.html#KEY_F35-constant" title="Fox::KEY_F35 (constant)">Fox::KEY_F35</a></span>, <span class='object_link'><a href="Fox.html#KEY_F4-constant" title="Fox::KEY_F4 (constant)">Fox::KEY_F4</a></span>, <span class='object_link'><a href="Fox.html#KEY_F5-constant" title="Fox::KEY_F5 (constant)">Fox::KEY_F5</a></span>, <span class='object_link'><a href="Fox.html#KEY_F6-constant" title="Fox::KEY_F6 (constant)">Fox::KEY_F6</a></span>, <span class='object_link'><a href="Fox.html#KEY_F7-constant" title="Fox::KEY_F7 (constant)">Fox::KEY_F7</a></span>, <span class='object_link'><a href="Fox.html#KEY_F8-constant" title="Fox::KEY_F8 (constant)">Fox::KEY_F8</a></span>, <span class='object_link'><a href="Fox.html#KEY_F9-constant" title="Fox::KEY_F9 (constant)">Fox::KEY_F9</a></span>, <span class='object_link'><a href="Fox.html#KEY_Find-constant" title="Fox::KEY_Find (constant)">Fox::KEY_Find</a></span>, <span class='object_link'><a href="Fox.html#KEY_First_Virtual_Screen-constant" title="Fox::KEY_First_Virtual_Screen (constant)">Fox::KEY_First_Virtual_Screen</a></span>, <span class='object_link'><a href="Fox.html#KEY_G-constant" title="Fox::KEY_G (constant)">Fox::KEY_G</a></span>, <span class='object_link'><a href="Fox.html#KEY_Gabovedot-constant" title="Fox::KEY_Gabovedot (constant)">Fox::KEY_Gabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_Gbreve-constant" title="Fox::KEY_Gbreve (constant)">Fox::KEY_Gbreve</a></span>, <span class='object_link'><a href="Fox.html#KEY_Gcedilla-constant" title="Fox::KEY_Gcedilla (constant)">Fox::KEY_Gcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Gcircumflex-constant" title="Fox::KEY_Gcircumflex (constant)">Fox::KEY_Gcircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_ALPHA-constant" title="Fox::KEY_Greek_ALPHA (constant)">Fox::KEY_Greek_ALPHA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_ALPHAaccent-constant" title="Fox::KEY_Greek_ALPHAaccent (constant)">Fox::KEY_Greek_ALPHAaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_BETA-constant" title="Fox::KEY_Greek_BETA (constant)">Fox::KEY_Greek_BETA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_CHI-constant" title="Fox::KEY_Greek_CHI (constant)">Fox::KEY_Greek_CHI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_DELTA-constant" title="Fox::KEY_Greek_DELTA (constant)">Fox::KEY_Greek_DELTA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_EPSILON-constant" title="Fox::KEY_Greek_EPSILON (constant)">Fox::KEY_Greek_EPSILON</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_EPSILONaccent-constant" title="Fox::KEY_Greek_EPSILONaccent (constant)">Fox::KEY_Greek_EPSILONaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_ETA-constant" title="Fox::KEY_Greek_ETA (constant)">Fox::KEY_Greek_ETA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_ETAaccent-constant" title="Fox::KEY_Greek_ETAaccent (constant)">Fox::KEY_Greek_ETAaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_GAMMA-constant" title="Fox::KEY_Greek_GAMMA (constant)">Fox::KEY_Greek_GAMMA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_IOTA-constant" title="Fox::KEY_Greek_IOTA (constant)">Fox::KEY_Greek_IOTA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_IOTAaccent-constant" title="Fox::KEY_Greek_IOTAaccent (constant)">Fox::KEY_Greek_IOTAaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_IOTAdiaeresis-constant" title="Fox::KEY_Greek_IOTAdiaeresis (constant)">Fox::KEY_Greek_IOTAdiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_KAPPA-constant" title="Fox::KEY_Greek_KAPPA (constant)">Fox::KEY_Greek_KAPPA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_LAMBDA-constant" title="Fox::KEY_Greek_LAMBDA (constant)">Fox::KEY_Greek_LAMBDA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_LAMDA-constant" title="Fox::KEY_Greek_LAMDA (constant)">Fox::KEY_Greek_LAMDA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_MU-constant" title="Fox::KEY_Greek_MU (constant)">Fox::KEY_Greek_MU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_NU-constant" title="Fox::KEY_Greek_NU (constant)">Fox::KEY_Greek_NU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_OMEGA-constant" title="Fox::KEY_Greek_OMEGA (constant)">Fox::KEY_Greek_OMEGA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_OMEGAaccent-constant" title="Fox::KEY_Greek_OMEGAaccent (constant)">Fox::KEY_Greek_OMEGAaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_OMICRON-constant" title="Fox::KEY_Greek_OMICRON (constant)">Fox::KEY_Greek_OMICRON</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_OMICRONaccent-constant" title="Fox::KEY_Greek_OMICRONaccent (constant)">Fox::KEY_Greek_OMICRONaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_PHI-constant" title="Fox::KEY_Greek_PHI (constant)">Fox::KEY_Greek_PHI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_PI-constant" title="Fox::KEY_Greek_PI (constant)">Fox::KEY_Greek_PI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_PSI-constant" title="Fox::KEY_Greek_PSI (constant)">Fox::KEY_Greek_PSI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_RHO-constant" title="Fox::KEY_Greek_RHO (constant)">Fox::KEY_Greek_RHO</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_SIGMA-constant" title="Fox::KEY_Greek_SIGMA (constant)">Fox::KEY_Greek_SIGMA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_TAU-constant" title="Fox::KEY_Greek_TAU (constant)">Fox::KEY_Greek_TAU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_THETA-constant" title="Fox::KEY_Greek_THETA (constant)">Fox::KEY_Greek_THETA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_UPSILON-constant" title="Fox::KEY_Greek_UPSILON (constant)">Fox::KEY_Greek_UPSILON</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_UPSILONaccent-constant" title="Fox::KEY_Greek_UPSILONaccent (constant)">Fox::KEY_Greek_UPSILONaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_UPSILONdieresis-constant" title="Fox::KEY_Greek_UPSILONdieresis (constant)">Fox::KEY_Greek_UPSILONdieresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_XI-constant" title="Fox::KEY_Greek_XI (constant)">Fox::KEY_Greek_XI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_ZETA-constant" title="Fox::KEY_Greek_ZETA (constant)">Fox::KEY_Greek_ZETA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_accentdieresis-constant" title="Fox::KEY_Greek_accentdieresis (constant)">Fox::KEY_Greek_accentdieresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_alpha-constant" title="Fox::KEY_Greek_alpha (constant)">Fox::KEY_Greek_alpha</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_alphaaccent-constant" title="Fox::KEY_Greek_alphaaccent (constant)">Fox::KEY_Greek_alphaaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_beta-constant" title="Fox::KEY_Greek_beta (constant)">Fox::KEY_Greek_beta</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_chi-constant" title="Fox::KEY_Greek_chi (constant)">Fox::KEY_Greek_chi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_delta-constant" title="Fox::KEY_Greek_delta (constant)">Fox::KEY_Greek_delta</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_epsilon-constant" title="Fox::KEY_Greek_epsilon (constant)">Fox::KEY_Greek_epsilon</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_epsilonaccent-constant" title="Fox::KEY_Greek_epsilonaccent (constant)">Fox::KEY_Greek_epsilonaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_eta-constant" title="Fox::KEY_Greek_eta (constant)">Fox::KEY_Greek_eta</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_etaaccent-constant" title="Fox::KEY_Greek_etaaccent (constant)">Fox::KEY_Greek_etaaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_finalsmallsigma-constant" title="Fox::KEY_Greek_finalsmallsigma (constant)">Fox::KEY_Greek_finalsmallsigma</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_gamma-constant" title="Fox::KEY_Greek_gamma (constant)">Fox::KEY_Greek_gamma</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_horizbar-constant" title="Fox::KEY_Greek_horizbar (constant)">Fox::KEY_Greek_horizbar</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_iota-constant" title="Fox::KEY_Greek_iota (constant)">Fox::KEY_Greek_iota</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_iotaaccent-constant" title="Fox::KEY_Greek_iotaaccent (constant)">Fox::KEY_Greek_iotaaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_iotaaccentdieresis-constant" title="Fox::KEY_Greek_iotaaccentdieresis (constant)">Fox::KEY_Greek_iotaaccentdieresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_iotadieresis-constant" title="Fox::KEY_Greek_iotadieresis (constant)">Fox::KEY_Greek_iotadieresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_kappa-constant" title="Fox::KEY_Greek_kappa (constant)">Fox::KEY_Greek_kappa</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_lambda-constant" title="Fox::KEY_Greek_lambda (constant)">Fox::KEY_Greek_lambda</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_lamda-constant" title="Fox::KEY_Greek_lamda (constant)">Fox::KEY_Greek_lamda</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_mu-constant" title="Fox::KEY_Greek_mu (constant)">Fox::KEY_Greek_mu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_nu-constant" title="Fox::KEY_Greek_nu (constant)">Fox::KEY_Greek_nu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_omega-constant" title="Fox::KEY_Greek_omega (constant)">Fox::KEY_Greek_omega</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_omegaaccent-constant" title="Fox::KEY_Greek_omegaaccent (constant)">Fox::KEY_Greek_omegaaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_omicron-constant" title="Fox::KEY_Greek_omicron (constant)">Fox::KEY_Greek_omicron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_omicronaccent-constant" title="Fox::KEY_Greek_omicronaccent (constant)">Fox::KEY_Greek_omicronaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_phi-constant" title="Fox::KEY_Greek_phi (constant)">Fox::KEY_Greek_phi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_pi-constant" title="Fox::KEY_Greek_pi (constant)">Fox::KEY_Greek_pi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_psi-constant" title="Fox::KEY_Greek_psi (constant)">Fox::KEY_Greek_psi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_rho-constant" title="Fox::KEY_Greek_rho (constant)">Fox::KEY_Greek_rho</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_sigma-constant" title="Fox::KEY_Greek_sigma (constant)">Fox::KEY_Greek_sigma</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_switch-constant" title="Fox::KEY_Greek_switch (constant)">Fox::KEY_Greek_switch</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_tau-constant" title="Fox::KEY_Greek_tau (constant)">Fox::KEY_Greek_tau</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_theta-constant" title="Fox::KEY_Greek_theta (constant)">Fox::KEY_Greek_theta</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_upsilon-constant" title="Fox::KEY_Greek_upsilon (constant)">Fox::KEY_Greek_upsilon</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_upsilonaccent-constant" title="Fox::KEY_Greek_upsilonaccent (constant)">Fox::KEY_Greek_upsilonaccent</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_upsilonaccentdieresis-constant" title="Fox::KEY_Greek_upsilonaccentdieresis (constant)">Fox::KEY_Greek_upsilonaccentdieresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_upsilondieresis-constant" title="Fox::KEY_Greek_upsilondieresis (constant)">Fox::KEY_Greek_upsilondieresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_xi-constant" title="Fox::KEY_Greek_xi (constant)">Fox::KEY_Greek_xi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Greek_zeta-constant" title="Fox::KEY_Greek_zeta (constant)">Fox::KEY_Greek_zeta</a></span>, <span class='object_link'><a href="Fox.html#KEY_H-constant" title="Fox::KEY_H (constant)">Fox::KEY_H</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul-constant" title="Fox::KEY_Hangul (constant)">Fox::KEY_Hangul</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_A-constant" title="Fox::KEY_Hangul_A (constant)">Fox::KEY_Hangul_A</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_AE-constant" title="Fox::KEY_Hangul_AE (constant)">Fox::KEY_Hangul_AE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_AraeA-constant" title="Fox::KEY_Hangul_AraeA (constant)">Fox::KEY_Hangul_AraeA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_AraeAE-constant" title="Fox::KEY_Hangul_AraeAE (constant)">Fox::KEY_Hangul_AraeAE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Banja-constant" title="Fox::KEY_Hangul_Banja (constant)">Fox::KEY_Hangul_Banja</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Cieuc-constant" title="Fox::KEY_Hangul_Cieuc (constant)">Fox::KEY_Hangul_Cieuc</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Codeinput-constant" title="Fox::KEY_Hangul_Codeinput (constant)">Fox::KEY_Hangul_Codeinput</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Dikeud-constant" title="Fox::KEY_Hangul_Dikeud (constant)">Fox::KEY_Hangul_Dikeud</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_E-constant" title="Fox::KEY_Hangul_E (constant)">Fox::KEY_Hangul_E</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_EO-constant" title="Fox::KEY_Hangul_EO (constant)">Fox::KEY_Hangul_EO</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_EU-constant" title="Fox::KEY_Hangul_EU (constant)">Fox::KEY_Hangul_EU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_End-constant" title="Fox::KEY_Hangul_End (constant)">Fox::KEY_Hangul_End</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Hanja-constant" title="Fox::KEY_Hangul_Hanja (constant)">Fox::KEY_Hangul_Hanja</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Hieuh-constant" title="Fox::KEY_Hangul_Hieuh (constant)">Fox::KEY_Hangul_Hieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_I-constant" title="Fox::KEY_Hangul_I (constant)">Fox::KEY_Hangul_I</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Ieung-constant" title="Fox::KEY_Hangul_Ieung (constant)">Fox::KEY_Hangul_Ieung</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Cieuc-constant" title="Fox::KEY_Hangul_J_Cieuc (constant)">Fox::KEY_Hangul_J_Cieuc</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Dikeud-constant" title="Fox::KEY_Hangul_J_Dikeud (constant)">Fox::KEY_Hangul_J_Dikeud</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Hieuh-constant" title="Fox::KEY_Hangul_J_Hieuh (constant)">Fox::KEY_Hangul_J_Hieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Ieung-constant" title="Fox::KEY_Hangul_J_Ieung (constant)">Fox::KEY_Hangul_J_Ieung</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Jieuj-constant" title="Fox::KEY_Hangul_J_Jieuj (constant)">Fox::KEY_Hangul_J_Jieuj</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Khieuq-constant" title="Fox::KEY_Hangul_J_Khieuq (constant)">Fox::KEY_Hangul_J_Khieuq</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Kiyeog-constant" title="Fox::KEY_Hangul_J_Kiyeog (constant)">Fox::KEY_Hangul_J_Kiyeog</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_KiyeogSios-constant" title="Fox::KEY_Hangul_J_KiyeogSios (constant)">Fox::KEY_Hangul_J_KiyeogSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_KkogjiDalrinIeung-constant" title="Fox::KEY_Hangul_J_KkogjiDalrinIeung (constant)">Fox::KEY_Hangul_J_KkogjiDalrinIeung</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Mieum-constant" title="Fox::KEY_Hangul_J_Mieum (constant)">Fox::KEY_Hangul_J_Mieum</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Nieun-constant" title="Fox::KEY_Hangul_J_Nieun (constant)">Fox::KEY_Hangul_J_Nieun</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_NieunHieuh-constant" title="Fox::KEY_Hangul_J_NieunHieuh (constant)">Fox::KEY_Hangul_J_NieunHieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_NieunJieuj-constant" title="Fox::KEY_Hangul_J_NieunJieuj (constant)">Fox::KEY_Hangul_J_NieunJieuj</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_PanSios-constant" title="Fox::KEY_Hangul_J_PanSios (constant)">Fox::KEY_Hangul_J_PanSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Phieuf-constant" title="Fox::KEY_Hangul_J_Phieuf (constant)">Fox::KEY_Hangul_J_Phieuf</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Pieub-constant" title="Fox::KEY_Hangul_J_Pieub (constant)">Fox::KEY_Hangul_J_Pieub</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_PieubSios-constant" title="Fox::KEY_Hangul_J_PieubSios (constant)">Fox::KEY_Hangul_J_PieubSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Rieul-constant" title="Fox::KEY_Hangul_J_Rieul (constant)">Fox::KEY_Hangul_J_Rieul</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_RieulHieuh-constant" title="Fox::KEY_Hangul_J_RieulHieuh (constant)">Fox::KEY_Hangul_J_RieulHieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_RieulKiyeog-constant" title="Fox::KEY_Hangul_J_RieulKiyeog (constant)">Fox::KEY_Hangul_J_RieulKiyeog</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_RieulMieum-constant" title="Fox::KEY_Hangul_J_RieulMieum (constant)">Fox::KEY_Hangul_J_RieulMieum</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_RieulPhieuf-constant" title="Fox::KEY_Hangul_J_RieulPhieuf (constant)">Fox::KEY_Hangul_J_RieulPhieuf</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_RieulPieub-constant" title="Fox::KEY_Hangul_J_RieulPieub (constant)">Fox::KEY_Hangul_J_RieulPieub</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_RieulSios-constant" title="Fox::KEY_Hangul_J_RieulSios (constant)">Fox::KEY_Hangul_J_RieulSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_RieulTieut-constant" title="Fox::KEY_Hangul_J_RieulTieut (constant)">Fox::KEY_Hangul_J_RieulTieut</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Sios-constant" title="Fox::KEY_Hangul_J_Sios (constant)">Fox::KEY_Hangul_J_Sios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_SsangKiyeog-constant" title="Fox::KEY_Hangul_J_SsangKiyeog (constant)">Fox::KEY_Hangul_J_SsangKiyeog</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_SsangSios-constant" title="Fox::KEY_Hangul_J_SsangSios (constant)">Fox::KEY_Hangul_J_SsangSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_Tieut-constant" title="Fox::KEY_Hangul_J_Tieut (constant)">Fox::KEY_Hangul_J_Tieut</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_J_YeorinHieuh-constant" title="Fox::KEY_Hangul_J_YeorinHieuh (constant)">Fox::KEY_Hangul_J_YeorinHieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Jamo-constant" title="Fox::KEY_Hangul_Jamo (constant)">Fox::KEY_Hangul_Jamo</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Jeonja-constant" title="Fox::KEY_Hangul_Jeonja (constant)">Fox::KEY_Hangul_Jeonja</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Jieuj-constant" title="Fox::KEY_Hangul_Jieuj (constant)">Fox::KEY_Hangul_Jieuj</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Khieuq-constant" title="Fox::KEY_Hangul_Khieuq (constant)">Fox::KEY_Hangul_Khieuq</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Kiyeog-constant" title="Fox::KEY_Hangul_Kiyeog (constant)">Fox::KEY_Hangul_Kiyeog</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_KiyeogSios-constant" title="Fox::KEY_Hangul_KiyeogSios (constant)">Fox::KEY_Hangul_KiyeogSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_KkogjiDalrinIeung-constant" title="Fox::KEY_Hangul_KkogjiDalrinIeung (constant)">Fox::KEY_Hangul_KkogjiDalrinIeung</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Mieum-constant" title="Fox::KEY_Hangul_Mieum (constant)">Fox::KEY_Hangul_Mieum</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_MultipleCandidate-constant" title="Fox::KEY_Hangul_MultipleCandidate (constant)">Fox::KEY_Hangul_MultipleCandidate</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Nieun-constant" title="Fox::KEY_Hangul_Nieun (constant)">Fox::KEY_Hangul_Nieun</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_NieunHieuh-constant" title="Fox::KEY_Hangul_NieunHieuh (constant)">Fox::KEY_Hangul_NieunHieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_NieunJieuj-constant" title="Fox::KEY_Hangul_NieunJieuj (constant)">Fox::KEY_Hangul_NieunJieuj</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_O-constant" title="Fox::KEY_Hangul_O (constant)">Fox::KEY_Hangul_O</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_OE-constant" title="Fox::KEY_Hangul_OE (constant)">Fox::KEY_Hangul_OE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_PanSios-constant" title="Fox::KEY_Hangul_PanSios (constant)">Fox::KEY_Hangul_PanSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Phieuf-constant" title="Fox::KEY_Hangul_Phieuf (constant)">Fox::KEY_Hangul_Phieuf</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Pieub-constant" title="Fox::KEY_Hangul_Pieub (constant)">Fox::KEY_Hangul_Pieub</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_PieubSios-constant" title="Fox::KEY_Hangul_PieubSios (constant)">Fox::KEY_Hangul_PieubSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_PostHanja-constant" title="Fox::KEY_Hangul_PostHanja (constant)">Fox::KEY_Hangul_PostHanja</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_PreHanja-constant" title="Fox::KEY_Hangul_PreHanja (constant)">Fox::KEY_Hangul_PreHanja</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_PreviousCandidate-constant" title="Fox::KEY_Hangul_PreviousCandidate (constant)">Fox::KEY_Hangul_PreviousCandidate</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Rieul-constant" title="Fox::KEY_Hangul_Rieul (constant)">Fox::KEY_Hangul_Rieul</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulHieuh-constant" title="Fox::KEY_Hangul_RieulHieuh (constant)">Fox::KEY_Hangul_RieulHieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulKiyeog-constant" title="Fox::KEY_Hangul_RieulKiyeog (constant)">Fox::KEY_Hangul_RieulKiyeog</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulMieum-constant" title="Fox::KEY_Hangul_RieulMieum (constant)">Fox::KEY_Hangul_RieulMieum</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulPhieuf-constant" title="Fox::KEY_Hangul_RieulPhieuf (constant)">Fox::KEY_Hangul_RieulPhieuf</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulPieub-constant" title="Fox::KEY_Hangul_RieulPieub (constant)">Fox::KEY_Hangul_RieulPieub</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulSios-constant" title="Fox::KEY_Hangul_RieulSios (constant)">Fox::KEY_Hangul_RieulSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulTieut-constant" title="Fox::KEY_Hangul_RieulTieut (constant)">Fox::KEY_Hangul_RieulTieut</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_RieulYeorinHieuh-constant" title="Fox::KEY_Hangul_RieulYeorinHieuh (constant)">Fox::KEY_Hangul_RieulYeorinHieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Romaja-constant" title="Fox::KEY_Hangul_Romaja (constant)">Fox::KEY_Hangul_Romaja</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SingleCandidate-constant" title="Fox::KEY_Hangul_SingleCandidate (constant)">Fox::KEY_Hangul_SingleCandidate</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Sios-constant" title="Fox::KEY_Hangul_Sios (constant)">Fox::KEY_Hangul_Sios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Special-constant" title="Fox::KEY_Hangul_Special (constant)">Fox::KEY_Hangul_Special</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SsangDikeud-constant" title="Fox::KEY_Hangul_SsangDikeud (constant)">Fox::KEY_Hangul_SsangDikeud</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SsangJieuj-constant" title="Fox::KEY_Hangul_SsangJieuj (constant)">Fox::KEY_Hangul_SsangJieuj</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SsangKiyeog-constant" title="Fox::KEY_Hangul_SsangKiyeog (constant)">Fox::KEY_Hangul_SsangKiyeog</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SsangPieub-constant" title="Fox::KEY_Hangul_SsangPieub (constant)">Fox::KEY_Hangul_SsangPieub</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SsangSios-constant" title="Fox::KEY_Hangul_SsangSios (constant)">Fox::KEY_Hangul_SsangSios</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Start-constant" title="Fox::KEY_Hangul_Start (constant)">Fox::KEY_Hangul_Start</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SunkyeongeumMieum-constant" title="Fox::KEY_Hangul_SunkyeongeumMieum (constant)">Fox::KEY_Hangul_SunkyeongeumMieum</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SunkyeongeumPhieuf-constant" title="Fox::KEY_Hangul_SunkyeongeumPhieuf (constant)">Fox::KEY_Hangul_SunkyeongeumPhieuf</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_SunkyeongeumPieub-constant" title="Fox::KEY_Hangul_SunkyeongeumPieub (constant)">Fox::KEY_Hangul_SunkyeongeumPieub</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_Tieut-constant" title="Fox::KEY_Hangul_Tieut (constant)">Fox::KEY_Hangul_Tieut</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_U-constant" title="Fox::KEY_Hangul_U (constant)">Fox::KEY_Hangul_U</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_WA-constant" title="Fox::KEY_Hangul_WA (constant)">Fox::KEY_Hangul_WA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_WAE-constant" title="Fox::KEY_Hangul_WAE (constant)">Fox::KEY_Hangul_WAE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_WE-constant" title="Fox::KEY_Hangul_WE (constant)">Fox::KEY_Hangul_WE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_WEO-constant" title="Fox::KEY_Hangul_WEO (constant)">Fox::KEY_Hangul_WEO</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_WI-constant" title="Fox::KEY_Hangul_WI (constant)">Fox::KEY_Hangul_WI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YA-constant" title="Fox::KEY_Hangul_YA (constant)">Fox::KEY_Hangul_YA</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YAE-constant" title="Fox::KEY_Hangul_YAE (constant)">Fox::KEY_Hangul_YAE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YE-constant" title="Fox::KEY_Hangul_YE (constant)">Fox::KEY_Hangul_YE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YEO-constant" title="Fox::KEY_Hangul_YEO (constant)">Fox::KEY_Hangul_YEO</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YI-constant" title="Fox::KEY_Hangul_YI (constant)">Fox::KEY_Hangul_YI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YO-constant" title="Fox::KEY_Hangul_YO (constant)">Fox::KEY_Hangul_YO</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YU-constant" title="Fox::KEY_Hangul_YU (constant)">Fox::KEY_Hangul_YU</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_YeorinHieuh-constant" title="Fox::KEY_Hangul_YeorinHieuh (constant)">Fox::KEY_Hangul_YeorinHieuh</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hangul_switch-constant" title="Fox::KEY_Hangul_switch (constant)">Fox::KEY_Hangul_switch</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hankaku-constant" title="Fox::KEY_Hankaku (constant)">Fox::KEY_Hankaku</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hcircumflex-constant" title="Fox::KEY_Hcircumflex (constant)">Fox::KEY_Hcircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hebrew_switch-constant" title="Fox::KEY_Hebrew_switch (constant)">Fox::KEY_Hebrew_switch</a></span>, <span class='object_link'><a href="Fox.html#KEY_Help-constant" title="Fox::KEY_Help (constant)">Fox::KEY_Help</a></span>, <span class='object_link'><a href="Fox.html#KEY_Henkan-constant" title="Fox::KEY_Henkan (constant)">Fox::KEY_Henkan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Henkan_Mode-constant" title="Fox::KEY_Henkan_Mode (constant)">Fox::KEY_Henkan_Mode</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hiragana-constant" title="Fox::KEY_Hiragana (constant)">Fox::KEY_Hiragana</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hiragana_Katakana-constant" title="Fox::KEY_Hiragana_Katakana (constant)">Fox::KEY_Hiragana_Katakana</a></span>, <span class='object_link'><a href="Fox.html#KEY_Home-constant" title="Fox::KEY_Home (constant)">Fox::KEY_Home</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hstroke-constant" title="Fox::KEY_Hstroke (constant)">Fox::KEY_Hstroke</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hyper_L-constant" title="Fox::KEY_Hyper_L (constant)">Fox::KEY_Hyper_L</a></span>, <span class='object_link'><a href="Fox.html#KEY_Hyper_R-constant" title="Fox::KEY_Hyper_R (constant)">Fox::KEY_Hyper_R</a></span>, <span class='object_link'><a href="Fox.html#KEY_I-constant" title="Fox::KEY_I (constant)">Fox::KEY_I</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Center_Object-constant" title="Fox::KEY_ISO_Center_Object (constant)">Fox::KEY_ISO_Center_Object</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Continuous_Underline-constant" title="Fox::KEY_ISO_Continuous_Underline (constant)">Fox::KEY_ISO_Continuous_Underline</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Discontinuous_Underline-constant" title="Fox::KEY_ISO_Discontinuous_Underline (constant)">Fox::KEY_ISO_Discontinuous_Underline</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Emphasize-constant" title="Fox::KEY_ISO_Emphasize (constant)">Fox::KEY_ISO_Emphasize</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Enter-constant" title="Fox::KEY_ISO_Enter (constant)">Fox::KEY_ISO_Enter</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Fast_Cursor_Down-constant" title="Fox::KEY_ISO_Fast_Cursor_Down (constant)">Fox::KEY_ISO_Fast_Cursor_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Fast_Cursor_Left-constant" title="Fox::KEY_ISO_Fast_Cursor_Left (constant)">Fox::KEY_ISO_Fast_Cursor_Left</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Fast_Cursor_Right-constant" title="Fox::KEY_ISO_Fast_Cursor_Right (constant)">Fox::KEY_ISO_Fast_Cursor_Right</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Fast_Cursor_Up-constant" title="Fox::KEY_ISO_Fast_Cursor_Up (constant)">Fox::KEY_ISO_Fast_Cursor_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_First_Group-constant" title="Fox::KEY_ISO_First_Group (constant)">Fox::KEY_ISO_First_Group</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_First_Group_Lock-constant" title="Fox::KEY_ISO_First_Group_Lock (constant)">Fox::KEY_ISO_First_Group_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Group_Latch-constant" title="Fox::KEY_ISO_Group_Latch (constant)">Fox::KEY_ISO_Group_Latch</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Group_Lock-constant" title="Fox::KEY_ISO_Group_Lock (constant)">Fox::KEY_ISO_Group_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Group_Shift-constant" title="Fox::KEY_ISO_Group_Shift (constant)">Fox::KEY_ISO_Group_Shift</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Last_Group-constant" title="Fox::KEY_ISO_Last_Group (constant)">Fox::KEY_ISO_Last_Group</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Last_Group_Lock-constant" title="Fox::KEY_ISO_Last_Group_Lock (constant)">Fox::KEY_ISO_Last_Group_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Left_Tab-constant" title="Fox::KEY_ISO_Left_Tab (constant)">Fox::KEY_ISO_Left_Tab</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Level2_Latch-constant" title="Fox::KEY_ISO_Level2_Latch (constant)">Fox::KEY_ISO_Level2_Latch</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Level3_Latch-constant" title="Fox::KEY_ISO_Level3_Latch (constant)">Fox::KEY_ISO_Level3_Latch</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Level3_Lock-constant" title="Fox::KEY_ISO_Level3_Lock (constant)">Fox::KEY_ISO_Level3_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Level3_Shift-constant" title="Fox::KEY_ISO_Level3_Shift (constant)">Fox::KEY_ISO_Level3_Shift</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Lock-constant" title="Fox::KEY_ISO_Lock (constant)">Fox::KEY_ISO_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Move_Line_Down-constant" title="Fox::KEY_ISO_Move_Line_Down (constant)">Fox::KEY_ISO_Move_Line_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Move_Line_Up-constant" title="Fox::KEY_ISO_Move_Line_Up (constant)">Fox::KEY_ISO_Move_Line_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Next_Group-constant" title="Fox::KEY_ISO_Next_Group (constant)">Fox::KEY_ISO_Next_Group</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Next_Group_Lock-constant" title="Fox::KEY_ISO_Next_Group_Lock (constant)">Fox::KEY_ISO_Next_Group_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Partial_Line_Down-constant" title="Fox::KEY_ISO_Partial_Line_Down (constant)">Fox::KEY_ISO_Partial_Line_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Partial_Line_Up-constant" title="Fox::KEY_ISO_Partial_Line_Up (constant)">Fox::KEY_ISO_Partial_Line_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Partial_Space_Left-constant" title="Fox::KEY_ISO_Partial_Space_Left (constant)">Fox::KEY_ISO_Partial_Space_Left</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Partial_Space_Right-constant" title="Fox::KEY_ISO_Partial_Space_Right (constant)">Fox::KEY_ISO_Partial_Space_Right</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Prev_Group-constant" title="Fox::KEY_ISO_Prev_Group (constant)">Fox::KEY_ISO_Prev_Group</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Prev_Group_Lock-constant" title="Fox::KEY_ISO_Prev_Group_Lock (constant)">Fox::KEY_ISO_Prev_Group_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Release_Both_Margins-constant" title="Fox::KEY_ISO_Release_Both_Margins (constant)">Fox::KEY_ISO_Release_Both_Margins</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Release_Margin_Left-constant" title="Fox::KEY_ISO_Release_Margin_Left (constant)">Fox::KEY_ISO_Release_Margin_Left</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Release_Margin_Right-constant" title="Fox::KEY_ISO_Release_Margin_Right (constant)">Fox::KEY_ISO_Release_Margin_Right</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Set_Margin_Left-constant" title="Fox::KEY_ISO_Set_Margin_Left (constant)">Fox::KEY_ISO_Set_Margin_Left</a></span>, <span class='object_link'><a href="Fox.html#KEY_ISO_Set_Margin_Right-constant" title="Fox::KEY_ISO_Set_Margin_Right (constant)">Fox::KEY_ISO_Set_Margin_Right</a></span>, <span class='object_link'><a href="Fox.html#KEY_Iabovedot-constant" title="Fox::KEY_Iabovedot (constant)">Fox::KEY_Iabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_Iacute-constant" title="Fox::KEY_Iacute (constant)">Fox::KEY_Iacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Icircumflex-constant" title="Fox::KEY_Icircumflex (constant)">Fox::KEY_Icircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Idiaeresis-constant" title="Fox::KEY_Idiaeresis (constant)">Fox::KEY_Idiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Igrave-constant" title="Fox::KEY_Igrave (constant)">Fox::KEY_Igrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_Imacron-constant" title="Fox::KEY_Imacron (constant)">Fox::KEY_Imacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Insert-constant" title="Fox::KEY_Insert (constant)">Fox::KEY_Insert</a></span>, <span class='object_link'><a href="Fox.html#KEY_Iogonek-constant" title="Fox::KEY_Iogonek (constant)">Fox::KEY_Iogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_Itilde-constant" title="Fox::KEY_Itilde (constant)">Fox::KEY_Itilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_J-constant" title="Fox::KEY_J (constant)">Fox::KEY_J</a></span>, <span class='object_link'><a href="Fox.html#KEY_Jcircumflex-constant" title="Fox::KEY_Jcircumflex (constant)">Fox::KEY_Jcircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_K-constant" title="Fox::KEY_K (constant)">Fox::KEY_K</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_0-constant" title="Fox::KEY_KP_0 (constant)">Fox::KEY_KP_0</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_1-constant" title="Fox::KEY_KP_1 (constant)">Fox::KEY_KP_1</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_2-constant" title="Fox::KEY_KP_2 (constant)">Fox::KEY_KP_2</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_3-constant" title="Fox::KEY_KP_3 (constant)">Fox::KEY_KP_3</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_4-constant" title="Fox::KEY_KP_4 (constant)">Fox::KEY_KP_4</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_5-constant" title="Fox::KEY_KP_5 (constant)">Fox::KEY_KP_5</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_6-constant" title="Fox::KEY_KP_6 (constant)">Fox::KEY_KP_6</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_7-constant" title="Fox::KEY_KP_7 (constant)">Fox::KEY_KP_7</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_8-constant" title="Fox::KEY_KP_8 (constant)">Fox::KEY_KP_8</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_9-constant" title="Fox::KEY_KP_9 (constant)">Fox::KEY_KP_9</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Add-constant" title="Fox::KEY_KP_Add (constant)">Fox::KEY_KP_Add</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Begin-constant" title="Fox::KEY_KP_Begin (constant)">Fox::KEY_KP_Begin</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Decimal-constant" title="Fox::KEY_KP_Decimal (constant)">Fox::KEY_KP_Decimal</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Delete-constant" title="Fox::KEY_KP_Delete (constant)">Fox::KEY_KP_Delete</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Divide-constant" title="Fox::KEY_KP_Divide (constant)">Fox::KEY_KP_Divide</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Down-constant" title="Fox::KEY_KP_Down (constant)">Fox::KEY_KP_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_End-constant" title="Fox::KEY_KP_End (constant)">Fox::KEY_KP_End</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Enter-constant" title="Fox::KEY_KP_Enter (constant)">Fox::KEY_KP_Enter</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Equal-constant" title="Fox::KEY_KP_Equal (constant)">Fox::KEY_KP_Equal</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_F1-constant" title="Fox::KEY_KP_F1 (constant)">Fox::KEY_KP_F1</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_F2-constant" title="Fox::KEY_KP_F2 (constant)">Fox::KEY_KP_F2</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_F3-constant" title="Fox::KEY_KP_F3 (constant)">Fox::KEY_KP_F3</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_F4-constant" title="Fox::KEY_KP_F4 (constant)">Fox::KEY_KP_F4</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Home-constant" title="Fox::KEY_KP_Home (constant)">Fox::KEY_KP_Home</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Insert-constant" title="Fox::KEY_KP_Insert (constant)">Fox::KEY_KP_Insert</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Left-constant" title="Fox::KEY_KP_Left (constant)">Fox::KEY_KP_Left</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Multiply-constant" title="Fox::KEY_KP_Multiply (constant)">Fox::KEY_KP_Multiply</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Next-constant" title="Fox::KEY_KP_Next (constant)">Fox::KEY_KP_Next</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Page_Down-constant" title="Fox::KEY_KP_Page_Down (constant)">Fox::KEY_KP_Page_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Page_Up-constant" title="Fox::KEY_KP_Page_Up (constant)">Fox::KEY_KP_Page_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Prior-constant" title="Fox::KEY_KP_Prior (constant)">Fox::KEY_KP_Prior</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Right-constant" title="Fox::KEY_KP_Right (constant)">Fox::KEY_KP_Right</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Separator-constant" title="Fox::KEY_KP_Separator (constant)">Fox::KEY_KP_Separator</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Space-constant" title="Fox::KEY_KP_Space (constant)">Fox::KEY_KP_Space</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Subtract-constant" title="Fox::KEY_KP_Subtract (constant)">Fox::KEY_KP_Subtract</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Tab-constant" title="Fox::KEY_KP_Tab (constant)">Fox::KEY_KP_Tab</a></span>, <span class='object_link'><a href="Fox.html#KEY_KP_Up-constant" title="Fox::KEY_KP_Up (constant)">Fox::KEY_KP_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_Kana_Lock-constant" title="Fox::KEY_Kana_Lock (constant)">Fox::KEY_Kana_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_Kana_Shift-constant" title="Fox::KEY_Kana_Shift (constant)">Fox::KEY_Kana_Shift</a></span>, <span class='object_link'><a href="Fox.html#KEY_Kanji-constant" title="Fox::KEY_Kanji (constant)">Fox::KEY_Kanji</a></span>, <span class='object_link'><a href="Fox.html#KEY_Katakana-constant" title="Fox::KEY_Katakana (constant)">Fox::KEY_Katakana</a></span>, <span class='object_link'><a href="Fox.html#KEY_Kcedilla-constant" title="Fox::KEY_Kcedilla (constant)">Fox::KEY_Kcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Korean_Won-constant" title="Fox::KEY_Korean_Won (constant)">Fox::KEY_Korean_Won</a></span>, <span class='object_link'><a href="Fox.html#KEY_L-constant" title="Fox::KEY_L (constant)">Fox::KEY_L</a></span>, <span class='object_link'><a href="Fox.html#KEY_L1-constant" title="Fox::KEY_L1 (constant)">Fox::KEY_L1</a></span>, <span class='object_link'><a href="Fox.html#KEY_L10-constant" title="Fox::KEY_L10 (constant)">Fox::KEY_L10</a></span>, <span class='object_link'><a href="Fox.html#KEY_L2-constant" title="Fox::KEY_L2 (constant)">Fox::KEY_L2</a></span>, <span class='object_link'><a href="Fox.html#KEY_L3-constant" title="Fox::KEY_L3 (constant)">Fox::KEY_L3</a></span>, <span class='object_link'><a href="Fox.html#KEY_L4-constant" title="Fox::KEY_L4 (constant)">Fox::KEY_L4</a></span>, <span class='object_link'><a href="Fox.html#KEY_L5-constant" title="Fox::KEY_L5 (constant)">Fox::KEY_L5</a></span>, <span class='object_link'><a href="Fox.html#KEY_L6-constant" title="Fox::KEY_L6 (constant)">Fox::KEY_L6</a></span>, <span class='object_link'><a href="Fox.html#KEY_L7-constant" title="Fox::KEY_L7 (constant)">Fox::KEY_L7</a></span>, <span class='object_link'><a href="Fox.html#KEY_L8-constant" title="Fox::KEY_L8 (constant)">Fox::KEY_L8</a></span>, <span class='object_link'><a href="Fox.html#KEY_L9-constant" title="Fox::KEY_L9 (constant)">Fox::KEY_L9</a></span>, <span class='object_link'><a href="Fox.html#KEY_Lacute-constant" title="Fox::KEY_Lacute (constant)">Fox::KEY_Lacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Last_Virtual_Screen-constant" title="Fox::KEY_Last_Virtual_Screen (constant)">Fox::KEY_Last_Virtual_Screen</a></span>, <span class='object_link'><a href="Fox.html#KEY_Lcaron-constant" title="Fox::KEY_Lcaron (constant)">Fox::KEY_Lcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Lcedilla-constant" title="Fox::KEY_Lcedilla (constant)">Fox::KEY_Lcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Left-constant" title="Fox::KEY_Left (constant)">Fox::KEY_Left</a></span>, <span class='object_link'><a href="Fox.html#KEY_Linefeed-constant" title="Fox::KEY_Linefeed (constant)">Fox::KEY_Linefeed</a></span>, <span class='object_link'><a href="Fox.html#KEY_Lstroke-constant" title="Fox::KEY_Lstroke (constant)">Fox::KEY_Lstroke</a></span>, <span class='object_link'><a href="Fox.html#KEY_M-constant" title="Fox::KEY_M (constant)">Fox::KEY_M</a></span>, <span class='object_link'><a href="Fox.html#KEY_Macedonia_DSE-constant" title="Fox::KEY_Macedonia_DSE (constant)">Fox::KEY_Macedonia_DSE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Macedonia_GJE-constant" title="Fox::KEY_Macedonia_GJE (constant)">Fox::KEY_Macedonia_GJE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Macedonia_KJE-constant" title="Fox::KEY_Macedonia_KJE (constant)">Fox::KEY_Macedonia_KJE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Macedonia_dse-constant" title="Fox::KEY_Macedonia_dse (constant)">Fox::KEY_Macedonia_dse</a></span>, <span class='object_link'><a href="Fox.html#KEY_Macedonia_gje-constant" title="Fox::KEY_Macedonia_gje (constant)">Fox::KEY_Macedonia_gje</a></span>, <span class='object_link'><a href="Fox.html#KEY_Macedonia_kje-constant" title="Fox::KEY_Macedonia_kje (constant)">Fox::KEY_Macedonia_kje</a></span>, <span class='object_link'><a href="Fox.html#KEY_Massyo-constant" title="Fox::KEY_Massyo (constant)">Fox::KEY_Massyo</a></span>, <span class='object_link'><a href="Fox.html#KEY_Menu-constant" title="Fox::KEY_Menu (constant)">Fox::KEY_Menu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Meta_L-constant" title="Fox::KEY_Meta_L (constant)">Fox::KEY_Meta_L</a></span>, <span class='object_link'><a href="Fox.html#KEY_Meta_R-constant" title="Fox::KEY_Meta_R (constant)">Fox::KEY_Meta_R</a></span>, <span class='object_link'><a href="Fox.html#KEY_Mode_switch-constant" title="Fox::KEY_Mode_switch (constant)">Fox::KEY_Mode_switch</a></span>, <span class='object_link'><a href="Fox.html#KEY_MouseKeys_Accel_Enable-constant" title="Fox::KEY_MouseKeys_Accel_Enable (constant)">Fox::KEY_MouseKeys_Accel_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_MouseKeys_Enable-constant" title="Fox::KEY_MouseKeys_Enable (constant)">Fox::KEY_MouseKeys_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_Muhenkan-constant" title="Fox::KEY_Muhenkan (constant)">Fox::KEY_Muhenkan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Multi_key-constant" title="Fox::KEY_Multi_key (constant)">Fox::KEY_Multi_key</a></span>, <span class='object_link'><a href="Fox.html#KEY_N-constant" title="Fox::KEY_N (constant)">Fox::KEY_N</a></span>, <span class='object_link'><a href="Fox.html#KEY_Nacute-constant" title="Fox::KEY_Nacute (constant)">Fox::KEY_Nacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ncaron-constant" title="Fox::KEY_Ncaron (constant)">Fox::KEY_Ncaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ncedilla-constant" title="Fox::KEY_Ncedilla (constant)">Fox::KEY_Ncedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Next-constant" title="Fox::KEY_Next (constant)">Fox::KEY_Next</a></span>, <span class='object_link'><a href="Fox.html#KEY_Next_Virtual_Screen-constant" title="Fox::KEY_Next_Virtual_Screen (constant)">Fox::KEY_Next_Virtual_Screen</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ntilde-constant" title="Fox::KEY_Ntilde (constant)">Fox::KEY_Ntilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_Num_Lock-constant" title="Fox::KEY_Num_Lock (constant)">Fox::KEY_Num_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_O-constant" title="Fox::KEY_O (constant)">Fox::KEY_O</a></span>, <span class='object_link'><a href="Fox.html#KEY_Oacute-constant" title="Fox::KEY_Oacute (constant)">Fox::KEY_Oacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ocircumflex-constant" title="Fox::KEY_Ocircumflex (constant)">Fox::KEY_Ocircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Odiaeresis-constant" title="Fox::KEY_Odiaeresis (constant)">Fox::KEY_Odiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Odoubleacute-constant" title="Fox::KEY_Odoubleacute (constant)">Fox::KEY_Odoubleacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ograve-constant" title="Fox::KEY_Ograve (constant)">Fox::KEY_Ograve</a></span>, <span class='object_link'><a href="Fox.html#KEY_Omacron-constant" title="Fox::KEY_Omacron (constant)">Fox::KEY_Omacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ooblique-constant" title="Fox::KEY_Ooblique (constant)">Fox::KEY_Ooblique</a></span>, <span class='object_link'><a href="Fox.html#KEY_Otilde-constant" title="Fox::KEY_Otilde (constant)">Fox::KEY_Otilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_Overlay1_Enable-constant" title="Fox::KEY_Overlay1_Enable (constant)">Fox::KEY_Overlay1_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_Overlay2_Enable-constant" title="Fox::KEY_Overlay2_Enable (constant)">Fox::KEY_Overlay2_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_P-constant" title="Fox::KEY_P (constant)">Fox::KEY_P</a></span>, <span class='object_link'><a href="Fox.html#KEY_Page_Down-constant" title="Fox::KEY_Page_Down (constant)">Fox::KEY_Page_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_Page_Up-constant" title="Fox::KEY_Page_Up (constant)">Fox::KEY_Page_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pause-constant" title="Fox::KEY_Pause (constant)">Fox::KEY_Pause</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Accelerate-constant" title="Fox::KEY_Pointer_Accelerate (constant)">Fox::KEY_Pointer_Accelerate</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Button1-constant" title="Fox::KEY_Pointer_Button1 (constant)">Fox::KEY_Pointer_Button1</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Button2-constant" title="Fox::KEY_Pointer_Button2 (constant)">Fox::KEY_Pointer_Button2</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Button3-constant" title="Fox::KEY_Pointer_Button3 (constant)">Fox::KEY_Pointer_Button3</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Button4-constant" title="Fox::KEY_Pointer_Button4 (constant)">Fox::KEY_Pointer_Button4</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Button5-constant" title="Fox::KEY_Pointer_Button5 (constant)">Fox::KEY_Pointer_Button5</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Button_Dflt-constant" title="Fox::KEY_Pointer_Button_Dflt (constant)">Fox::KEY_Pointer_Button_Dflt</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DblClick1-constant" title="Fox::KEY_Pointer_DblClick1 (constant)">Fox::KEY_Pointer_DblClick1</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DblClick2-constant" title="Fox::KEY_Pointer_DblClick2 (constant)">Fox::KEY_Pointer_DblClick2</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DblClick3-constant" title="Fox::KEY_Pointer_DblClick3 (constant)">Fox::KEY_Pointer_DblClick3</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DblClick4-constant" title="Fox::KEY_Pointer_DblClick4 (constant)">Fox::KEY_Pointer_DblClick4</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DblClick5-constant" title="Fox::KEY_Pointer_DblClick5 (constant)">Fox::KEY_Pointer_DblClick5</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DblClick_Dflt-constant" title="Fox::KEY_Pointer_DblClick_Dflt (constant)">Fox::KEY_Pointer_DblClick_Dflt</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DfltBtnNext-constant" title="Fox::KEY_Pointer_DfltBtnNext (constant)">Fox::KEY_Pointer_DfltBtnNext</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DfltBtnPrev-constant" title="Fox::KEY_Pointer_DfltBtnPrev (constant)">Fox::KEY_Pointer_DfltBtnPrev</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Down-constant" title="Fox::KEY_Pointer_Down (constant)">Fox::KEY_Pointer_Down</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DownLeft-constant" title="Fox::KEY_Pointer_DownLeft (constant)">Fox::KEY_Pointer_DownLeft</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_DownRight-constant" title="Fox::KEY_Pointer_DownRight (constant)">Fox::KEY_Pointer_DownRight</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Drag1-constant" title="Fox::KEY_Pointer_Drag1 (constant)">Fox::KEY_Pointer_Drag1</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Drag2-constant" title="Fox::KEY_Pointer_Drag2 (constant)">Fox::KEY_Pointer_Drag2</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Drag3-constant" title="Fox::KEY_Pointer_Drag3 (constant)">Fox::KEY_Pointer_Drag3</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Drag4-constant" title="Fox::KEY_Pointer_Drag4 (constant)">Fox::KEY_Pointer_Drag4</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Drag5-constant" title="Fox::KEY_Pointer_Drag5 (constant)">Fox::KEY_Pointer_Drag5</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Drag_Dflt-constant" title="Fox::KEY_Pointer_Drag_Dflt (constant)">Fox::KEY_Pointer_Drag_Dflt</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_EnableKeys-constant" title="Fox::KEY_Pointer_EnableKeys (constant)">Fox::KEY_Pointer_EnableKeys</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Left-constant" title="Fox::KEY_Pointer_Left (constant)">Fox::KEY_Pointer_Left</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Right-constant" title="Fox::KEY_Pointer_Right (constant)">Fox::KEY_Pointer_Right</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_Up-constant" title="Fox::KEY_Pointer_Up (constant)">Fox::KEY_Pointer_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_UpLeft-constant" title="Fox::KEY_Pointer_UpLeft (constant)">Fox::KEY_Pointer_UpLeft</a></span>, <span class='object_link'><a href="Fox.html#KEY_Pointer_UpRight-constant" title="Fox::KEY_Pointer_UpRight (constant)">Fox::KEY_Pointer_UpRight</a></span>, <span class='object_link'><a href="Fox.html#KEY_Prev_Virtual_Screen-constant" title="Fox::KEY_Prev_Virtual_Screen (constant)">Fox::KEY_Prev_Virtual_Screen</a></span>, <span class='object_link'><a href="Fox.html#KEY_Print-constant" title="Fox::KEY_Print (constant)">Fox::KEY_Print</a></span>, <span class='object_link'><a href="Fox.html#KEY_Prior-constant" title="Fox::KEY_Prior (constant)">Fox::KEY_Prior</a></span>, <span class='object_link'><a href="Fox.html#KEY_Q-constant" title="Fox::KEY_Q (constant)">Fox::KEY_Q</a></span>, <span class='object_link'><a href="Fox.html#KEY_R-constant" title="Fox::KEY_R (constant)">Fox::KEY_R</a></span>, <span class='object_link'><a href="Fox.html#KEY_R1-constant" title="Fox::KEY_R1 (constant)">Fox::KEY_R1</a></span>, <span class='object_link'><a href="Fox.html#KEY_R10-constant" title="Fox::KEY_R10 (constant)">Fox::KEY_R10</a></span>, <span class='object_link'><a href="Fox.html#KEY_R11-constant" title="Fox::KEY_R11 (constant)">Fox::KEY_R11</a></span>, <span class='object_link'><a href="Fox.html#KEY_R12-constant" title="Fox::KEY_R12 (constant)">Fox::KEY_R12</a></span>, <span class='object_link'><a href="Fox.html#KEY_R13-constant" title="Fox::KEY_R13 (constant)">Fox::KEY_R13</a></span>, <span class='object_link'><a href="Fox.html#KEY_R14-constant" title="Fox::KEY_R14 (constant)">Fox::KEY_R14</a></span>, <span class='object_link'><a href="Fox.html#KEY_R15-constant" title="Fox::KEY_R15 (constant)">Fox::KEY_R15</a></span>, <span class='object_link'><a href="Fox.html#KEY_R2-constant" title="Fox::KEY_R2 (constant)">Fox::KEY_R2</a></span>, <span class='object_link'><a href="Fox.html#KEY_R3-constant" title="Fox::KEY_R3 (constant)">Fox::KEY_R3</a></span>, <span class='object_link'><a href="Fox.html#KEY_R4-constant" title="Fox::KEY_R4 (constant)">Fox::KEY_R4</a></span>, <span class='object_link'><a href="Fox.html#KEY_R5-constant" title="Fox::KEY_R5 (constant)">Fox::KEY_R5</a></span>, <span class='object_link'><a href="Fox.html#KEY_R6-constant" title="Fox::KEY_R6 (constant)">Fox::KEY_R6</a></span>, <span class='object_link'><a href="Fox.html#KEY_R7-constant" title="Fox::KEY_R7 (constant)">Fox::KEY_R7</a></span>, <span class='object_link'><a href="Fox.html#KEY_R8-constant" title="Fox::KEY_R8 (constant)">Fox::KEY_R8</a></span>, <span class='object_link'><a href="Fox.html#KEY_R9-constant" title="Fox::KEY_R9 (constant)">Fox::KEY_R9</a></span>, <span class='object_link'><a href="Fox.html#KEY_Racute-constant" title="Fox::KEY_Racute (constant)">Fox::KEY_Racute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Rcaron-constant" title="Fox::KEY_Rcaron (constant)">Fox::KEY_Rcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Rcedilla-constant" title="Fox::KEY_Rcedilla (constant)">Fox::KEY_Rcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Redo-constant" title="Fox::KEY_Redo (constant)">Fox::KEY_Redo</a></span>, <span class='object_link'><a href="Fox.html#KEY_RepeatKeys_Enable-constant" title="Fox::KEY_RepeatKeys_Enable (constant)">Fox::KEY_RepeatKeys_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_Return-constant" title="Fox::KEY_Return (constant)">Fox::KEY_Return</a></span>, <span class='object_link'><a href="Fox.html#KEY_Right-constant" title="Fox::KEY_Right (constant)">Fox::KEY_Right</a></span>, <span class='object_link'><a href="Fox.html#KEY_Romaji-constant" title="Fox::KEY_Romaji (constant)">Fox::KEY_Romaji</a></span>, <span class='object_link'><a href="Fox.html#KEY_S-constant" title="Fox::KEY_S (constant)">Fox::KEY_S</a></span>, <span class='object_link'><a href="Fox.html#KEY_Sacute-constant" title="Fox::KEY_Sacute (constant)">Fox::KEY_Sacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Scaron-constant" title="Fox::KEY_Scaron (constant)">Fox::KEY_Scaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Scedilla-constant" title="Fox::KEY_Scedilla (constant)">Fox::KEY_Scedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Scircumflex-constant" title="Fox::KEY_Scircumflex (constant)">Fox::KEY_Scircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Scroll_Lock-constant" title="Fox::KEY_Scroll_Lock (constant)">Fox::KEY_Scroll_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_Select-constant" title="Fox::KEY_Select (constant)">Fox::KEY_Select</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_DJE-constant" title="Fox::KEY_Serbian_DJE (constant)">Fox::KEY_Serbian_DJE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_DZE-constant" title="Fox::KEY_Serbian_DZE (constant)">Fox::KEY_Serbian_DZE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_JE-constant" title="Fox::KEY_Serbian_JE (constant)">Fox::KEY_Serbian_JE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_LJE-constant" title="Fox::KEY_Serbian_LJE (constant)">Fox::KEY_Serbian_LJE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_NJE-constant" title="Fox::KEY_Serbian_NJE (constant)">Fox::KEY_Serbian_NJE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_TSHE-constant" title="Fox::KEY_Serbian_TSHE (constant)">Fox::KEY_Serbian_TSHE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_dje-constant" title="Fox::KEY_Serbian_dje (constant)">Fox::KEY_Serbian_dje</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_dze-constant" title="Fox::KEY_Serbian_dze (constant)">Fox::KEY_Serbian_dze</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_je-constant" title="Fox::KEY_Serbian_je (constant)">Fox::KEY_Serbian_je</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_lje-constant" title="Fox::KEY_Serbian_lje (constant)">Fox::KEY_Serbian_lje</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_nje-constant" title="Fox::KEY_Serbian_nje (constant)">Fox::KEY_Serbian_nje</a></span>, <span class='object_link'><a href="Fox.html#KEY_Serbian_tshe-constant" title="Fox::KEY_Serbian_tshe (constant)">Fox::KEY_Serbian_tshe</a></span>, <span class='object_link'><a href="Fox.html#KEY_Shift_L-constant" title="Fox::KEY_Shift_L (constant)">Fox::KEY_Shift_L</a></span>, <span class='object_link'><a href="Fox.html#KEY_Shift_Lock-constant" title="Fox::KEY_Shift_Lock (constant)">Fox::KEY_Shift_Lock</a></span>, <span class='object_link'><a href="Fox.html#KEY_Shift_R-constant" title="Fox::KEY_Shift_R (constant)">Fox::KEY_Shift_R</a></span>, <span class='object_link'><a href="Fox.html#KEY_SlowKeys_Enable-constant" title="Fox::KEY_SlowKeys_Enable (constant)">Fox::KEY_SlowKeys_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_StickyKeys_Enable-constant" title="Fox::KEY_StickyKeys_Enable (constant)">Fox::KEY_StickyKeys_Enable</a></span>, <span class='object_link'><a href="Fox.html#KEY_Super_L-constant" title="Fox::KEY_Super_L (constant)">Fox::KEY_Super_L</a></span>, <span class='object_link'><a href="Fox.html#KEY_Super_R-constant" title="Fox::KEY_Super_R (constant)">Fox::KEY_Super_R</a></span>, <span class='object_link'><a href="Fox.html#KEY_Sys_Req-constant" title="Fox::KEY_Sys_Req (constant)">Fox::KEY_Sys_Req</a></span>, <span class='object_link'><a href="Fox.html#KEY_T-constant" title="Fox::KEY_T (constant)">Fox::KEY_T</a></span>, <span class='object_link'><a href="Fox.html#KEY_THORN-constant" title="Fox::KEY_THORN (constant)">Fox::KEY_THORN</a></span>, <span class='object_link'><a href="Fox.html#KEY_Tab-constant" title="Fox::KEY_Tab (constant)">Fox::KEY_Tab</a></span>, <span class='object_link'><a href="Fox.html#KEY_Tcaron-constant" title="Fox::KEY_Tcaron (constant)">Fox::KEY_Tcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Tcedilla-constant" title="Fox::KEY_Tcedilla (constant)">Fox::KEY_Tcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Terminate_Server-constant" title="Fox::KEY_Terminate_Server (constant)">Fox::KEY_Terminate_Server</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_baht-constant" title="Fox::KEY_Thai_baht (constant)">Fox::KEY_Thai_baht</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_bobaimai-constant" title="Fox::KEY_Thai_bobaimai (constant)">Fox::KEY_Thai_bobaimai</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_chochan-constant" title="Fox::KEY_Thai_chochan (constant)">Fox::KEY_Thai_chochan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_chochang-constant" title="Fox::KEY_Thai_chochang (constant)">Fox::KEY_Thai_chochang</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_choching-constant" title="Fox::KEY_Thai_choching (constant)">Fox::KEY_Thai_choching</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_chochoe-constant" title="Fox::KEY_Thai_chochoe (constant)">Fox::KEY_Thai_chochoe</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_dochada-constant" title="Fox::KEY_Thai_dochada (constant)">Fox::KEY_Thai_dochada</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_dodek-constant" title="Fox::KEY_Thai_dodek (constant)">Fox::KEY_Thai_dodek</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_fofa-constant" title="Fox::KEY_Thai_fofa (constant)">Fox::KEY_Thai_fofa</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_fofan-constant" title="Fox::KEY_Thai_fofan (constant)">Fox::KEY_Thai_fofan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_hohip-constant" title="Fox::KEY_Thai_hohip (constant)">Fox::KEY_Thai_hohip</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_honokhuk-constant" title="Fox::KEY_Thai_honokhuk (constant)">Fox::KEY_Thai_honokhuk</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_khokhai-constant" title="Fox::KEY_Thai_khokhai (constant)">Fox::KEY_Thai_khokhai</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_khokhon-constant" title="Fox::KEY_Thai_khokhon (constant)">Fox::KEY_Thai_khokhon</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_khokhuat-constant" title="Fox::KEY_Thai_khokhuat (constant)">Fox::KEY_Thai_khokhuat</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_khokhwai-constant" title="Fox::KEY_Thai_khokhwai (constant)">Fox::KEY_Thai_khokhwai</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_khorakhang-constant" title="Fox::KEY_Thai_khorakhang (constant)">Fox::KEY_Thai_khorakhang</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_kokai-constant" title="Fox::KEY_Thai_kokai (constant)">Fox::KEY_Thai_kokai</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lakkhangyao-constant" title="Fox::KEY_Thai_lakkhangyao (constant)">Fox::KEY_Thai_lakkhangyao</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lekchet-constant" title="Fox::KEY_Thai_lekchet (constant)">Fox::KEY_Thai_lekchet</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lekha-constant" title="Fox::KEY_Thai_lekha (constant)">Fox::KEY_Thai_lekha</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lekhok-constant" title="Fox::KEY_Thai_lekhok (constant)">Fox::KEY_Thai_lekhok</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lekkao-constant" title="Fox::KEY_Thai_lekkao (constant)">Fox::KEY_Thai_lekkao</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_leknung-constant" title="Fox::KEY_Thai_leknung (constant)">Fox::KEY_Thai_leknung</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lekpaet-constant" title="Fox::KEY_Thai_lekpaet (constant)">Fox::KEY_Thai_lekpaet</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_leksam-constant" title="Fox::KEY_Thai_leksam (constant)">Fox::KEY_Thai_leksam</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_leksi-constant" title="Fox::KEY_Thai_leksi (constant)">Fox::KEY_Thai_leksi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_leksong-constant" title="Fox::KEY_Thai_leksong (constant)">Fox::KEY_Thai_leksong</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_leksun-constant" title="Fox::KEY_Thai_leksun (constant)">Fox::KEY_Thai_leksun</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lochula-constant" title="Fox::KEY_Thai_lochula (constant)">Fox::KEY_Thai_lochula</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_loling-constant" title="Fox::KEY_Thai_loling (constant)">Fox::KEY_Thai_loling</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_lu-constant" title="Fox::KEY_Thai_lu (constant)">Fox::KEY_Thai_lu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maichattawa-constant" title="Fox::KEY_Thai_maichattawa (constant)">Fox::KEY_Thai_maichattawa</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maiek-constant" title="Fox::KEY_Thai_maiek (constant)">Fox::KEY_Thai_maiek</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maihanakat-constant" title="Fox::KEY_Thai_maihanakat (constant)">Fox::KEY_Thai_maihanakat</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maihanakat_maitho-constant" title="Fox::KEY_Thai_maihanakat_maitho (constant)">Fox::KEY_Thai_maihanakat_maitho</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maitaikhu-constant" title="Fox::KEY_Thai_maitaikhu (constant)">Fox::KEY_Thai_maitaikhu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maitho-constant" title="Fox::KEY_Thai_maitho (constant)">Fox::KEY_Thai_maitho</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maitri-constant" title="Fox::KEY_Thai_maitri (constant)">Fox::KEY_Thai_maitri</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_maiyamok-constant" title="Fox::KEY_Thai_maiyamok (constant)">Fox::KEY_Thai_maiyamok</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_moma-constant" title="Fox::KEY_Thai_moma (constant)">Fox::KEY_Thai_moma</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_ngongu-constant" title="Fox::KEY_Thai_ngongu (constant)">Fox::KEY_Thai_ngongu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_nikhahit-constant" title="Fox::KEY_Thai_nikhahit (constant)">Fox::KEY_Thai_nikhahit</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_nonen-constant" title="Fox::KEY_Thai_nonen (constant)">Fox::KEY_Thai_nonen</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_nonu-constant" title="Fox::KEY_Thai_nonu (constant)">Fox::KEY_Thai_nonu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_oang-constant" title="Fox::KEY_Thai_oang (constant)">Fox::KEY_Thai_oang</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_paiyannoi-constant" title="Fox::KEY_Thai_paiyannoi (constant)">Fox::KEY_Thai_paiyannoi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_phinthu-constant" title="Fox::KEY_Thai_phinthu (constant)">Fox::KEY_Thai_phinthu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_phophan-constant" title="Fox::KEY_Thai_phophan (constant)">Fox::KEY_Thai_phophan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_phophung-constant" title="Fox::KEY_Thai_phophung (constant)">Fox::KEY_Thai_phophung</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_phosamphao-constant" title="Fox::KEY_Thai_phosamphao (constant)">Fox::KEY_Thai_phosamphao</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_popla-constant" title="Fox::KEY_Thai_popla (constant)">Fox::KEY_Thai_popla</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_rorua-constant" title="Fox::KEY_Thai_rorua (constant)">Fox::KEY_Thai_rorua</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_ru-constant" title="Fox::KEY_Thai_ru (constant)">Fox::KEY_Thai_ru</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraa-constant" title="Fox::KEY_Thai_saraa (constant)">Fox::KEY_Thai_saraa</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraaa-constant" title="Fox::KEY_Thai_saraaa (constant)">Fox::KEY_Thai_saraaa</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraae-constant" title="Fox::KEY_Thai_saraae (constant)">Fox::KEY_Thai_saraae</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraaimaimalai-constant" title="Fox::KEY_Thai_saraaimaimalai (constant)">Fox::KEY_Thai_saraaimaimalai</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraaimaimuan-constant" title="Fox::KEY_Thai_saraaimaimuan (constant)">Fox::KEY_Thai_saraaimaimuan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraam-constant" title="Fox::KEY_Thai_saraam (constant)">Fox::KEY_Thai_saraam</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sarae-constant" title="Fox::KEY_Thai_sarae (constant)">Fox::KEY_Thai_sarae</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sarai-constant" title="Fox::KEY_Thai_sarai (constant)">Fox::KEY_Thai_sarai</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraii-constant" title="Fox::KEY_Thai_saraii (constant)">Fox::KEY_Thai_saraii</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sarao-constant" title="Fox::KEY_Thai_sarao (constant)">Fox::KEY_Thai_sarao</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sarau-constant" title="Fox::KEY_Thai_sarau (constant)">Fox::KEY_Thai_sarau</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_saraue-constant" title="Fox::KEY_Thai_saraue (constant)">Fox::KEY_Thai_saraue</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sarauee-constant" title="Fox::KEY_Thai_sarauee (constant)">Fox::KEY_Thai_sarauee</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sarauu-constant" title="Fox::KEY_Thai_sarauu (constant)">Fox::KEY_Thai_sarauu</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sorusi-constant" title="Fox::KEY_Thai_sorusi (constant)">Fox::KEY_Thai_sorusi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sosala-constant" title="Fox::KEY_Thai_sosala (constant)">Fox::KEY_Thai_sosala</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_soso-constant" title="Fox::KEY_Thai_soso (constant)">Fox::KEY_Thai_soso</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_sosua-constant" title="Fox::KEY_Thai_sosua (constant)">Fox::KEY_Thai_sosua</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_thanthakhat-constant" title="Fox::KEY_Thai_thanthakhat (constant)">Fox::KEY_Thai_thanthakhat</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_thonangmontho-constant" title="Fox::KEY_Thai_thonangmontho (constant)">Fox::KEY_Thai_thonangmontho</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_thophuthao-constant" title="Fox::KEY_Thai_thophuthao (constant)">Fox::KEY_Thai_thophuthao</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_thothahan-constant" title="Fox::KEY_Thai_thothahan (constant)">Fox::KEY_Thai_thothahan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_thothan-constant" title="Fox::KEY_Thai_thothan (constant)">Fox::KEY_Thai_thothan</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_thothong-constant" title="Fox::KEY_Thai_thothong (constant)">Fox::KEY_Thai_thothong</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_thothung-constant" title="Fox::KEY_Thai_thothung (constant)">Fox::KEY_Thai_thothung</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_topatak-constant" title="Fox::KEY_Thai_topatak (constant)">Fox::KEY_Thai_topatak</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_totao-constant" title="Fox::KEY_Thai_totao (constant)">Fox::KEY_Thai_totao</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_wowaen-constant" title="Fox::KEY_Thai_wowaen (constant)">Fox::KEY_Thai_wowaen</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_yoyak-constant" title="Fox::KEY_Thai_yoyak (constant)">Fox::KEY_Thai_yoyak</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thai_yoying-constant" title="Fox::KEY_Thai_yoying (constant)">Fox::KEY_Thai_yoying</a></span>, <span class='object_link'><a href="Fox.html#KEY_Thorn-constant" title="Fox::KEY_Thorn (constant)">Fox::KEY_Thorn</a></span>, <span class='object_link'><a href="Fox.html#KEY_Touroku-constant" title="Fox::KEY_Touroku (constant)">Fox::KEY_Touroku</a></span>, <span class='object_link'><a href="Fox.html#KEY_Tslash-constant" title="Fox::KEY_Tslash (constant)">Fox::KEY_Tslash</a></span>, <span class='object_link'><a href="Fox.html#KEY_U-constant" title="Fox::KEY_U (constant)">Fox::KEY_U</a></span>, <span class='object_link'><a href="Fox.html#KEY_Uacute-constant" title="Fox::KEY_Uacute (constant)">Fox::KEY_Uacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ubreve-constant" title="Fox::KEY_Ubreve (constant)">Fox::KEY_Ubreve</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ucircumflex-constant" title="Fox::KEY_Ucircumflex (constant)">Fox::KEY_Ucircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_Udiaeresis-constant" title="Fox::KEY_Udiaeresis (constant)">Fox::KEY_Udiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_Udoubleacute-constant" title="Fox::KEY_Udoubleacute (constant)">Fox::KEY_Udoubleacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ugrave-constant" title="Fox::KEY_Ugrave (constant)">Fox::KEY_Ugrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukrainian_I-constant" title="Fox::KEY_Ukrainian_I (constant)">Fox::KEY_Ukrainian_I</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukrainian_IE-constant" title="Fox::KEY_Ukrainian_IE (constant)">Fox::KEY_Ukrainian_IE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukrainian_YI-constant" title="Fox::KEY_Ukrainian_YI (constant)">Fox::KEY_Ukrainian_YI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukrainian_i-constant" title="Fox::KEY_Ukrainian_i (constant)">Fox::KEY_Ukrainian_i</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukrainian_ie-constant" title="Fox::KEY_Ukrainian_ie (constant)">Fox::KEY_Ukrainian_ie</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukrainian_yi-constant" title="Fox::KEY_Ukrainian_yi (constant)">Fox::KEY_Ukrainian_yi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukranian_I-constant" title="Fox::KEY_Ukranian_I (constant)">Fox::KEY_Ukranian_I</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukranian_JE-constant" title="Fox::KEY_Ukranian_JE (constant)">Fox::KEY_Ukranian_JE</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukranian_YI-constant" title="Fox::KEY_Ukranian_YI (constant)">Fox::KEY_Ukranian_YI</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukranian_i-constant" title="Fox::KEY_Ukranian_i (constant)">Fox::KEY_Ukranian_i</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukranian_je-constant" title="Fox::KEY_Ukranian_je (constant)">Fox::KEY_Ukranian_je</a></span>, <span class='object_link'><a href="Fox.html#KEY_Ukranian_yi-constant" title="Fox::KEY_Ukranian_yi (constant)">Fox::KEY_Ukranian_yi</a></span>, <span class='object_link'><a href="Fox.html#KEY_Umacron-constant" title="Fox::KEY_Umacron (constant)">Fox::KEY_Umacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Undo-constant" title="Fox::KEY_Undo (constant)">Fox::KEY_Undo</a></span>, <span class='object_link'><a href="Fox.html#KEY_Uogonek-constant" title="Fox::KEY_Uogonek (constant)">Fox::KEY_Uogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_Up-constant" title="Fox::KEY_Up (constant)">Fox::KEY_Up</a></span>, <span class='object_link'><a href="Fox.html#KEY_Uring-constant" title="Fox::KEY_Uring (constant)">Fox::KEY_Uring</a></span>, <span class='object_link'><a href="Fox.html#KEY_Utilde-constant" title="Fox::KEY_Utilde (constant)">Fox::KEY_Utilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_V-constant" title="Fox::KEY_V (constant)">Fox::KEY_V</a></span>, <span class='object_link'><a href="Fox.html#KEY_VoidSymbol-constant" title="Fox::KEY_VoidSymbol (constant)">Fox::KEY_VoidSymbol</a></span>, <span class='object_link'><a href="Fox.html#KEY_W-constant" title="Fox::KEY_W (constant)">Fox::KEY_W</a></span>, <span class='object_link'><a href="Fox.html#KEY_X-constant" title="Fox::KEY_X (constant)">Fox::KEY_X</a></span>, <span class='object_link'><a href="Fox.html#KEY_Y-constant" title="Fox::KEY_Y (constant)">Fox::KEY_Y</a></span>, <span class='object_link'><a href="Fox.html#KEY_Yacute-constant" title="Fox::KEY_Yacute (constant)">Fox::KEY_Yacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Z-constant" title="Fox::KEY_Z (constant)">Fox::KEY_Z</a></span>, <span class='object_link'><a href="Fox.html#KEY_Zabovedot-constant" title="Fox::KEY_Zabovedot (constant)">Fox::KEY_Zabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_Zacute-constant" title="Fox::KEY_Zacute (constant)">Fox::KEY_Zacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_Zcaron-constant" title="Fox::KEY_Zcaron (constant)">Fox::KEY_Zcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_Zenkaku-constant" title="Fox::KEY_Zenkaku (constant)">Fox::KEY_Zenkaku</a></span>, <span class='object_link'><a href="Fox.html#KEY_Zenkaku_Hankaku-constant" title="Fox::KEY_Zenkaku_Hankaku (constant)">Fox::KEY_Zenkaku_Hankaku</a></span>, <span class='object_link'><a href="Fox.html#KEY_a-constant" title="Fox::KEY_a (constant)">Fox::KEY_a</a></span>, <span class='object_link'><a href="Fox.html#KEY_aacute-constant" title="Fox::KEY_aacute (constant)">Fox::KEY_aacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_abovedot-constant" title="Fox::KEY_abovedot (constant)">Fox::KEY_abovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_abreve-constant" title="Fox::KEY_abreve (constant)">Fox::KEY_abreve</a></span>, <span class='object_link'><a href="Fox.html#KEY_acircumflex-constant" title="Fox::KEY_acircumflex (constant)">Fox::KEY_acircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_acute-constant" title="Fox::KEY_acute (constant)">Fox::KEY_acute</a></span>, <span class='object_link'><a href="Fox.html#KEY_adiaeresis-constant" title="Fox::KEY_adiaeresis (constant)">Fox::KEY_adiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_ae-constant" title="Fox::KEY_ae (constant)">Fox::KEY_ae</a></span>, <span class='object_link'><a href="Fox.html#KEY_agrave-constant" title="Fox::KEY_agrave (constant)">Fox::KEY_agrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_amacron-constant" title="Fox::KEY_amacron (constant)">Fox::KEY_amacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_ampersand-constant" title="Fox::KEY_ampersand (constant)">Fox::KEY_ampersand</a></span>, <span class='object_link'><a href="Fox.html#KEY_aogonek-constant" title="Fox::KEY_aogonek (constant)">Fox::KEY_aogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_apostrophe-constant" title="Fox::KEY_apostrophe (constant)">Fox::KEY_apostrophe</a></span>, <span class='object_link'><a href="Fox.html#KEY_approximate-constant" title="Fox::KEY_approximate (constant)">Fox::KEY_approximate</a></span>, <span class='object_link'><a href="Fox.html#KEY_aring-constant" title="Fox::KEY_aring (constant)">Fox::KEY_aring</a></span>, <span class='object_link'><a href="Fox.html#KEY_asciicircum-constant" title="Fox::KEY_asciicircum (constant)">Fox::KEY_asciicircum</a></span>, <span class='object_link'><a href="Fox.html#KEY_asciitilde-constant" title="Fox::KEY_asciitilde (constant)">Fox::KEY_asciitilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_asterisk-constant" title="Fox::KEY_asterisk (constant)">Fox::KEY_asterisk</a></span>, <span class='object_link'><a href="Fox.html#KEY_at-constant" title="Fox::KEY_at (constant)">Fox::KEY_at</a></span>, <span class='object_link'><a href="Fox.html#KEY_atilde-constant" title="Fox::KEY_atilde (constant)">Fox::KEY_atilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_b-constant" title="Fox::KEY_b (constant)">Fox::KEY_b</a></span>, <span class='object_link'><a href="Fox.html#KEY_backslash-constant" title="Fox::KEY_backslash (constant)">Fox::KEY_backslash</a></span>, <span class='object_link'><a href="Fox.html#KEY_ballotcross-constant" title="Fox::KEY_ballotcross (constant)">Fox::KEY_ballotcross</a></span>, <span class='object_link'><a href="Fox.html#KEY_bar-constant" title="Fox::KEY_bar (constant)">Fox::KEY_bar</a></span>, <span class='object_link'><a href="Fox.html#KEY_blank-constant" title="Fox::KEY_blank (constant)">Fox::KEY_blank</a></span>, <span class='object_link'><a href="Fox.html#KEY_botintegral-constant" title="Fox::KEY_botintegral (constant)">Fox::KEY_botintegral</a></span>, <span class='object_link'><a href="Fox.html#KEY_botleftparens-constant" title="Fox::KEY_botleftparens (constant)">Fox::KEY_botleftparens</a></span>, <span class='object_link'><a href="Fox.html#KEY_botleftsqbracket-constant" title="Fox::KEY_botleftsqbracket (constant)">Fox::KEY_botleftsqbracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_botleftsummation-constant" title="Fox::KEY_botleftsummation (constant)">Fox::KEY_botleftsummation</a></span>, <span class='object_link'><a href="Fox.html#KEY_botrightparens-constant" title="Fox::KEY_botrightparens (constant)">Fox::KEY_botrightparens</a></span>, <span class='object_link'><a href="Fox.html#KEY_botrightsqbracket-constant" title="Fox::KEY_botrightsqbracket (constant)">Fox::KEY_botrightsqbracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_botrightsummation-constant" title="Fox::KEY_botrightsummation (constant)">Fox::KEY_botrightsummation</a></span>, <span class='object_link'><a href="Fox.html#KEY_bott-constant" title="Fox::KEY_bott (constant)">Fox::KEY_bott</a></span>, <span class='object_link'><a href="Fox.html#KEY_botvertsummationconnector-constant" title="Fox::KEY_botvertsummationconnector (constant)">Fox::KEY_botvertsummationconnector</a></span>, <span class='object_link'><a href="Fox.html#KEY_braceleft-constant" title="Fox::KEY_braceleft (constant)">Fox::KEY_braceleft</a></span>, <span class='object_link'><a href="Fox.html#KEY_braceright-constant" title="Fox::KEY_braceright (constant)">Fox::KEY_braceright</a></span>, <span class='object_link'><a href="Fox.html#KEY_bracketleft-constant" title="Fox::KEY_bracketleft (constant)">Fox::KEY_bracketleft</a></span>, <span class='object_link'><a href="Fox.html#KEY_bracketright-constant" title="Fox::KEY_bracketright (constant)">Fox::KEY_bracketright</a></span>, <span class='object_link'><a href="Fox.html#KEY_breve-constant" title="Fox::KEY_breve (constant)">Fox::KEY_breve</a></span>, <span class='object_link'><a href="Fox.html#KEY_brokenbar-constant" title="Fox::KEY_brokenbar (constant)">Fox::KEY_brokenbar</a></span>, <span class='object_link'><a href="Fox.html#KEY_c-constant" title="Fox::KEY_c (constant)">Fox::KEY_c</a></span>, <span class='object_link'><a href="Fox.html#KEY_cabovedot-constant" title="Fox::KEY_cabovedot (constant)">Fox::KEY_cabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_cacute-constant" title="Fox::KEY_cacute (constant)">Fox::KEY_cacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_careof-constant" title="Fox::KEY_careof (constant)">Fox::KEY_careof</a></span>, <span class='object_link'><a href="Fox.html#KEY_caret-constant" title="Fox::KEY_caret (constant)">Fox::KEY_caret</a></span>, <span class='object_link'><a href="Fox.html#KEY_caron-constant" title="Fox::KEY_caron (constant)">Fox::KEY_caron</a></span>, <span class='object_link'><a href="Fox.html#KEY_ccaron-constant" title="Fox::KEY_ccaron (constant)">Fox::KEY_ccaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_ccedilla-constant" title="Fox::KEY_ccedilla (constant)">Fox::KEY_ccedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_ccircumflex-constant" title="Fox::KEY_ccircumflex (constant)">Fox::KEY_ccircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_cedilla-constant" title="Fox::KEY_cedilla (constant)">Fox::KEY_cedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_cent-constant" title="Fox::KEY_cent (constant)">Fox::KEY_cent</a></span>, <span class='object_link'><a href="Fox.html#KEY_checkerboard-constant" title="Fox::KEY_checkerboard (constant)">Fox::KEY_checkerboard</a></span>, <span class='object_link'><a href="Fox.html#KEY_checkmark-constant" title="Fox::KEY_checkmark (constant)">Fox::KEY_checkmark</a></span>, <span class='object_link'><a href="Fox.html#KEY_circle-constant" title="Fox::KEY_circle (constant)">Fox::KEY_circle</a></span>, <span class='object_link'><a href="Fox.html#KEY_club-constant" title="Fox::KEY_club (constant)">Fox::KEY_club</a></span>, <span class='object_link'><a href="Fox.html#KEY_colon-constant" title="Fox::KEY_colon (constant)">Fox::KEY_colon</a></span>, <span class='object_link'><a href="Fox.html#KEY_comma-constant" title="Fox::KEY_comma (constant)">Fox::KEY_comma</a></span>, <span class='object_link'><a href="Fox.html#KEY_copyright-constant" title="Fox::KEY_copyright (constant)">Fox::KEY_copyright</a></span>, <span class='object_link'><a href="Fox.html#KEY_cr-constant" title="Fox::KEY_cr (constant)">Fox::KEY_cr</a></span>, <span class='object_link'><a href="Fox.html#KEY_crossinglines-constant" title="Fox::KEY_crossinglines (constant)">Fox::KEY_crossinglines</a></span>, <span class='object_link'><a href="Fox.html#KEY_currency-constant" title="Fox::KEY_currency (constant)">Fox::KEY_currency</a></span>, <span class='object_link'><a href="Fox.html#KEY_cursor-constant" title="Fox::KEY_cursor (constant)">Fox::KEY_cursor</a></span>, <span class='object_link'><a href="Fox.html#KEY_d-constant" title="Fox::KEY_d (constant)">Fox::KEY_d</a></span>, <span class='object_link'><a href="Fox.html#KEY_dagger-constant" title="Fox::KEY_dagger (constant)">Fox::KEY_dagger</a></span>, <span class='object_link'><a href="Fox.html#KEY_dcaron-constant" title="Fox::KEY_dcaron (constant)">Fox::KEY_dcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_abovedot-constant" title="Fox::KEY_dead_abovedot (constant)">Fox::KEY_dead_abovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_abovering-constant" title="Fox::KEY_dead_abovering (constant)">Fox::KEY_dead_abovering</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_acute-constant" title="Fox::KEY_dead_acute (constant)">Fox::KEY_dead_acute</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_belowdot-constant" title="Fox::KEY_dead_belowdot (constant)">Fox::KEY_dead_belowdot</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_breve-constant" title="Fox::KEY_dead_breve (constant)">Fox::KEY_dead_breve</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_caron-constant" title="Fox::KEY_dead_caron (constant)">Fox::KEY_dead_caron</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_cedilla-constant" title="Fox::KEY_dead_cedilla (constant)">Fox::KEY_dead_cedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_circumflex-constant" title="Fox::KEY_dead_circumflex (constant)">Fox::KEY_dead_circumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_diaeresis-constant" title="Fox::KEY_dead_diaeresis (constant)">Fox::KEY_dead_diaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_doubleacute-constant" title="Fox::KEY_dead_doubleacute (constant)">Fox::KEY_dead_doubleacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_grave-constant" title="Fox::KEY_dead_grave (constant)">Fox::KEY_dead_grave</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_iota-constant" title="Fox::KEY_dead_iota (constant)">Fox::KEY_dead_iota</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_macron-constant" title="Fox::KEY_dead_macron (constant)">Fox::KEY_dead_macron</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_ogonek-constant" title="Fox::KEY_dead_ogonek (constant)">Fox::KEY_dead_ogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_semivoiced_sound-constant" title="Fox::KEY_dead_semivoiced_sound (constant)">Fox::KEY_dead_semivoiced_sound</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_tilde-constant" title="Fox::KEY_dead_tilde (constant)">Fox::KEY_dead_tilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_dead_voiced_sound-constant" title="Fox::KEY_dead_voiced_sound (constant)">Fox::KEY_dead_voiced_sound</a></span>, <span class='object_link'><a href="Fox.html#KEY_decimalpoint-constant" title="Fox::KEY_decimalpoint (constant)">Fox::KEY_decimalpoint</a></span>, <span class='object_link'><a href="Fox.html#KEY_degree-constant" title="Fox::KEY_degree (constant)">Fox::KEY_degree</a></span>, <span class='object_link'><a href="Fox.html#KEY_diaeresis-constant" title="Fox::KEY_diaeresis (constant)">Fox::KEY_diaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_diamond-constant" title="Fox::KEY_diamond (constant)">Fox::KEY_diamond</a></span>, <span class='object_link'><a href="Fox.html#KEY_digitspace-constant" title="Fox::KEY_digitspace (constant)">Fox::KEY_digitspace</a></span>, <span class='object_link'><a href="Fox.html#KEY_division-constant" title="Fox::KEY_division (constant)">Fox::KEY_division</a></span>, <span class='object_link'><a href="Fox.html#KEY_dollar-constant" title="Fox::KEY_dollar (constant)">Fox::KEY_dollar</a></span>, <span class='object_link'><a href="Fox.html#KEY_doubbaselinedot-constant" title="Fox::KEY_doubbaselinedot (constant)">Fox::KEY_doubbaselinedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_doubleacute-constant" title="Fox::KEY_doubleacute (constant)">Fox::KEY_doubleacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_doubledagger-constant" title="Fox::KEY_doubledagger (constant)">Fox::KEY_doubledagger</a></span>, <span class='object_link'><a href="Fox.html#KEY_doublelowquotemark-constant" title="Fox::KEY_doublelowquotemark (constant)">Fox::KEY_doublelowquotemark</a></span>, <span class='object_link'><a href="Fox.html#KEY_downarrow-constant" title="Fox::KEY_downarrow (constant)">Fox::KEY_downarrow</a></span>, <span class='object_link'><a href="Fox.html#KEY_downcaret-constant" title="Fox::KEY_downcaret (constant)">Fox::KEY_downcaret</a></span>, <span class='object_link'><a href="Fox.html#KEY_downshoe-constant" title="Fox::KEY_downshoe (constant)">Fox::KEY_downshoe</a></span>, <span class='object_link'><a href="Fox.html#KEY_downstile-constant" title="Fox::KEY_downstile (constant)">Fox::KEY_downstile</a></span>, <span class='object_link'><a href="Fox.html#KEY_downtack-constant" title="Fox::KEY_downtack (constant)">Fox::KEY_downtack</a></span>, <span class='object_link'><a href="Fox.html#KEY_dstroke-constant" title="Fox::KEY_dstroke (constant)">Fox::KEY_dstroke</a></span>, <span class='object_link'><a href="Fox.html#KEY_e-constant" title="Fox::KEY_e (constant)">Fox::KEY_e</a></span>, <span class='object_link'><a href="Fox.html#KEY_eabovedot-constant" title="Fox::KEY_eabovedot (constant)">Fox::KEY_eabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_eacute-constant" title="Fox::KEY_eacute (constant)">Fox::KEY_eacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_ecaron-constant" title="Fox::KEY_ecaron (constant)">Fox::KEY_ecaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_ecircumflex-constant" title="Fox::KEY_ecircumflex (constant)">Fox::KEY_ecircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_ediaeresis-constant" title="Fox::KEY_ediaeresis (constant)">Fox::KEY_ediaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_egrave-constant" title="Fox::KEY_egrave (constant)">Fox::KEY_egrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_ellipsis-constant" title="Fox::KEY_ellipsis (constant)">Fox::KEY_ellipsis</a></span>, <span class='object_link'><a href="Fox.html#KEY_em3space-constant" title="Fox::KEY_em3space (constant)">Fox::KEY_em3space</a></span>, <span class='object_link'><a href="Fox.html#KEY_em4space-constant" title="Fox::KEY_em4space (constant)">Fox::KEY_em4space</a></span>, <span class='object_link'><a href="Fox.html#KEY_emacron-constant" title="Fox::KEY_emacron (constant)">Fox::KEY_emacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_emdash-constant" title="Fox::KEY_emdash (constant)">Fox::KEY_emdash</a></span>, <span class='object_link'><a href="Fox.html#KEY_emfilledcircle-constant" title="Fox::KEY_emfilledcircle (constant)">Fox::KEY_emfilledcircle</a></span>, <span class='object_link'><a href="Fox.html#KEY_emfilledrect-constant" title="Fox::KEY_emfilledrect (constant)">Fox::KEY_emfilledrect</a></span>, <span class='object_link'><a href="Fox.html#KEY_emopencircle-constant" title="Fox::KEY_emopencircle (constant)">Fox::KEY_emopencircle</a></span>, <span class='object_link'><a href="Fox.html#KEY_emopenrectangle-constant" title="Fox::KEY_emopenrectangle (constant)">Fox::KEY_emopenrectangle</a></span>, <span class='object_link'><a href="Fox.html#KEY_emspace-constant" title="Fox::KEY_emspace (constant)">Fox::KEY_emspace</a></span>, <span class='object_link'><a href="Fox.html#KEY_endash-constant" title="Fox::KEY_endash (constant)">Fox::KEY_endash</a></span>, <span class='object_link'><a href="Fox.html#KEY_enfilledcircbullet-constant" title="Fox::KEY_enfilledcircbullet (constant)">Fox::KEY_enfilledcircbullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_enfilledsqbullet-constant" title="Fox::KEY_enfilledsqbullet (constant)">Fox::KEY_enfilledsqbullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_eng-constant" title="Fox::KEY_eng (constant)">Fox::KEY_eng</a></span>, <span class='object_link'><a href="Fox.html#KEY_enopencircbullet-constant" title="Fox::KEY_enopencircbullet (constant)">Fox::KEY_enopencircbullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_enopensquarebullet-constant" title="Fox::KEY_enopensquarebullet (constant)">Fox::KEY_enopensquarebullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_enspace-constant" title="Fox::KEY_enspace (constant)">Fox::KEY_enspace</a></span>, <span class='object_link'><a href="Fox.html#KEY_eogonek-constant" title="Fox::KEY_eogonek (constant)">Fox::KEY_eogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_equal-constant" title="Fox::KEY_equal (constant)">Fox::KEY_equal</a></span>, <span class='object_link'><a href="Fox.html#KEY_eth-constant" title="Fox::KEY_eth (constant)">Fox::KEY_eth</a></span>, <span class='object_link'><a href="Fox.html#KEY_exclam-constant" title="Fox::KEY_exclam (constant)">Fox::KEY_exclam</a></span>, <span class='object_link'><a href="Fox.html#KEY_exclamdown-constant" title="Fox::KEY_exclamdown (constant)">Fox::KEY_exclamdown</a></span>, <span class='object_link'><a href="Fox.html#KEY_f-constant" title="Fox::KEY_f (constant)">Fox::KEY_f</a></span>, <span class='object_link'><a href="Fox.html#KEY_femalesymbol-constant" title="Fox::KEY_femalesymbol (constant)">Fox::KEY_femalesymbol</a></span>, <span class='object_link'><a href="Fox.html#KEY_ff-constant" title="Fox::KEY_ff (constant)">Fox::KEY_ff</a></span>, <span class='object_link'><a href="Fox.html#KEY_figdash-constant" title="Fox::KEY_figdash (constant)">Fox::KEY_figdash</a></span>, <span class='object_link'><a href="Fox.html#KEY_filledlefttribullet-constant" title="Fox::KEY_filledlefttribullet (constant)">Fox::KEY_filledlefttribullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_filledrectbullet-constant" title="Fox::KEY_filledrectbullet (constant)">Fox::KEY_filledrectbullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_filledrighttribullet-constant" title="Fox::KEY_filledrighttribullet (constant)">Fox::KEY_filledrighttribullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_filledtribulletdown-constant" title="Fox::KEY_filledtribulletdown (constant)">Fox::KEY_filledtribulletdown</a></span>, <span class='object_link'><a href="Fox.html#KEY_filledtribulletup-constant" title="Fox::KEY_filledtribulletup (constant)">Fox::KEY_filledtribulletup</a></span>, <span class='object_link'><a href="Fox.html#KEY_fiveeighths-constant" title="Fox::KEY_fiveeighths (constant)">Fox::KEY_fiveeighths</a></span>, <span class='object_link'><a href="Fox.html#KEY_fivesixths-constant" title="Fox::KEY_fivesixths (constant)">Fox::KEY_fivesixths</a></span>, <span class='object_link'><a href="Fox.html#KEY_fourfifths-constant" title="Fox::KEY_fourfifths (constant)">Fox::KEY_fourfifths</a></span>, <span class='object_link'><a href="Fox.html#KEY_function-constant" title="Fox::KEY_function (constant)">Fox::KEY_function</a></span>, <span class='object_link'><a href="Fox.html#KEY_g-constant" title="Fox::KEY_g (constant)">Fox::KEY_g</a></span>, <span class='object_link'><a href="Fox.html#KEY_gabovedot-constant" title="Fox::KEY_gabovedot (constant)">Fox::KEY_gabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_gbreve-constant" title="Fox::KEY_gbreve (constant)">Fox::KEY_gbreve</a></span>, <span class='object_link'><a href="Fox.html#KEY_gcedilla-constant" title="Fox::KEY_gcedilla (constant)">Fox::KEY_gcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_gcircumflex-constant" title="Fox::KEY_gcircumflex (constant)">Fox::KEY_gcircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_grave-constant" title="Fox::KEY_grave (constant)">Fox::KEY_grave</a></span>, <span class='object_link'><a href="Fox.html#KEY_greater-constant" title="Fox::KEY_greater (constant)">Fox::KEY_greater</a></span>, <span class='object_link'><a href="Fox.html#KEY_greaterthanequal-constant" title="Fox::KEY_greaterthanequal (constant)">Fox::KEY_greaterthanequal</a></span>, <span class='object_link'><a href="Fox.html#KEY_guillemotleft-constant" title="Fox::KEY_guillemotleft (constant)">Fox::KEY_guillemotleft</a></span>, <span class='object_link'><a href="Fox.html#KEY_guillemotright-constant" title="Fox::KEY_guillemotright (constant)">Fox::KEY_guillemotright</a></span>, <span class='object_link'><a href="Fox.html#KEY_h-constant" title="Fox::KEY_h (constant)">Fox::KEY_h</a></span>, <span class='object_link'><a href="Fox.html#KEY_hairspace-constant" title="Fox::KEY_hairspace (constant)">Fox::KEY_hairspace</a></span>, <span class='object_link'><a href="Fox.html#KEY_hcircumflex-constant" title="Fox::KEY_hcircumflex (constant)">Fox::KEY_hcircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_heart-constant" title="Fox::KEY_heart (constant)">Fox::KEY_heart</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_aleph-constant" title="Fox::KEY_hebrew_aleph (constant)">Fox::KEY_hebrew_aleph</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_ayin-constant" title="Fox::KEY_hebrew_ayin (constant)">Fox::KEY_hebrew_ayin</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_bet-constant" title="Fox::KEY_hebrew_bet (constant)">Fox::KEY_hebrew_bet</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_beth-constant" title="Fox::KEY_hebrew_beth (constant)">Fox::KEY_hebrew_beth</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_chet-constant" title="Fox::KEY_hebrew_chet (constant)">Fox::KEY_hebrew_chet</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_dalet-constant" title="Fox::KEY_hebrew_dalet (constant)">Fox::KEY_hebrew_dalet</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_daleth-constant" title="Fox::KEY_hebrew_daleth (constant)">Fox::KEY_hebrew_daleth</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_doublelowline-constant" title="Fox::KEY_hebrew_doublelowline (constant)">Fox::KEY_hebrew_doublelowline</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_finalkaph-constant" title="Fox::KEY_hebrew_finalkaph (constant)">Fox::KEY_hebrew_finalkaph</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_finalmem-constant" title="Fox::KEY_hebrew_finalmem (constant)">Fox::KEY_hebrew_finalmem</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_finalnun-constant" title="Fox::KEY_hebrew_finalnun (constant)">Fox::KEY_hebrew_finalnun</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_finalpe-constant" title="Fox::KEY_hebrew_finalpe (constant)">Fox::KEY_hebrew_finalpe</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_finalzade-constant" title="Fox::KEY_hebrew_finalzade (constant)">Fox::KEY_hebrew_finalzade</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_finalzadi-constant" title="Fox::KEY_hebrew_finalzadi (constant)">Fox::KEY_hebrew_finalzadi</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_gimel-constant" title="Fox::KEY_hebrew_gimel (constant)">Fox::KEY_hebrew_gimel</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_gimmel-constant" title="Fox::KEY_hebrew_gimmel (constant)">Fox::KEY_hebrew_gimmel</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_he-constant" title="Fox::KEY_hebrew_he (constant)">Fox::KEY_hebrew_he</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_het-constant" title="Fox::KEY_hebrew_het (constant)">Fox::KEY_hebrew_het</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_kaph-constant" title="Fox::KEY_hebrew_kaph (constant)">Fox::KEY_hebrew_kaph</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_kuf-constant" title="Fox::KEY_hebrew_kuf (constant)">Fox::KEY_hebrew_kuf</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_lamed-constant" title="Fox::KEY_hebrew_lamed (constant)">Fox::KEY_hebrew_lamed</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_mem-constant" title="Fox::KEY_hebrew_mem (constant)">Fox::KEY_hebrew_mem</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_nun-constant" title="Fox::KEY_hebrew_nun (constant)">Fox::KEY_hebrew_nun</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_pe-constant" title="Fox::KEY_hebrew_pe (constant)">Fox::KEY_hebrew_pe</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_qoph-constant" title="Fox::KEY_hebrew_qoph (constant)">Fox::KEY_hebrew_qoph</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_resh-constant" title="Fox::KEY_hebrew_resh (constant)">Fox::KEY_hebrew_resh</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_samech-constant" title="Fox::KEY_hebrew_samech (constant)">Fox::KEY_hebrew_samech</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_samekh-constant" title="Fox::KEY_hebrew_samekh (constant)">Fox::KEY_hebrew_samekh</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_shin-constant" title="Fox::KEY_hebrew_shin (constant)">Fox::KEY_hebrew_shin</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_taf-constant" title="Fox::KEY_hebrew_taf (constant)">Fox::KEY_hebrew_taf</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_taw-constant" title="Fox::KEY_hebrew_taw (constant)">Fox::KEY_hebrew_taw</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_tet-constant" title="Fox::KEY_hebrew_tet (constant)">Fox::KEY_hebrew_tet</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_teth-constant" title="Fox::KEY_hebrew_teth (constant)">Fox::KEY_hebrew_teth</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_waw-constant" title="Fox::KEY_hebrew_waw (constant)">Fox::KEY_hebrew_waw</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_yod-constant" title="Fox::KEY_hebrew_yod (constant)">Fox::KEY_hebrew_yod</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_zade-constant" title="Fox::KEY_hebrew_zade (constant)">Fox::KEY_hebrew_zade</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_zadi-constant" title="Fox::KEY_hebrew_zadi (constant)">Fox::KEY_hebrew_zadi</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_zain-constant" title="Fox::KEY_hebrew_zain (constant)">Fox::KEY_hebrew_zain</a></span>, <span class='object_link'><a href="Fox.html#KEY_hebrew_zayin-constant" title="Fox::KEY_hebrew_zayin (constant)">Fox::KEY_hebrew_zayin</a></span>, <span class='object_link'><a href="Fox.html#KEY_hexagram-constant" title="Fox::KEY_hexagram (constant)">Fox::KEY_hexagram</a></span>, <span class='object_link'><a href="Fox.html#KEY_horizconnector-constant" title="Fox::KEY_horizconnector (constant)">Fox::KEY_horizconnector</a></span>, <span class='object_link'><a href="Fox.html#KEY_horizlinescan1-constant" title="Fox::KEY_horizlinescan1 (constant)">Fox::KEY_horizlinescan1</a></span>, <span class='object_link'><a href="Fox.html#KEY_horizlinescan3-constant" title="Fox::KEY_horizlinescan3 (constant)">Fox::KEY_horizlinescan3</a></span>, <span class='object_link'><a href="Fox.html#KEY_horizlinescan5-constant" title="Fox::KEY_horizlinescan5 (constant)">Fox::KEY_horizlinescan5</a></span>, <span class='object_link'><a href="Fox.html#KEY_horizlinescan7-constant" title="Fox::KEY_horizlinescan7 (constant)">Fox::KEY_horizlinescan7</a></span>, <span class='object_link'><a href="Fox.html#KEY_horizlinescan9-constant" title="Fox::KEY_horizlinescan9 (constant)">Fox::KEY_horizlinescan9</a></span>, <span class='object_link'><a href="Fox.html#KEY_hstroke-constant" title="Fox::KEY_hstroke (constant)">Fox::KEY_hstroke</a></span>, <span class='object_link'><a href="Fox.html#KEY_ht-constant" title="Fox::KEY_ht (constant)">Fox::KEY_ht</a></span>, <span class='object_link'><a href="Fox.html#KEY_hyphen-constant" title="Fox::KEY_hyphen (constant)">Fox::KEY_hyphen</a></span>, <span class='object_link'><a href="Fox.html#KEY_i-constant" title="Fox::KEY_i (constant)">Fox::KEY_i</a></span>, <span class='object_link'><a href="Fox.html#KEY_iacute-constant" title="Fox::KEY_iacute (constant)">Fox::KEY_iacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_icircumflex-constant" title="Fox::KEY_icircumflex (constant)">Fox::KEY_icircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_identical-constant" title="Fox::KEY_identical (constant)">Fox::KEY_identical</a></span>, <span class='object_link'><a href="Fox.html#KEY_idiaeresis-constant" title="Fox::KEY_idiaeresis (constant)">Fox::KEY_idiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_idotless-constant" title="Fox::KEY_idotless (constant)">Fox::KEY_idotless</a></span>, <span class='object_link'><a href="Fox.html#KEY_ifonlyif-constant" title="Fox::KEY_ifonlyif (constant)">Fox::KEY_ifonlyif</a></span>, <span class='object_link'><a href="Fox.html#KEY_igrave-constant" title="Fox::KEY_igrave (constant)">Fox::KEY_igrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_imacron-constant" title="Fox::KEY_imacron (constant)">Fox::KEY_imacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_implies-constant" title="Fox::KEY_implies (constant)">Fox::KEY_implies</a></span>, <span class='object_link'><a href="Fox.html#KEY_includedin-constant" title="Fox::KEY_includedin (constant)">Fox::KEY_includedin</a></span>, <span class='object_link'><a href="Fox.html#KEY_includes-constant" title="Fox::KEY_includes (constant)">Fox::KEY_includes</a></span>, <span class='object_link'><a href="Fox.html#KEY_infinity-constant" title="Fox::KEY_infinity (constant)">Fox::KEY_infinity</a></span>, <span class='object_link'><a href="Fox.html#KEY_integral-constant" title="Fox::KEY_integral (constant)">Fox::KEY_integral</a></span>, <span class='object_link'><a href="Fox.html#KEY_intersection-constant" title="Fox::KEY_intersection (constant)">Fox::KEY_intersection</a></span>, <span class='object_link'><a href="Fox.html#KEY_iogonek-constant" title="Fox::KEY_iogonek (constant)">Fox::KEY_iogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_itilde-constant" title="Fox::KEY_itilde (constant)">Fox::KEY_itilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_j-constant" title="Fox::KEY_j (constant)">Fox::KEY_j</a></span>, <span class='object_link'><a href="Fox.html#KEY_jcircumflex-constant" title="Fox::KEY_jcircumflex (constant)">Fox::KEY_jcircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_jot-constant" title="Fox::KEY_jot (constant)">Fox::KEY_jot</a></span>, <span class='object_link'><a href="Fox.html#KEY_k-constant" title="Fox::KEY_k (constant)">Fox::KEY_k</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_A-constant" title="Fox::KEY_kana_A (constant)">Fox::KEY_kana_A</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_CHI-constant" title="Fox::KEY_kana_CHI (constant)">Fox::KEY_kana_CHI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_E-constant" title="Fox::KEY_kana_E (constant)">Fox::KEY_kana_E</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_FU-constant" title="Fox::KEY_kana_FU (constant)">Fox::KEY_kana_FU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_HA-constant" title="Fox::KEY_kana_HA (constant)">Fox::KEY_kana_HA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_HE-constant" title="Fox::KEY_kana_HE (constant)">Fox::KEY_kana_HE</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_HI-constant" title="Fox::KEY_kana_HI (constant)">Fox::KEY_kana_HI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_HO-constant" title="Fox::KEY_kana_HO (constant)">Fox::KEY_kana_HO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_HU-constant" title="Fox::KEY_kana_HU (constant)">Fox::KEY_kana_HU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_I-constant" title="Fox::KEY_kana_I (constant)">Fox::KEY_kana_I</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_KA-constant" title="Fox::KEY_kana_KA (constant)">Fox::KEY_kana_KA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_KE-constant" title="Fox::KEY_kana_KE (constant)">Fox::KEY_kana_KE</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_KI-constant" title="Fox::KEY_kana_KI (constant)">Fox::KEY_kana_KI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_KO-constant" title="Fox::KEY_kana_KO (constant)">Fox::KEY_kana_KO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_KU-constant" title="Fox::KEY_kana_KU (constant)">Fox::KEY_kana_KU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_MA-constant" title="Fox::KEY_kana_MA (constant)">Fox::KEY_kana_MA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_ME-constant" title="Fox::KEY_kana_ME (constant)">Fox::KEY_kana_ME</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_MI-constant" title="Fox::KEY_kana_MI (constant)">Fox::KEY_kana_MI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_MO-constant" title="Fox::KEY_kana_MO (constant)">Fox::KEY_kana_MO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_MU-constant" title="Fox::KEY_kana_MU (constant)">Fox::KEY_kana_MU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_N-constant" title="Fox::KEY_kana_N (constant)">Fox::KEY_kana_N</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_NA-constant" title="Fox::KEY_kana_NA (constant)">Fox::KEY_kana_NA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_NE-constant" title="Fox::KEY_kana_NE (constant)">Fox::KEY_kana_NE</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_NI-constant" title="Fox::KEY_kana_NI (constant)">Fox::KEY_kana_NI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_NO-constant" title="Fox::KEY_kana_NO (constant)">Fox::KEY_kana_NO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_NU-constant" title="Fox::KEY_kana_NU (constant)">Fox::KEY_kana_NU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_O-constant" title="Fox::KEY_kana_O (constant)">Fox::KEY_kana_O</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_RA-constant" title="Fox::KEY_kana_RA (constant)">Fox::KEY_kana_RA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_RE-constant" title="Fox::KEY_kana_RE (constant)">Fox::KEY_kana_RE</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_RI-constant" title="Fox::KEY_kana_RI (constant)">Fox::KEY_kana_RI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_RO-constant" title="Fox::KEY_kana_RO (constant)">Fox::KEY_kana_RO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_RU-constant" title="Fox::KEY_kana_RU (constant)">Fox::KEY_kana_RU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_SA-constant" title="Fox::KEY_kana_SA (constant)">Fox::KEY_kana_SA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_SE-constant" title="Fox::KEY_kana_SE (constant)">Fox::KEY_kana_SE</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_SHI-constant" title="Fox::KEY_kana_SHI (constant)">Fox::KEY_kana_SHI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_SO-constant" title="Fox::KEY_kana_SO (constant)">Fox::KEY_kana_SO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_SU-constant" title="Fox::KEY_kana_SU (constant)">Fox::KEY_kana_SU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_TA-constant" title="Fox::KEY_kana_TA (constant)">Fox::KEY_kana_TA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_TE-constant" title="Fox::KEY_kana_TE (constant)">Fox::KEY_kana_TE</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_TI-constant" title="Fox::KEY_kana_TI (constant)">Fox::KEY_kana_TI</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_TO-constant" title="Fox::KEY_kana_TO (constant)">Fox::KEY_kana_TO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_TSU-constant" title="Fox::KEY_kana_TSU (constant)">Fox::KEY_kana_TSU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_TU-constant" title="Fox::KEY_kana_TU (constant)">Fox::KEY_kana_TU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_U-constant" title="Fox::KEY_kana_U (constant)">Fox::KEY_kana_U</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_WA-constant" title="Fox::KEY_kana_WA (constant)">Fox::KEY_kana_WA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_WO-constant" title="Fox::KEY_kana_WO (constant)">Fox::KEY_kana_WO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_YA-constant" title="Fox::KEY_kana_YA (constant)">Fox::KEY_kana_YA</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_YO-constant" title="Fox::KEY_kana_YO (constant)">Fox::KEY_kana_YO</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_YU-constant" title="Fox::KEY_kana_YU (constant)">Fox::KEY_kana_YU</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_a-constant" title="Fox::KEY_kana_a (constant)">Fox::KEY_kana_a</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_closingbracket-constant" title="Fox::KEY_kana_closingbracket (constant)">Fox::KEY_kana_closingbracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_comma-constant" title="Fox::KEY_kana_comma (constant)">Fox::KEY_kana_comma</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_conjunctive-constant" title="Fox::KEY_kana_conjunctive (constant)">Fox::KEY_kana_conjunctive</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_e-constant" title="Fox::KEY_kana_e (constant)">Fox::KEY_kana_e</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_fullstop-constant" title="Fox::KEY_kana_fullstop (constant)">Fox::KEY_kana_fullstop</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_i-constant" title="Fox::KEY_kana_i (constant)">Fox::KEY_kana_i</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_middledot-constant" title="Fox::KEY_kana_middledot (constant)">Fox::KEY_kana_middledot</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_o-constant" title="Fox::KEY_kana_o (constant)">Fox::KEY_kana_o</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_openingbracket-constant" title="Fox::KEY_kana_openingbracket (constant)">Fox::KEY_kana_openingbracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_switch-constant" title="Fox::KEY_kana_switch (constant)">Fox::KEY_kana_switch</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_tsu-constant" title="Fox::KEY_kana_tsu (constant)">Fox::KEY_kana_tsu</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_tu-constant" title="Fox::KEY_kana_tu (constant)">Fox::KEY_kana_tu</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_u-constant" title="Fox::KEY_kana_u (constant)">Fox::KEY_kana_u</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_ya-constant" title="Fox::KEY_kana_ya (constant)">Fox::KEY_kana_ya</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_yo-constant" title="Fox::KEY_kana_yo (constant)">Fox::KEY_kana_yo</a></span>, <span class='object_link'><a href="Fox.html#KEY_kana_yu-constant" title="Fox::KEY_kana_yu (constant)">Fox::KEY_kana_yu</a></span>, <span class='object_link'><a href="Fox.html#KEY_kappa-constant" title="Fox::KEY_kappa (constant)">Fox::KEY_kappa</a></span>, <span class='object_link'><a href="Fox.html#KEY_kcedilla-constant" title="Fox::KEY_kcedilla (constant)">Fox::KEY_kcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_kra-constant" title="Fox::KEY_kra (constant)">Fox::KEY_kra</a></span>, <span class='object_link'><a href="Fox.html#KEY_l-constant" title="Fox::KEY_l (constant)">Fox::KEY_l</a></span>, <span class='object_link'><a href="Fox.html#KEY_lacute-constant" title="Fox::KEY_lacute (constant)">Fox::KEY_lacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_latincross-constant" title="Fox::KEY_latincross (constant)">Fox::KEY_latincross</a></span>, <span class='object_link'><a href="Fox.html#KEY_lcaron-constant" title="Fox::KEY_lcaron (constant)">Fox::KEY_lcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_lcedilla-constant" title="Fox::KEY_lcedilla (constant)">Fox::KEY_lcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftanglebracket-constant" title="Fox::KEY_leftanglebracket (constant)">Fox::KEY_leftanglebracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftarrow-constant" title="Fox::KEY_leftarrow (constant)">Fox::KEY_leftarrow</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftcaret-constant" title="Fox::KEY_leftcaret (constant)">Fox::KEY_leftcaret</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftdoublequotemark-constant" title="Fox::KEY_leftdoublequotemark (constant)">Fox::KEY_leftdoublequotemark</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftmiddlecurlybrace-constant" title="Fox::KEY_leftmiddlecurlybrace (constant)">Fox::KEY_leftmiddlecurlybrace</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftopentriangle-constant" title="Fox::KEY_leftopentriangle (constant)">Fox::KEY_leftopentriangle</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftpointer-constant" title="Fox::KEY_leftpointer (constant)">Fox::KEY_leftpointer</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftradical-constant" title="Fox::KEY_leftradical (constant)">Fox::KEY_leftradical</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftshoe-constant" title="Fox::KEY_leftshoe (constant)">Fox::KEY_leftshoe</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftsinglequotemark-constant" title="Fox::KEY_leftsinglequotemark (constant)">Fox::KEY_leftsinglequotemark</a></span>, <span class='object_link'><a href="Fox.html#KEY_leftt-constant" title="Fox::KEY_leftt (constant)">Fox::KEY_leftt</a></span>, <span class='object_link'><a href="Fox.html#KEY_lefttack-constant" title="Fox::KEY_lefttack (constant)">Fox::KEY_lefttack</a></span>, <span class='object_link'><a href="Fox.html#KEY_less-constant" title="Fox::KEY_less (constant)">Fox::KEY_less</a></span>, <span class='object_link'><a href="Fox.html#KEY_lessthanequal-constant" title="Fox::KEY_lessthanequal (constant)">Fox::KEY_lessthanequal</a></span>, <span class='object_link'><a href="Fox.html#KEY_lf-constant" title="Fox::KEY_lf (constant)">Fox::KEY_lf</a></span>, <span class='object_link'><a href="Fox.html#KEY_logicaland-constant" title="Fox::KEY_logicaland (constant)">Fox::KEY_logicaland</a></span>, <span class='object_link'><a href="Fox.html#KEY_logicalor-constant" title="Fox::KEY_logicalor (constant)">Fox::KEY_logicalor</a></span>, <span class='object_link'><a href="Fox.html#KEY_lowleftcorner-constant" title="Fox::KEY_lowleftcorner (constant)">Fox::KEY_lowleftcorner</a></span>, <span class='object_link'><a href="Fox.html#KEY_lowrightcorner-constant" title="Fox::KEY_lowrightcorner (constant)">Fox::KEY_lowrightcorner</a></span>, <span class='object_link'><a href="Fox.html#KEY_lstroke-constant" title="Fox::KEY_lstroke (constant)">Fox::KEY_lstroke</a></span>, <span class='object_link'><a href="Fox.html#KEY_m-constant" title="Fox::KEY_m (constant)">Fox::KEY_m</a></span>, <span class='object_link'><a href="Fox.html#KEY_macron-constant" title="Fox::KEY_macron (constant)">Fox::KEY_macron</a></span>, <span class='object_link'><a href="Fox.html#KEY_malesymbol-constant" title="Fox::KEY_malesymbol (constant)">Fox::KEY_malesymbol</a></span>, <span class='object_link'><a href="Fox.html#KEY_maltesecross-constant" title="Fox::KEY_maltesecross (constant)">Fox::KEY_maltesecross</a></span>, <span class='object_link'><a href="Fox.html#KEY_marker-constant" title="Fox::KEY_marker (constant)">Fox::KEY_marker</a></span>, <span class='object_link'><a href="Fox.html#KEY_masculine-constant" title="Fox::KEY_masculine (constant)">Fox::KEY_masculine</a></span>, <span class='object_link'><a href="Fox.html#KEY_minus-constant" title="Fox::KEY_minus (constant)">Fox::KEY_minus</a></span>, <span class='object_link'><a href="Fox.html#KEY_minutes-constant" title="Fox::KEY_minutes (constant)">Fox::KEY_minutes</a></span>, <span class='object_link'><a href="Fox.html#KEY_mu-constant" title="Fox::KEY_mu (constant)">Fox::KEY_mu</a></span>, <span class='object_link'><a href="Fox.html#KEY_multiply-constant" title="Fox::KEY_multiply (constant)">Fox::KEY_multiply</a></span>, <span class='object_link'><a href="Fox.html#KEY_musicalflat-constant" title="Fox::KEY_musicalflat (constant)">Fox::KEY_musicalflat</a></span>, <span class='object_link'><a href="Fox.html#KEY_musicalsharp-constant" title="Fox::KEY_musicalsharp (constant)">Fox::KEY_musicalsharp</a></span>, <span class='object_link'><a href="Fox.html#KEY_n-constant" title="Fox::KEY_n (constant)">Fox::KEY_n</a></span>, <span class='object_link'><a href="Fox.html#KEY_nabla-constant" title="Fox::KEY_nabla (constant)">Fox::KEY_nabla</a></span>, <span class='object_link'><a href="Fox.html#KEY_nacute-constant" title="Fox::KEY_nacute (constant)">Fox::KEY_nacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_ncaron-constant" title="Fox::KEY_ncaron (constant)">Fox::KEY_ncaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_ncedilla-constant" title="Fox::KEY_ncedilla (constant)">Fox::KEY_ncedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_nl-constant" title="Fox::KEY_nl (constant)">Fox::KEY_nl</a></span>, <span class='object_link'><a href="Fox.html#KEY_nobreakspace-constant" title="Fox::KEY_nobreakspace (constant)">Fox::KEY_nobreakspace</a></span>, <span class='object_link'><a href="Fox.html#KEY_notequal-constant" title="Fox::KEY_notequal (constant)">Fox::KEY_notequal</a></span>, <span class='object_link'><a href="Fox.html#KEY_notsign-constant" title="Fox::KEY_notsign (constant)">Fox::KEY_notsign</a></span>, <span class='object_link'><a href="Fox.html#KEY_ntilde-constant" title="Fox::KEY_ntilde (constant)">Fox::KEY_ntilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_numbersign-constant" title="Fox::KEY_numbersign (constant)">Fox::KEY_numbersign</a></span>, <span class='object_link'><a href="Fox.html#KEY_numerosign-constant" title="Fox::KEY_numerosign (constant)">Fox::KEY_numerosign</a></span>, <span class='object_link'><a href="Fox.html#KEY_o-constant" title="Fox::KEY_o (constant)">Fox::KEY_o</a></span>, <span class='object_link'><a href="Fox.html#KEY_oacute-constant" title="Fox::KEY_oacute (constant)">Fox::KEY_oacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_ocircumflex-constant" title="Fox::KEY_ocircumflex (constant)">Fox::KEY_ocircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_odiaeresis-constant" title="Fox::KEY_odiaeresis (constant)">Fox::KEY_odiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_odoubleacute-constant" title="Fox::KEY_odoubleacute (constant)">Fox::KEY_odoubleacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_ogonek-constant" title="Fox::KEY_ogonek (constant)">Fox::KEY_ogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_ograve-constant" title="Fox::KEY_ograve (constant)">Fox::KEY_ograve</a></span>, <span class='object_link'><a href="Fox.html#KEY_omacron-constant" title="Fox::KEY_omacron (constant)">Fox::KEY_omacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_oneeighth-constant" title="Fox::KEY_oneeighth (constant)">Fox::KEY_oneeighth</a></span>, <span class='object_link'><a href="Fox.html#KEY_onefifth-constant" title="Fox::KEY_onefifth (constant)">Fox::KEY_onefifth</a></span>, <span class='object_link'><a href="Fox.html#KEY_onehalf-constant" title="Fox::KEY_onehalf (constant)">Fox::KEY_onehalf</a></span>, <span class='object_link'><a href="Fox.html#KEY_onequarter-constant" title="Fox::KEY_onequarter (constant)">Fox::KEY_onequarter</a></span>, <span class='object_link'><a href="Fox.html#KEY_onesixth-constant" title="Fox::KEY_onesixth (constant)">Fox::KEY_onesixth</a></span>, <span class='object_link'><a href="Fox.html#KEY_onesuperior-constant" title="Fox::KEY_onesuperior (constant)">Fox::KEY_onesuperior</a></span>, <span class='object_link'><a href="Fox.html#KEY_onethird-constant" title="Fox::KEY_onethird (constant)">Fox::KEY_onethird</a></span>, <span class='object_link'><a href="Fox.html#KEY_openrectbullet-constant" title="Fox::KEY_openrectbullet (constant)">Fox::KEY_openrectbullet</a></span>, <span class='object_link'><a href="Fox.html#KEY_openstar-constant" title="Fox::KEY_openstar (constant)">Fox::KEY_openstar</a></span>, <span class='object_link'><a href="Fox.html#KEY_opentribulletdown-constant" title="Fox::KEY_opentribulletdown (constant)">Fox::KEY_opentribulletdown</a></span>, <span class='object_link'><a href="Fox.html#KEY_opentribulletup-constant" title="Fox::KEY_opentribulletup (constant)">Fox::KEY_opentribulletup</a></span>, <span class='object_link'><a href="Fox.html#KEY_ordfeminine-constant" title="Fox::KEY_ordfeminine (constant)">Fox::KEY_ordfeminine</a></span>, <span class='object_link'><a href="Fox.html#KEY_oslash-constant" title="Fox::KEY_oslash (constant)">Fox::KEY_oslash</a></span>, <span class='object_link'><a href="Fox.html#KEY_otilde-constant" title="Fox::KEY_otilde (constant)">Fox::KEY_otilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_overbar-constant" title="Fox::KEY_overbar (constant)">Fox::KEY_overbar</a></span>, <span class='object_link'><a href="Fox.html#KEY_overline-constant" title="Fox::KEY_overline (constant)">Fox::KEY_overline</a></span>, <span class='object_link'><a href="Fox.html#KEY_p-constant" title="Fox::KEY_p (constant)">Fox::KEY_p</a></span>, <span class='object_link'><a href="Fox.html#KEY_paragraph-constant" title="Fox::KEY_paragraph (constant)">Fox::KEY_paragraph</a></span>, <span class='object_link'><a href="Fox.html#KEY_parenleft-constant" title="Fox::KEY_parenleft (constant)">Fox::KEY_parenleft</a></span>, <span class='object_link'><a href="Fox.html#KEY_parenright-constant" title="Fox::KEY_parenright (constant)">Fox::KEY_parenright</a></span>, <span class='object_link'><a href="Fox.html#KEY_partialderivative-constant" title="Fox::KEY_partialderivative (constant)">Fox::KEY_partialderivative</a></span>, <span class='object_link'><a href="Fox.html#KEY_percent-constant" title="Fox::KEY_percent (constant)">Fox::KEY_percent</a></span>, <span class='object_link'><a href="Fox.html#KEY_period-constant" title="Fox::KEY_period (constant)">Fox::KEY_period</a></span>, <span class='object_link'><a href="Fox.html#KEY_periodcentered-constant" title="Fox::KEY_periodcentered (constant)">Fox::KEY_periodcentered</a></span>, <span class='object_link'><a href="Fox.html#KEY_phonographcopyright-constant" title="Fox::KEY_phonographcopyright (constant)">Fox::KEY_phonographcopyright</a></span>, <span class='object_link'><a href="Fox.html#KEY_plus-constant" title="Fox::KEY_plus (constant)">Fox::KEY_plus</a></span>, <span class='object_link'><a href="Fox.html#KEY_plusminus-constant" title="Fox::KEY_plusminus (constant)">Fox::KEY_plusminus</a></span>, <span class='object_link'><a href="Fox.html#KEY_prescription-constant" title="Fox::KEY_prescription (constant)">Fox::KEY_prescription</a></span>, <span class='object_link'><a href="Fox.html#KEY_prolongedsound-constant" title="Fox::KEY_prolongedsound (constant)">Fox::KEY_prolongedsound</a></span>, <span class='object_link'><a href="Fox.html#KEY_punctspace-constant" title="Fox::KEY_punctspace (constant)">Fox::KEY_punctspace</a></span>, <span class='object_link'><a href="Fox.html#KEY_q-constant" title="Fox::KEY_q (constant)">Fox::KEY_q</a></span>, <span class='object_link'><a href="Fox.html#KEY_quad-constant" title="Fox::KEY_quad (constant)">Fox::KEY_quad</a></span>, <span class='object_link'><a href="Fox.html#KEY_question-constant" title="Fox::KEY_question (constant)">Fox::KEY_question</a></span>, <span class='object_link'><a href="Fox.html#KEY_questiondown-constant" title="Fox::KEY_questiondown (constant)">Fox::KEY_questiondown</a></span>, <span class='object_link'><a href="Fox.html#KEY_quotedbl-constant" title="Fox::KEY_quotedbl (constant)">Fox::KEY_quotedbl</a></span>, <span class='object_link'><a href="Fox.html#KEY_quoteleft-constant" title="Fox::KEY_quoteleft (constant)">Fox::KEY_quoteleft</a></span>, <span class='object_link'><a href="Fox.html#KEY_quoteright-constant" title="Fox::KEY_quoteright (constant)">Fox::KEY_quoteright</a></span>, <span class='object_link'><a href="Fox.html#KEY_r-constant" title="Fox::KEY_r (constant)">Fox::KEY_r</a></span>, <span class='object_link'><a href="Fox.html#KEY_racute-constant" title="Fox::KEY_racute (constant)">Fox::KEY_racute</a></span>, <span class='object_link'><a href="Fox.html#KEY_radical-constant" title="Fox::KEY_radical (constant)">Fox::KEY_radical</a></span>, <span class='object_link'><a href="Fox.html#KEY_rcaron-constant" title="Fox::KEY_rcaron (constant)">Fox::KEY_rcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_rcedilla-constant" title="Fox::KEY_rcedilla (constant)">Fox::KEY_rcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_registered-constant" title="Fox::KEY_registered (constant)">Fox::KEY_registered</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightanglebracket-constant" title="Fox::KEY_rightanglebracket (constant)">Fox::KEY_rightanglebracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightarrow-constant" title="Fox::KEY_rightarrow (constant)">Fox::KEY_rightarrow</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightcaret-constant" title="Fox::KEY_rightcaret (constant)">Fox::KEY_rightcaret</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightdoublequotemark-constant" title="Fox::KEY_rightdoublequotemark (constant)">Fox::KEY_rightdoublequotemark</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightmiddlecurlybrace-constant" title="Fox::KEY_rightmiddlecurlybrace (constant)">Fox::KEY_rightmiddlecurlybrace</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightmiddlesummation-constant" title="Fox::KEY_rightmiddlesummation (constant)">Fox::KEY_rightmiddlesummation</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightopentriangle-constant" title="Fox::KEY_rightopentriangle (constant)">Fox::KEY_rightopentriangle</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightpointer-constant" title="Fox::KEY_rightpointer (constant)">Fox::KEY_rightpointer</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightshoe-constant" title="Fox::KEY_rightshoe (constant)">Fox::KEY_rightshoe</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightsinglequotemark-constant" title="Fox::KEY_rightsinglequotemark (constant)">Fox::KEY_rightsinglequotemark</a></span>, <span class='object_link'><a href="Fox.html#KEY_rightt-constant" title="Fox::KEY_rightt (constant)">Fox::KEY_rightt</a></span>, <span class='object_link'><a href="Fox.html#KEY_righttack-constant" title="Fox::KEY_righttack (constant)">Fox::KEY_righttack</a></span>, <span class='object_link'><a href="Fox.html#KEY_s-constant" title="Fox::KEY_s (constant)">Fox::KEY_s</a></span>, <span class='object_link'><a href="Fox.html#KEY_sacute-constant" title="Fox::KEY_sacute (constant)">Fox::KEY_sacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_scaron-constant" title="Fox::KEY_scaron (constant)">Fox::KEY_scaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_scedilla-constant" title="Fox::KEY_scedilla (constant)">Fox::KEY_scedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_scircumflex-constant" title="Fox::KEY_scircumflex (constant)">Fox::KEY_scircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_script_switch-constant" title="Fox::KEY_script_switch (constant)">Fox::KEY_script_switch</a></span>, <span class='object_link'><a href="Fox.html#KEY_seconds-constant" title="Fox::KEY_seconds (constant)">Fox::KEY_seconds</a></span>, <span class='object_link'><a href="Fox.html#KEY_section-constant" title="Fox::KEY_section (constant)">Fox::KEY_section</a></span>, <span class='object_link'><a href="Fox.html#KEY_semicolon-constant" title="Fox::KEY_semicolon (constant)">Fox::KEY_semicolon</a></span>, <span class='object_link'><a href="Fox.html#KEY_semivoicedsound-constant" title="Fox::KEY_semivoicedsound (constant)">Fox::KEY_semivoicedsound</a></span>, <span class='object_link'><a href="Fox.html#KEY_seveneighths-constant" title="Fox::KEY_seveneighths (constant)">Fox::KEY_seveneighths</a></span>, <span class='object_link'><a href="Fox.html#KEY_signaturemark-constant" title="Fox::KEY_signaturemark (constant)">Fox::KEY_signaturemark</a></span>, <span class='object_link'><a href="Fox.html#KEY_signifblank-constant" title="Fox::KEY_signifblank (constant)">Fox::KEY_signifblank</a></span>, <span class='object_link'><a href="Fox.html#KEY_similarequal-constant" title="Fox::KEY_similarequal (constant)">Fox::KEY_similarequal</a></span>, <span class='object_link'><a href="Fox.html#KEY_singlelowquotemark-constant" title="Fox::KEY_singlelowquotemark (constant)">Fox::KEY_singlelowquotemark</a></span>, <span class='object_link'><a href="Fox.html#KEY_slash-constant" title="Fox::KEY_slash (constant)">Fox::KEY_slash</a></span>, <span class='object_link'><a href="Fox.html#KEY_soliddiamond-constant" title="Fox::KEY_soliddiamond (constant)">Fox::KEY_soliddiamond</a></span>, <span class='object_link'><a href="Fox.html#KEY_space-constant" title="Fox::KEY_space (constant)">Fox::KEY_space</a></span>, <span class='object_link'><a href="Fox.html#KEY_ssharp-constant" title="Fox::KEY_ssharp (constant)">Fox::KEY_ssharp</a></span>, <span class='object_link'><a href="Fox.html#KEY_sterling-constant" title="Fox::KEY_sterling (constant)">Fox::KEY_sterling</a></span>, <span class='object_link'><a href="Fox.html#KEY_t-constant" title="Fox::KEY_t (constant)">Fox::KEY_t</a></span>, <span class='object_link'><a href="Fox.html#KEY_tcaron-constant" title="Fox::KEY_tcaron (constant)">Fox::KEY_tcaron</a></span>, <span class='object_link'><a href="Fox.html#KEY_tcedilla-constant" title="Fox::KEY_tcedilla (constant)">Fox::KEY_tcedilla</a></span>, <span class='object_link'><a href="Fox.html#KEY_telephone-constant" title="Fox::KEY_telephone (constant)">Fox::KEY_telephone</a></span>, <span class='object_link'><a href="Fox.html#KEY_telephonerecorder-constant" title="Fox::KEY_telephonerecorder (constant)">Fox::KEY_telephonerecorder</a></span>, <span class='object_link'><a href="Fox.html#KEY_therefore-constant" title="Fox::KEY_therefore (constant)">Fox::KEY_therefore</a></span>, <span class='object_link'><a href="Fox.html#KEY_thinspace-constant" title="Fox::KEY_thinspace (constant)">Fox::KEY_thinspace</a></span>, <span class='object_link'><a href="Fox.html#KEY_thorn-constant" title="Fox::KEY_thorn (constant)">Fox::KEY_thorn</a></span>, <span class='object_link'><a href="Fox.html#KEY_threeeighths-constant" title="Fox::KEY_threeeighths (constant)">Fox::KEY_threeeighths</a></span>, <span class='object_link'><a href="Fox.html#KEY_threefifths-constant" title="Fox::KEY_threefifths (constant)">Fox::KEY_threefifths</a></span>, <span class='object_link'><a href="Fox.html#KEY_threequarters-constant" title="Fox::KEY_threequarters (constant)">Fox::KEY_threequarters</a></span>, <span class='object_link'><a href="Fox.html#KEY_threesuperior-constant" title="Fox::KEY_threesuperior (constant)">Fox::KEY_threesuperior</a></span>, <span class='object_link'><a href="Fox.html#KEY_topintegral-constant" title="Fox::KEY_topintegral (constant)">Fox::KEY_topintegral</a></span>, <span class='object_link'><a href="Fox.html#KEY_topleftparens-constant" title="Fox::KEY_topleftparens (constant)">Fox::KEY_topleftparens</a></span>, <span class='object_link'><a href="Fox.html#KEY_topleftradical-constant" title="Fox::KEY_topleftradical (constant)">Fox::KEY_topleftradical</a></span>, <span class='object_link'><a href="Fox.html#KEY_topleftsqbracket-constant" title="Fox::KEY_topleftsqbracket (constant)">Fox::KEY_topleftsqbracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_topleftsummation-constant" title="Fox::KEY_topleftsummation (constant)">Fox::KEY_topleftsummation</a></span>, <span class='object_link'><a href="Fox.html#KEY_toprightparens-constant" title="Fox::KEY_toprightparens (constant)">Fox::KEY_toprightparens</a></span>, <span class='object_link'><a href="Fox.html#KEY_toprightsqbracket-constant" title="Fox::KEY_toprightsqbracket (constant)">Fox::KEY_toprightsqbracket</a></span>, <span class='object_link'><a href="Fox.html#KEY_toprightsummation-constant" title="Fox::KEY_toprightsummation (constant)">Fox::KEY_toprightsummation</a></span>, <span class='object_link'><a href="Fox.html#KEY_topt-constant" title="Fox::KEY_topt (constant)">Fox::KEY_topt</a></span>, <span class='object_link'><a href="Fox.html#KEY_topvertsummationconnector-constant" title="Fox::KEY_topvertsummationconnector (constant)">Fox::KEY_topvertsummationconnector</a></span>, <span class='object_link'><a href="Fox.html#KEY_trademark-constant" title="Fox::KEY_trademark (constant)">Fox::KEY_trademark</a></span>, <span class='object_link'><a href="Fox.html#KEY_trademarkincircle-constant" title="Fox::KEY_trademarkincircle (constant)">Fox::KEY_trademarkincircle</a></span>, <span class='object_link'><a href="Fox.html#KEY_tslash-constant" title="Fox::KEY_tslash (constant)">Fox::KEY_tslash</a></span>, <span class='object_link'><a href="Fox.html#KEY_twofifths-constant" title="Fox::KEY_twofifths (constant)">Fox::KEY_twofifths</a></span>, <span class='object_link'><a href="Fox.html#KEY_twosuperior-constant" title="Fox::KEY_twosuperior (constant)">Fox::KEY_twosuperior</a></span>, <span class='object_link'><a href="Fox.html#KEY_twothirds-constant" title="Fox::KEY_twothirds (constant)">Fox::KEY_twothirds</a></span>, <span class='object_link'><a href="Fox.html#KEY_u-constant" title="Fox::KEY_u (constant)">Fox::KEY_u</a></span>, <span class='object_link'><a href="Fox.html#KEY_uacute-constant" title="Fox::KEY_uacute (constant)">Fox::KEY_uacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_ubreve-constant" title="Fox::KEY_ubreve (constant)">Fox::KEY_ubreve</a></span>, <span class='object_link'><a href="Fox.html#KEY_ucircumflex-constant" title="Fox::KEY_ucircumflex (constant)">Fox::KEY_ucircumflex</a></span>, <span class='object_link'><a href="Fox.html#KEY_udiaeresis-constant" title="Fox::KEY_udiaeresis (constant)">Fox::KEY_udiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_udoubleacute-constant" title="Fox::KEY_udoubleacute (constant)">Fox::KEY_udoubleacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_ugrave-constant" title="Fox::KEY_ugrave (constant)">Fox::KEY_ugrave</a></span>, <span class='object_link'><a href="Fox.html#KEY_umacron-constant" title="Fox::KEY_umacron (constant)">Fox::KEY_umacron</a></span>, <span class='object_link'><a href="Fox.html#KEY_underbar-constant" title="Fox::KEY_underbar (constant)">Fox::KEY_underbar</a></span>, <span class='object_link'><a href="Fox.html#KEY_underscore-constant" title="Fox::KEY_underscore (constant)">Fox::KEY_underscore</a></span>, <span class='object_link'><a href="Fox.html#KEY_union-constant" title="Fox::KEY_union (constant)">Fox::KEY_union</a></span>, <span class='object_link'><a href="Fox.html#KEY_uogonek-constant" title="Fox::KEY_uogonek (constant)">Fox::KEY_uogonek</a></span>, <span class='object_link'><a href="Fox.html#KEY_uparrow-constant" title="Fox::KEY_uparrow (constant)">Fox::KEY_uparrow</a></span>, <span class='object_link'><a href="Fox.html#KEY_upcaret-constant" title="Fox::KEY_upcaret (constant)">Fox::KEY_upcaret</a></span>, <span class='object_link'><a href="Fox.html#KEY_upleftcorner-constant" title="Fox::KEY_upleftcorner (constant)">Fox::KEY_upleftcorner</a></span>, <span class='object_link'><a href="Fox.html#KEY_uprightcorner-constant" title="Fox::KEY_uprightcorner (constant)">Fox::KEY_uprightcorner</a></span>, <span class='object_link'><a href="Fox.html#KEY_upshoe-constant" title="Fox::KEY_upshoe (constant)">Fox::KEY_upshoe</a></span>, <span class='object_link'><a href="Fox.html#KEY_upstile-constant" title="Fox::KEY_upstile (constant)">Fox::KEY_upstile</a></span>, <span class='object_link'><a href="Fox.html#KEY_uptack-constant" title="Fox::KEY_uptack (constant)">Fox::KEY_uptack</a></span>, <span class='object_link'><a href="Fox.html#KEY_uring-constant" title="Fox::KEY_uring (constant)">Fox::KEY_uring</a></span>, <span class='object_link'><a href="Fox.html#KEY_utilde-constant" title="Fox::KEY_utilde (constant)">Fox::KEY_utilde</a></span>, <span class='object_link'><a href="Fox.html#KEY_v-constant" title="Fox::KEY_v (constant)">Fox::KEY_v</a></span>, <span class='object_link'><a href="Fox.html#KEY_variation-constant" title="Fox::KEY_variation (constant)">Fox::KEY_variation</a></span>, <span class='object_link'><a href="Fox.html#KEY_vertbar-constant" title="Fox::KEY_vertbar (constant)">Fox::KEY_vertbar</a></span>, <span class='object_link'><a href="Fox.html#KEY_vertconnector-constant" title="Fox::KEY_vertconnector (constant)">Fox::KEY_vertconnector</a></span>, <span class='object_link'><a href="Fox.html#KEY_voicedsound-constant" title="Fox::KEY_voicedsound (constant)">Fox::KEY_voicedsound</a></span>, <span class='object_link'><a href="Fox.html#KEY_vt-constant" title="Fox::KEY_vt (constant)">Fox::KEY_vt</a></span>, <span class='object_link'><a href="Fox.html#KEY_w-constant" title="Fox::KEY_w (constant)">Fox::KEY_w</a></span>, <span class='object_link'><a href="Fox.html#KEY_x-constant" title="Fox::KEY_x (constant)">Fox::KEY_x</a></span>, <span class='object_link'><a href="Fox.html#KEY_y-constant" title="Fox::KEY_y (constant)">Fox::KEY_y</a></span>, <span class='object_link'><a href="Fox.html#KEY_yacute-constant" title="Fox::KEY_yacute (constant)">Fox::KEY_yacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_ydiaeresis-constant" title="Fox::KEY_ydiaeresis (constant)">Fox::KEY_ydiaeresis</a></span>, <span class='object_link'><a href="Fox.html#KEY_yen-constant" title="Fox::KEY_yen (constant)">Fox::KEY_yen</a></span>, <span class='object_link'><a href="Fox.html#KEY_z-constant" title="Fox::KEY_z (constant)">Fox::KEY_z</a></span>, <span class='object_link'><a href="Fox.html#KEY_zabovedot-constant" title="Fox::KEY_zabovedot (constant)">Fox::KEY_zabovedot</a></span>, <span class='object_link'><a href="Fox.html#KEY_zacute-constant" title="Fox::KEY_zacute (constant)">Fox::KEY_zacute</a></span>, <span class='object_link'><a href="Fox.html#KEY_zcaron-constant" title="Fox::KEY_zcaron (constant)">Fox::KEY_zcaron</a></span></p>
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
<h2>
|
111
|
+
Instance Method Summary
|
112
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
113
|
+
</h2>
|
114
|
+
|
115
|
+
<ul class="summary">
|
116
|
+
|
117
|
+
<li class="public ">
|
118
|
+
<span class="summary_signature">
|
119
|
+
|
120
|
+
<a href="top-level-namespace.html#enum-instance_method" title="#enum (instance method)">#<strong>enum</strong>(start, count) ⇒ Object </a>
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
</span>
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
<span class="summary_desc"><div class='inline'>
|
135
|
+
<p>Enumeration.</p>
|
136
|
+
</div></span>
|
137
|
+
|
138
|
+
</li>
|
139
|
+
|
140
|
+
|
141
|
+
</ul>
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
<h3 class="inherited">Methods included from <span class='object_link'><a href="Fox.html" title="Fox (module)">Fox</a></span></h3>
|
154
|
+
<p class="inherited"><span class='object_link'><a href="Fox.html#FXALPHAVAL-class_method" title="Fox.FXALPHAVAL (method)">FXALPHAVAL</a></span>, <span class='object_link'><a href="Fox.html#FXBLUEVAL-class_method" title="Fox.FXBLUEVAL (method)">FXBLUEVAL</a></span>, <span class='object_link'><a href="Fox.html#FXGREENVAL-class_method" title="Fox.FXGREENVAL (method)">FXGREENVAL</a></span>, <span class='object_link'><a href="Fox.html#FXREDVAL-class_method" title="Fox.FXREDVAL (method)">FXREDVAL</a></span>, <span class='object_link'><a href="Fox.html#FXRGB-class_method" title="Fox.FXRGB (method)">FXRGB</a></span>, <span class='object_link'><a href="Fox.html#FXRGBA-class_method" title="Fox.FXRGBA (method)">FXRGBA</a></span>, <span class='object_link'><a href="Fox.html#FXRGBACOMPVAL-class_method" title="Fox.FXRGBACOMPVAL (method)">FXRGBACOMPVAL</a></span>, <span class='object_link'><a href="Fox.html#FXSELID-class_method" title="Fox.FXSELID (method)">FXSELID</a></span>, <span class='object_link'><a href="Fox.html#FXSELTYPE-class_method" title="Fox.FXSELTYPE (method)">FXSELTYPE</a></span>, <span class='object_link'><a href="Fox.html#MKUINT-class_method" title="Fox.MKUINT (method)">MKUINT</a></span>, <span class='object_link'><a href="Fox.html#findHotKey-instance_method" title="Fox#findHotKey (method)">#findHotKey</a></span>, <span class='object_link'><a href="Fox.html#fxTraceLevel-class_method" title="Fox.fxTraceLevel (method)">fxTraceLevel</a></span>, <span class='object_link'><a href="Fox.html#fxcheckBMP-class_method" title="Fox.fxcheckBMP (method)">fxcheckBMP</a></span>, <span class='object_link'><a href="Fox.html#fxcheckGIF-class_method" title="Fox.fxcheckGIF (method)">fxcheckGIF</a></span>, <span class='object_link'><a href="Fox.html#fxcheckICO-class_method" title="Fox.fxcheckICO (method)">fxcheckICO</a></span>, <span class='object_link'><a href="Fox.html#fxcheckJPG-class_method" title="Fox.fxcheckJPG (method)">fxcheckJPG</a></span>, <span class='object_link'><a href="Fox.html#fxcheckPCX-class_method" title="Fox.fxcheckPCX (method)">fxcheckPCX</a></span>, <span class='object_link'><a href="Fox.html#fxcheckPNG-class_method" title="Fox.fxcheckPNG (method)">fxcheckPNG</a></span>, <span class='object_link'><a href="Fox.html#fxcheckPPM-class_method" title="Fox.fxcheckPPM (method)">fxcheckPPM</a></span>, <span class='object_link'><a href="Fox.html#fxcheckRGB-class_method" title="Fox.fxcheckRGB (method)">fxcheckRGB</a></span>, <span class='object_link'><a href="Fox.html#fxcheckTGA-class_method" title="Fox.fxcheckTGA (method)">fxcheckTGA</a></span>, <span class='object_link'><a href="Fox.html#fxcheckTIF-class_method" title="Fox.fxcheckTIF (method)">fxcheckTIF</a></span>, <span class='object_link'><a href="Fox.html#fxcheckXBM-class_method" title="Fox.fxcheckXBM (method)">fxcheckXBM</a></span>, <span class='object_link'><a href="Fox.html#fxcheckXPM-class_method" title="Fox.fxcheckXPM (method)">fxcheckXPM</a></span>, <span class='object_link'><a href="Fox.html#fxcolorfromname-class_method" title="Fox.fxcolorfromname (method)">fxcolorfromname</a></span>, <span class='object_link'><a href="Fox.html#fxdecodeColorData-class_method" title="Fox.fxdecodeColorData (method)">fxdecodeColorData</a></span>, <span class='object_link'><a href="Fox.html#fxdecodeStringData-class_method" title="Fox.fxdecodeStringData (method)">fxdecodeStringData</a></span>, <span class='object_link'><a href="Fox.html#fxencodeColorData-class_method" title="Fox.fxencodeColorData (method)">fxencodeColorData</a></span>, <span class='object_link'><a href="Fox.html#fxencodeStringData-class_method" title="Fox.fxencodeStringData (method)">fxencodeStringData</a></span>, <span class='object_link'><a href="Fox.html#fxfindhotkeyoffset-class_method" title="Fox.fxfindhotkeyoffset (method)">fxfindhotkeyoffset</a></span>, <span class='object_link'><a href="Fox.html#fxhsv_to_rgb-class_method" title="Fox.fxhsv_to_rgb (method)">fxhsv_to_rgb</a></span>, <span class='object_link'><a href="Fox.html#fxloadBMP-class_method" title="Fox.fxloadBMP (method)">fxloadBMP</a></span>, <span class='object_link'><a href="Fox.html#fxloadGIF-class_method" title="Fox.fxloadGIF (method)">fxloadGIF</a></span>, <span class='object_link'><a href="Fox.html#fxloadICO-class_method" title="Fox.fxloadICO (method)">fxloadICO</a></span>, <span class='object_link'><a href="Fox.html#fxloadJPG-class_method" title="Fox.fxloadJPG (method)">fxloadJPG</a></span>, <span class='object_link'><a href="Fox.html#fxloadPCX-class_method" title="Fox.fxloadPCX (method)">fxloadPCX</a></span>, <span class='object_link'><a href="Fox.html#fxloadPNG-class_method" title="Fox.fxloadPNG (method)">fxloadPNG</a></span>, <span class='object_link'><a href="Fox.html#fxloadRGB-class_method" title="Fox.fxloadRGB (method)">fxloadRGB</a></span>, <span class='object_link'><a href="Fox.html#fxloadTGA-class_method" title="Fox.fxloadTGA (method)">fxloadTGA</a></span>, <span class='object_link'><a href="Fox.html#fxloadTIF-class_method" title="Fox.fxloadTIF (method)">fxloadTIF</a></span>, <span class='object_link'><a href="Fox.html#fxloadXPM-class_method" title="Fox.fxloadXPM (method)">fxloadXPM</a></span>, <span class='object_link'><a href="Fox.html#fxnamefromcolor-class_method" title="Fox.fxnamefromcolor (method)">fxnamefromcolor</a></span>, <span class='object_link'><a href="Fox.html#fxparseAccel-class_method" title="Fox.fxparseAccel (method)">fxparseAccel</a></span>, <span class='object_link'><a href="Fox.html#fxparseHotKey-class_method" title="Fox.fxparseHotKey (method)">fxparseHotKey</a></span>, <span class='object_link'><a href="Fox.html#fxrgb_to_hsv-class_method" title="Fox.fxrgb_to_hsv (method)">fxrgb_to_hsv</a></span>, <span class='object_link'><a href="Fox.html#fxrubyversion-class_method" title="Fox.fxrubyversion (method)">fxrubyversion</a></span>, <span class='object_link'><a href="Fox.html#fxsaveBMP-class_method" title="Fox.fxsaveBMP (method)">fxsaveBMP</a></span>, <span class='object_link'><a href="Fox.html#fxsaveGIF-class_method" title="Fox.fxsaveGIF (method)">fxsaveGIF</a></span>, <span class='object_link'><a href="Fox.html#fxsaveICO-class_method" title="Fox.fxsaveICO (method)">fxsaveICO</a></span>, <span class='object_link'><a href="Fox.html#fxsaveJPG-class_method" title="Fox.fxsaveJPG (method)">fxsaveJPG</a></span>, <span class='object_link'><a href="Fox.html#fxsavePCX-class_method" title="Fox.fxsavePCX (method)">fxsavePCX</a></span>, <span class='object_link'><a href="Fox.html#fxsavePNG-class_method" title="Fox.fxsavePNG (method)">fxsavePNG</a></span>, <span class='object_link'><a href="Fox.html#fxsaveRGB-class_method" title="Fox.fxsaveRGB (method)">fxsaveRGB</a></span>, <span class='object_link'><a href="Fox.html#fxsaveTGA-class_method" title="Fox.fxsaveTGA (method)">fxsaveTGA</a></span>, <span class='object_link'><a href="Fox.html#fxsaveTIF-class_method" title="Fox.fxsaveTIF (method)">fxsaveTIF</a></span>, <span class='object_link'><a href="Fox.html#fxsaveXPM-instance_method" title="Fox#fxsaveXPM (method)">#fxsaveXPM</a></span>, <span class='object_link'><a href="Fox.html#fxversion-class_method" title="Fox.fxversion (method)">fxversion</a></span>, <span class='object_link'><a href="Fox.html#makeHiliteColor-class_method" title="Fox.makeHiliteColor (method)">makeHiliteColor</a></span>, <span class='object_link'><a href="Fox.html#makeShadowColor-class_method" title="Fox.makeShadowColor (method)">makeShadowColor</a></span>, <span class='object_link'><a href="Fox.html#parseAccel-instance_method" title="Fox#parseAccel (method)">#parseAccel</a></span>, <span class='object_link'><a href="Fox.html#parseHotKey-instance_method" title="Fox#parseHotKey (method)">#parseHotKey</a></span>, <span class='object_link'><a href="Fox.html#stripHotKey-instance_method" title="Fox#stripHotKey (method)">#stripHotKey</a></span>, <span class='object_link'><a href="Fox.html#unparseAccel-instance_method" title="Fox#unparseAccel (method)">#unparseAccel</a></span></p>
|
155
|
+
|
156
|
+
|
157
|
+
<div id="instance_method_details" class="method_details_list">
|
158
|
+
<h2>Instance Method Details</h2>
|
159
|
+
|
160
|
+
|
161
|
+
<div class="method_details first">
|
162
|
+
<h3 class="signature first" id="enum-instance_method">
|
163
|
+
|
164
|
+
#<strong>enum</strong>(start, count) ⇒ <tt>Object</tt>
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
</h3><div class="docstring">
|
171
|
+
<div class="discussion">
|
172
|
+
|
173
|
+
<p>Enumeration</p>
|
174
|
+
|
175
|
+
|
176
|
+
</div>
|
177
|
+
</div>
|
178
|
+
<div class="tags">
|
179
|
+
|
180
|
+
|
181
|
+
</div><table class="source_code">
|
182
|
+
<tr>
|
183
|
+
<td>
|
184
|
+
<pre class="lines">
|
185
|
+
|
186
|
+
|
187
|
+
2
|
188
|
+
3
|
189
|
+
4</pre>
|
190
|
+
</td>
|
191
|
+
<td>
|
192
|
+
<pre class="code"><span class="info file"># File 'lib/fox16/responder.rb', line 2</span>
|
193
|
+
|
194
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_enum'>enum</span><span class='lparen'>(</span><span class='id identifier rubyid_start'>start</span><span class='comma'>,</span> <span class='id identifier rubyid_count'>count</span><span class='rparen'>)</span>
|
195
|
+
<span class='lparen'>(</span><span class='id identifier rubyid_start'>start</span><span class='op'>...</span><span class='lparen'>(</span><span class='id identifier rubyid_start'>start</span><span class='op'>+</span><span class='id identifier rubyid_count'>count</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_a'>to_a</span>
|
196
|
+
<span class='kw'>end</span></pre>
|
197
|
+
</td>
|
198
|
+
</tr>
|
199
|
+
</table>
|
200
|
+
</div>
|
201
|
+
|
202
|
+
</div>
|
203
|
+
|
204
|
+
</div>
|
205
|
+
|
206
|
+
<div id="footer">
|
207
|
+
Generated on Fri Nov 27 21:10:33 2020 by
|
208
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
209
|
+
0.9.24 (ruby-2.7.2).
|
210
|
+
</div>
|
211
|
+
|
212
|
+
</div>
|
213
|
+
</body>
|
214
|
+
</html>
|
data/examples/canvasdemo.rb
CHANGED
@@ -52,6 +52,8 @@ class CanvasDemo < FXMainWindow
|
|
52
52
|
FXMenuTitle.new(menu_bar, "&Edit", nil, edit_menu)
|
53
53
|
FXMenuTitle.new(menu_bar, "&Help", nil, help_menu)
|
54
54
|
|
55
|
+
@birdImage = FXPNGImage.new(app, File.binread(File.expand_path("../icons/dippy.png", __FILE__)))
|
56
|
+
|
55
57
|
# Status bar
|
56
58
|
FXStatusBar.new(self,
|
57
59
|
LAYOUT_SIDE_BOTTOM|LAYOUT_FILL_X|STATUSBAR_WITH_DRAGCORNER)
|
@@ -70,12 +72,14 @@ class CanvasDemo < FXMainWindow
|
|
70
72
|
scene.addShape(CircleShape.new(50, 50, 20))
|
71
73
|
scene.addShape(LineShape.new(10, 10, 70, 70))
|
72
74
|
scene.addShape(RectangleShape.new(90, 90, 30, 40))
|
73
|
-
scene.addShape(TextShape.new(
|
75
|
+
scene.addShape(TextShape.new(100, 40, 50, 15, "Hello g!"))
|
76
|
+
scene.addShape(ImageShape.new(160, 5, @birdImage ))
|
74
77
|
scene
|
75
78
|
end
|
76
79
|
|
77
80
|
def create
|
78
81
|
super
|
82
|
+
@birdImage.create
|
79
83
|
show(PLACEMENT_SCREEN)
|
80
84
|
end
|
81
85
|
end
|
data/examples/gltest.rb
CHANGED
@@ -3,73 +3,127 @@
|
|
3
3
|
require 'fox16'
|
4
4
|
begin
|
5
5
|
require 'opengl'
|
6
|
-
require 'glu'
|
7
6
|
rescue LoadError
|
8
7
|
require 'fox16/missingdep'
|
9
8
|
MSG = <<EOM
|
10
|
-
Sorry, this example depends on the opengl gems. Please execute:
|
11
|
-
gem install opengl
|
9
|
+
Sorry, this example depends on the opengl-bindings gems. Please execute:
|
10
|
+
gem install opengl-bindings
|
12
11
|
EOM
|
13
12
|
missingDependency(MSG)
|
14
13
|
end
|
15
14
|
|
16
15
|
|
17
|
-
include Fox
|
18
16
|
|
19
|
-
class GLTestWindow < FXMainWindow
|
17
|
+
class GLTestWindow < Fox::FXMainWindow
|
18
|
+
include Fox
|
19
|
+
include OpenGL
|
20
20
|
|
21
21
|
# How often our timer will fire (in milliseconds)
|
22
22
|
TIMER_INTERVAL = 100
|
23
23
|
|
24
24
|
# Draws a simple box using the given corners
|
25
25
|
def drawBox(xmin, ymin, zmin, xmax, ymax, zmax)
|
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
|
-
|
26
|
+
glBegin(GL_TRIANGLE_STRIP)
|
27
|
+
glNormal3d(0.0, 0.0, -1.0)
|
28
|
+
glVertex3d(xmin, ymin, zmin)
|
29
|
+
glVertex3d(xmin, ymax, zmin)
|
30
|
+
glVertex3d(xmax, ymin, zmin)
|
31
|
+
glVertex3d(xmax, ymax, zmin)
|
32
|
+
glEnd()
|
33
|
+
|
34
|
+
glBegin(GL_TRIANGLE_STRIP)
|
35
|
+
glNormal3d(1.0, 0.0, 0.0)
|
36
|
+
glVertex3d(xmax, ymin, zmin)
|
37
|
+
glVertex3d(xmax, ymax, zmin)
|
38
|
+
glVertex3d(xmax, ymin, zmax)
|
39
|
+
glVertex3d(xmax, ymax, zmax)
|
40
|
+
glEnd()
|
41
|
+
|
42
|
+
glBegin(GL_TRIANGLE_STRIP)
|
43
|
+
glNormal3d(0.0, 0.0, 1.0)
|
44
|
+
glVertex3d(xmax, ymin, zmax)
|
45
|
+
glVertex3d(xmax, ymax, zmax)
|
46
|
+
glVertex3d(xmin, ymin, zmax)
|
47
|
+
glVertex3d(xmin, ymax, zmax)
|
48
|
+
glEnd()
|
49
|
+
|
50
|
+
glBegin(GL_TRIANGLE_STRIP)
|
51
|
+
glNormal3d(-1.0, 0.0, 0.0)
|
52
|
+
glVertex3d(xmin, ymin, zmax)
|
53
|
+
glVertex3d(xmin, ymax, zmax)
|
54
|
+
glVertex3d(xmin, ymin, zmin)
|
55
|
+
glVertex3d(xmin, ymax, zmin)
|
56
|
+
glEnd()
|
57
|
+
|
58
|
+
glBegin(GL_TRIANGLE_STRIP)
|
59
|
+
glNormal3d(0.0, 1.0, 0.0)
|
60
|
+
glVertex3d(xmin, ymax, zmin)
|
61
|
+
glVertex3d(xmin, ymax, zmax)
|
62
|
+
glVertex3d(xmax, ymax, zmin)
|
63
|
+
glVertex3d(xmax, ymax, zmax)
|
64
|
+
glEnd()
|
65
|
+
|
66
|
+
glBegin(GL_TRIANGLE_STRIP)
|
67
|
+
glNormal3d(0.0, -1.0, 0.0)
|
68
|
+
glVertex3d(xmax, ymin, zmax)
|
69
|
+
glVertex3d(xmax, ymin, zmin)
|
70
|
+
glVertex3d(xmin, ymin, zmax)
|
71
|
+
glVertex3d(xmin, ymin, zmin)
|
72
|
+
glEnd()
|
73
|
+
end
|
74
|
+
|
75
|
+
def gluPerspective(fovY, aspect, zNear, zFar )
|
76
|
+
fH = Math.tan( fovY / 360 * Math::PI ) * zNear;
|
77
|
+
fW = fH * aspect;
|
78
|
+
|
79
|
+
glFrustum( -fW, fW, -fH, fH, zNear, zFar );
|
80
|
+
end
|
81
|
+
|
82
|
+
# Define our own version of gluLookAt() to avoid dependency to deprecated GLU library
|
83
|
+
def gluLookAt(ex, ey, ez,
|
84
|
+
lx, ly, lz,
|
85
|
+
ux, uy, uz )
|
86
|
+
z0 = ex - lx
|
87
|
+
z1 = ey - ly
|
88
|
+
z2 = ez - lz
|
89
|
+
l = z0*z0+z1*z1+z2*z2
|
90
|
+
if l != 0 then
|
91
|
+
l = 1.0 / Math.sqrt(l)
|
92
|
+
z0 *= l
|
93
|
+
z1 *= l
|
94
|
+
z2 *= l
|
95
|
+
end
|
96
|
+
|
97
|
+
x0 = uy*z2-uz*z1
|
98
|
+
x1 = -ux*z2+uz*z0
|
99
|
+
x2 = ux*z1-uy*z0
|
100
|
+
l = x0*x0+x1*x1+x2*x2
|
101
|
+
if l != 0 then
|
102
|
+
l = 1.0 / Math.sqrt(l)
|
103
|
+
x0 *= l
|
104
|
+
x1 *= l
|
105
|
+
x2 *= l
|
106
|
+
end
|
107
|
+
|
108
|
+
y0 = z1*x2-z2*x1
|
109
|
+
y1 = -z0*x2+z2*x0
|
110
|
+
y2 = z0*x1-z1*x0
|
111
|
+
l = y0*y0+y1*y1+y2*y2
|
112
|
+
if l != 0 then
|
113
|
+
l = 1.0 / Math.sqrt(l)
|
114
|
+
y0 *= l
|
115
|
+
y1 *= l
|
116
|
+
y2 *= l
|
117
|
+
end
|
118
|
+
|
119
|
+
m4x4 = [
|
120
|
+
x0,y0,z0,0,
|
121
|
+
x1,y1,z1,0,
|
122
|
+
x2,y2,z2,0,
|
123
|
+
0, 0, 0,1,
|
124
|
+
].pack("d*")
|
125
|
+
glMultMatrixd m4x4
|
126
|
+
glTranslated -ex,-ey,-ez
|
73
127
|
end
|
74
128
|
|
75
129
|
# Draw the GL scene
|
@@ -87,80 +141,80 @@ class GLTestWindow < FXMainWindow
|
|
87
141
|
# Make context current
|
88
142
|
@glcanvas.makeCurrent()
|
89
143
|
|
90
|
-
|
144
|
+
glViewport(0, 0, @glcanvas.width, @glcanvas.height)
|
91
145
|
|
92
|
-
|
93
|
-
|
94
|
-
|
146
|
+
glClearColor(1.0, 1.0, 1.0, 1.0)
|
147
|
+
glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT)
|
148
|
+
glEnable(GL_DEPTH_TEST)
|
95
149
|
|
96
|
-
|
150
|
+
glDisable(GL_DITHER)
|
97
151
|
|
98
|
-
|
99
|
-
|
100
|
-
|
152
|
+
glMatrixMode(GL_PROJECTION)
|
153
|
+
glLoadIdentity()
|
154
|
+
gluPerspective(30.0, aspect, 1.0, 100.0)
|
101
155
|
|
102
|
-
|
103
|
-
|
104
|
-
|
156
|
+
glMatrixMode(GL_MODELVIEW)
|
157
|
+
glLoadIdentity()
|
158
|
+
gluLookAt(5.0, 10.0, 15.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0)
|
105
159
|
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
160
|
+
glShadeModel(GL_SMOOTH)
|
161
|
+
glLightfv(GL_LIGHT0, GL_POSITION, lightPosition.pack("f*"))
|
162
|
+
glLightfv(GL_LIGHT0, GL_AMBIENT, lightAmbient.pack("f*"))
|
163
|
+
glLightfv(GL_LIGHT0, GL_DIFFUSE, lightDiffuse.pack("f*"))
|
164
|
+
glEnable(GL_LIGHT0)
|
165
|
+
glEnable(GL_LIGHTING)
|
112
166
|
|
113
|
-
|
114
|
-
|
167
|
+
glMaterialfv(GL_FRONT, GL_AMBIENT, blueMaterial.pack("f*"))
|
168
|
+
glMaterialfv(GL_FRONT, GL_DIFFUSE, blueMaterial.pack("f*"))
|
115
169
|
|
116
|
-
|
117
|
-
|
170
|
+
glPushMatrix()
|
171
|
+
glRotated(@angle, 0.0, 1.0, 0.0)
|
118
172
|
drawBox(-1, -1, -1, 1, 1, 1)
|
119
173
|
|
120
|
-
|
121
|
-
|
174
|
+
glMaterialfv(GL_FRONT, GL_AMBIENT, redMaterial.pack("f*"))
|
175
|
+
glMaterialfv(GL_FRONT, GL_DIFFUSE, redMaterial.pack("f*"))
|
122
176
|
|
123
|
-
|
124
|
-
|
125
|
-
|
177
|
+
glPushMatrix()
|
178
|
+
glTranslated(0.0, 1.75, 0.0)
|
179
|
+
glRotated(@angle, 0.0, 1.0, 0.0)
|
126
180
|
drawBox(-0.5, -0.5, -0.5, 0.5, 0.5, 0.5)
|
127
|
-
|
181
|
+
glPopMatrix()
|
128
182
|
|
129
|
-
|
130
|
-
|
131
|
-
|
183
|
+
glPushMatrix()
|
184
|
+
glTranslated(0.0, -1.75, 0.0)
|
185
|
+
glRotated(@angle, 0.0, 1.0, 0.0)
|
132
186
|
drawBox(-0.5, -0.5, -0.5, 0.5, 0.5, 0.5)
|
133
|
-
|
187
|
+
glPopMatrix()
|
134
188
|
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
189
|
+
glPushMatrix()
|
190
|
+
glRotated(90.0, 1.0, 0.0, 0.0)
|
191
|
+
glTranslated(0.0, 1.75, 0.0)
|
192
|
+
glRotated(@angle, 0.0, 1.0, 0.0)
|
139
193
|
drawBox(-0.5,-0.5,-0.5,0.5,0.5,0.5)
|
140
|
-
|
194
|
+
glPopMatrix()
|
141
195
|
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
196
|
+
glPushMatrix()
|
197
|
+
glRotated(90.0, -1.0, 0.0, 0.0)
|
198
|
+
glTranslated(0.0,1.75,0.0)
|
199
|
+
glRotated(@angle, 0.0, 1.0, 0.0)
|
146
200
|
drawBox(-0.5,-0.5,-0.5,0.5,0.5,0.5)
|
147
|
-
|
201
|
+
glPopMatrix()
|
148
202
|
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
203
|
+
glPushMatrix()
|
204
|
+
glRotated(90.0, 0.0, 0.0, 1.0)
|
205
|
+
glTranslated(0.0,1.75,0.0)
|
206
|
+
glRotated(@angle, 0.0, 1.0, 0.0)
|
153
207
|
drawBox(-0.5,-0.5,-0.5,0.5,0.5,0.5)
|
154
|
-
|
208
|
+
glPopMatrix()
|
155
209
|
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
210
|
+
glPushMatrix()
|
211
|
+
glRotated(90.0, 0.0, 0.0, -1.0)
|
212
|
+
glTranslated(0.0,1.75,0.0)
|
213
|
+
glRotated(@angle, 0.0, 1.0, 0.0)
|
160
214
|
drawBox(-0.5,-0.5,-0.5,0.5,0.5,0.5)
|
161
|
-
|
215
|
+
glPopMatrix()
|
162
216
|
|
163
|
-
|
217
|
+
glPopMatrix()
|
164
218
|
|
165
219
|
# Swap if it is double-buffered
|
166
220
|
if @glvisual.isDoubleBuffer
|
@@ -175,6 +229,8 @@ class GLTestWindow < FXMainWindow
|
|
175
229
|
# Invoke the base class initializer
|
176
230
|
super(app, "OpenGL Test Application", :opts => DECOR_ALL, :width => 800, :height => 600)
|
177
231
|
|
232
|
+
OpenGL.load_lib
|
233
|
+
|
178
234
|
# Construct the main window elements
|
179
235
|
frame = FXHorizontalFrame.new(self, LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
180
236
|
frame.padLeft, frame.padRight = 0, 0
|
@@ -207,7 +263,7 @@ class GLTestWindow < FXMainWindow
|
|
207
263
|
@glcanvas.connect(SEL_PAINT) { drawScene }
|
208
264
|
@glcanvas.connect(SEL_CONFIGURE) do
|
209
265
|
if @glcanvas.makeCurrent
|
210
|
-
|
266
|
+
glViewport(0, 0, @glcanvas.width, @glcanvas.height)
|
211
267
|
@glcanvas.makeNonCurrent
|
212
268
|
end
|
213
269
|
end
|
@@ -310,7 +366,7 @@ end
|
|
310
366
|
|
311
367
|
if __FILE__ == $0
|
312
368
|
# Construct the application
|
313
|
-
application = FXApp.new("GLTest", "FoxTest")
|
369
|
+
application = Fox::FXApp.new("GLTest", "FoxTest")
|
314
370
|
|
315
371
|
# Construct the main window
|
316
372
|
GLTestWindow.new(application)
|