The updateProfile.userMouseActions parameter may be used to query or set the user mouse actions that will be used by the updateProfile command. The user mouse actions are a list of mouse event/action pairs that you wish to define when the updateProfile command is issued.
query command
set command
current parameter
default parameter
install parameter
updateProfile.userMouseActions is scoped to the current view.
current.updateProfile.userMouseActions is scoped to the current view.
default.updateProfile.userMouseActions is globally scoped.
install.updateProfile.userMouseActions is globally scoped.
query updateProfile.userMouseActions set updateProfile.userMouseActions { default | [ mouseEvent action ] [...] } query current.updateProfile.userMouseActions query default.updateProfile.userMouseActions set default.updateProfile.userMouseActions { install | [ mouseEvent action ] [...] } query install.updateProfile.userMouseActions
default | If you specify the default parameter for the set updateProfile.userMouseActions command, the current view will use the value of default.updateProfile.userMouseActions as the user commands for the updateProfile command. |
[ mouseEvent action ] [...] | If you specify a list of mouse event/action pairs for the set updateProfile.userMouseActions command, the updateProfile command will use that list of user mouse actions within the current view. If you specify a list of mouse event/action pairs for the set default.updateProfile.userMouseActions command, the updateProfile command will use that list of user mouse actions within all document views that have the updateProfile.userMouseActions set to default. The mouseEvent parameter is the mouse event that you want to define. Refer to the mouseAction parameter to see the valid syntax for defining a mouse event. The action parameter should be a valid action name. |
install | If you specify the install parameter for the set default.updateProfile.userMouseActions command, all of the views that have updateProfile.userMouseActions set to default will use the value of install.updateProfile.userMouseActions to determine if the user mouse actions that should be used by the updateProfile command. |
The query current.updateProfile.userMouseActions command will return the list of mouse events/action pairs that will be used, within the current view, by the updateProfile command.
query updateProfile.userMouseActions set updateProfile.userMouseActions 1-pressed.1.t.p cursorToMouse query current.updateProfile.userMouseActions query default.updateProfile.userMouseActions set default.updateProfile.userMouseActions install query install.updateProfile.userMouseActions
updateProfile command
query command
set command
current parameter
default parameter
install parameter
mouseAction parameter
mouseEvents parameter
updateProfile.baseProfile parameter
updateProfile.parser parameter
updateProfile.userActions parameter
updateProfile.userCommands parameter
updateProfile.userKeyActions parameter
updateProfile.userProfile parameter