#include <qextscintillacommand.h>
Methods are provided to change the keys bound to the command and to remove a key binding. Each command has a user friendly description of the command for use in key mapping dialogs.
|
Binds the key key to the command. If key is 0 then the key binding is removed. If key is invalid then the key binding is unchanged. Valid keys are any visible or control character or any of
|
|
Binds the alternate key altkey to the command. If key is 0 then the alternate key binding is removed.
|
|
The key that is currently bound to the command is returned.
|
|
The alternate key that is currently bound to the command is returned.
|
|
If the key key is valid then TRUE is returned.
|
|
The user friendly description of the command is returned.
|