Use the updateProfile.userKeyActions parameter to set or query the user key actions that will be used by the updateProfile command. The user key actions are a list of key/action pairs that you wish to take effect when the updateProfile command is issued.
query command
set command
current parameter
default parameter
install parameter
updateProfile.userKeyActions is scoped to the current view.
current.updateProfile.userKeyActions is scoped to the current view.
default.updateProfile.userKeyActions is globally scoped.
install.updateProfile.userKeyActions is globally scoped.
query updateProfile.userKeyActions set updateProfile.userKeyActions { default | [ key action ] [...] } query current.updateProfile.userKeyActions query default.updateProfile.userKeyActions set default.updateProfile.userKeyActions { install | [ key action ] [...] } query install.updateProfile.userKeyActions
default | If you specify the default parameter for the set updateProfile.userKeyActions command, the current view will use the value of default.updateProfile.userKeyActions as the user commands for the updateProfile command. |
[ key action ] [...] | If you specify a list of key/action pairs for the set
updateProfile.userKeyActions command, the updateProfile command
will use that list of user key actions within the current view.
If you specify a list of key/action pairs for the set
default.updateProfile.userKeyActions command, the updateProfile
command will use that list of user key actions within all document views
that have the updateProfile.userKeyActions set to default.
The key parameter is the key that you want to define. Refer to the keyAction parameter for information on defining keys. The action parameter must be a valid editor action name, or null to unbind any editor action from the key. |
install | If you specify the install parameter for the set default.updateProfile.userKeyActions command, all views that have updateProfile.userKeyActions set to default will use the value of install.updateProfile.userKeyActions to determine the user key actions to be used by the updateProfile command. |
The query current.updateProfile.userKeyActions command returns the list of key/action pairs that will be used in the current view by the updateProfile command.
query updateProfile.userKeyActions set updateProfile.userKeyActions a-backSpace.t.p.secondary undo query current.updateProfile.userKeyActions query default.updateProfile.userKeyActions set default.updateProfile.userKeyActions install query install.updateProfile.userKeyActions
updateProfile command
query command
set command
current parameter
default parameter
install parameter
keyAction parameter
keys parameter
updateProfile.baseProfile parameter
updateProfile.parser parameter
updateProfile.userActions parameter
updateProfile.userCommands parameter
updateProfile.userMouseActions parameter
updateProfile.userProfile parameter
Copyright IBM Corporation 1992, 2007. All Rights Reserved.