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