-
Notifications
You must be signed in to change notification settings - Fork 0
FEEDBACK_HANDLER
Octavio Alvarez edited this page Aug 29, 2013
·
2 revisions
FEEDBACK_HANDLER command
Specifies the program to use to provide feedback when performing an action.
- command (default "xmessage -buttons '' -center -timeout 2 Launching ")
- Command to execute as a prefix to the feedback argument of KEY directive.
- FEEDBACK_HANDLER "notify-send --urgency normal -t 2000 --icon='gtk-info' Superkb Launching\"
- The final feedback command is composed of the specified command, a space, and the feedback string.
- Notice how, in the example, is necessary to add a backslash so the shell doesn't take the space as a parameter separator.
- The feedback string on the KEY command is automatically single-quoted if FEEDBACK_STRINGS_AUTOQUOTE is set to 1 (Superkb 0.21 and later).
Superkb 0.12 and upwards.