SpreadJS Documentation
Key Enumeration
Represents the key code.
Members
MemberDescription
aIndicates the A key
altkeyIndicates the Alt key.
backspaceIndicates the Backspace key.
cIndicates the C key.
ctrlIndicates the Ctrl key.
delIndicates the Delete key.
downIndicates the down arrow key.
endIndicates the End key.
enterIndicates the Enter key.
escIndicates the Esc key.
homeIndicates the Home key.
leftIndicates the left arrow key.
pdnIndicates the Page Down key.
pupIndicates the Page Up key.
rightIndicates the right arrow key.
shiftIndicates the Shift key.
spaceIndicates the space key.
tabIndicates the Tab key.
upIndicates the up arrow key.
vIndicates the V key.
xIndicates the X key.
yIndicates the Y key.
zIndicates the Z key.
Example
This example maps an action to the Tab key.
activeSheet.addKeyMap(GcSpread.Sheets.Key.tab, false, false, false, false, GcSpread.Sheets.SpreadActions.navigationDown); // Tab key
activeSheet.addKeyMap(GcSpread.Sheets.Key.tab, false, true, false, false, GcSpread.Sheets.SpreadActions.navigationBottom); // Shift key and Tab key
Inheritance Hierarchy

Object
   GcSpread.Sheets.Key

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.