Skip to content

FEEDBACK_HANDLER

Octavio Alvarez edited this page Aug 29, 2013 · 2 revisions

Table of Contents

Syntax

FEEDBACK_HANDLER command

Description

Specifies the program to use to provide feedback when performing an action.

Parameters

command (default "xmessage -buttons '' -center -timeout 2 Launching ")
Command to execute as a prefix to the feedback argument of KEY directive.

Examples

  • FEEDBACK_HANDLER "notify-send --urgency normal -t 2000 --icon='gtk-info' Superkb Launching\"

Notes

  • 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).

Version availability

Superkb 0.12 and upwards.

Clone this wiki locally