skip to main content

Library Routines : C$KEYMAP

C$KEYMAP
The C$KEYMAP library routine saves or restores the keyboard configuration. Information is saved to a stack, the routine can be called recursively.
Syntax:
 CALL "C$KEYMAP" USING opCode 
Parameters:
Examples:
Example - Backup the keyboard configuration, then change the F1 exception configuration, then restore the value from backup
set environment "key.f1" to "exception=1"
call "c$keymap" using 1 *> save keyboard configuration
set environment "key.f1" to "exception=101"
call "c$keymap" using 0 *> restore keyboard configuration

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left