Unit msekeyboard
Uses
Classes, Interfaces, Objects and Records
Variables
Description
Overview
Functions and Procedures
Types
Constants
key_modpad = $0800; |
key_modshift = $2000; |
key_modctrl = $4000; |
key_modshiftctrl = $6000; |
key_modalt = $8000; |
key_modshiftalt = $a000; |
key_modpadshift = $2000 or key_modpad; |
key_modpadctrl = $4000 or key_modpad; |
key_modpadshiftctrl = $6000 or key_modpad; |
key_modpadalt = $8000 or key_modpad; |
key_modpadshiftalt = $a000 or key_modpad; |
padcharkeynames: array[key_asterisk..key_slash] of msestring =
('Asterisk','Plus','Comma','Minus','Period','Slash'); |
padspecialkeynames: array[key_decimal..key_decimal] of msestring =
('Decimal'); |
misckeynames: array[key_escape..key_sysreq] of msestring =
('Escape','Tab','Backtab','Backspace','Return','Enter',
'Insert','Delete','Pause','Print','SysReq'); |
cursorkeynames: array[key_home..key_pagedown] of msestring =
('Home','End','Left','Up','Right','Down','PageUp','PageDown'); |
shortmisckeynames: array[key_escape..key_sysreq] of msestring =
('Esc','Tab','Backtab','Back','Ret','Enter',
'Ins','Del','Pause','Print','SysReq'); |
shortcursorkeynames: array[key_home..key_pagedown] of msestring =
('Home','End','Left','Up','Right','Down','PgUp','PgDown'); |
specialkeys: array[specialshortcutty] of keyty = (key_menu,key_help,key_clear); |
specialkeynames: array[specialshortcutty] of msestring = ('Menu','Help','Clear'); |
spacekeyname = 'Space'; |
Description
Functions and Procedures
Types
specialshortcutty = (...); |
Values
|
Constants
key_modshiftctrl = $6000; |
|
padcharkeynames: array[key_asterisk..key_slash] of msestring =
('Asterisk','Plus','Comma','Minus','Period','Slash'); |
|
padspecialkeynames: array[key_decimal..key_decimal] of msestring =
('Decimal'); |
|
misckeynames: array[key_escape..key_sysreq] of msestring =
('Escape','Tab','Backtab','Backspace','Return','Enter',
'Insert','Delete','Pause','Print','SysReq'); |
|
cursorkeynames: array[key_home..key_pagedown] of msestring =
('Home','End','Left','Up','Right','Down','PageUp','PageDown'); |
|
shortmisckeynames: array[key_escape..key_sysreq] of msestring =
('Esc','Tab','Backtab','Back','Ret','Enter',
'Ins','Del','Pause','Print','SysReq'); |
|
shortcursorkeynames: array[key_home..key_pagedown] of msestring =
('Home','End','Left','Up','Right','Down','PgUp','PgDown'); |
|
Generated by PasDoc 0.16.0.