 |
Index for Section 1X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
dxkbledpanel(1X)
X11R6
NAME
dxkbledpanel - Present an on-screen display of keyboard indicators.
SYNOPSIS
dxkbledpanel [options]
OPTIONS
-watch mask
mask is a bitmask where each bit corresponds to one of the thirty-two
available keyboard indicators. If -watch is used, dxkbledpanel will
only display the indicators specified by mask.
-automatic +automatic
-automatic instructs dxkbledpanel to omit automatic XKB indicators from
the display. +automatic instructs dxkbledpanel to include automatic
XKB indicators in the display.
-explicit +explicit
-explicit instructs dxkbledpanel to omit explicit XKB indicators from
the display. +explicit instructs dxkbledpanel to include explicit XKB
indicators in the display.
-named +named
-named instructs dxkbledpanel to omit named XKB indicators from the
display. +named instructs dxkbledpanel to include named XKB indicators
in the display.
-real +real
-real instructs dxkbledpanel to omit real XKB indicators from the
display. +real instructs dxkbledpanel to include real XKB indicators
in the display.
-virtual +virtual
-virtual instructs dxkbledpanel to omit virtual XKB indicators from the
display. +virtual instructs dxkbledpanel to include virtual XKB
indicators in the display.
-intersection -union
-intersection instructs dxkbledpanel to only present the indicators
that meet each of the requirements specified by the above options.
-union instructs dxkbledpanel to present the indicators that meet any
of the requirements specified by the above
The default set of options is -intersection +named +virtual.
DESCRIPTION
The dxkbledpanel command is meant to be a replacement for the kb_indicator
application. If XKB is active in the server, the dxkbledpanel command
presents an on-screen display of keyboard indicators. Each of the
indicators is represented by a toggle button. Pressing on the toggle
button will change the state of the indicator as well as the modifier,
control, or group state flagged by the indicator. See the XKB library
specification for more information on modifier, control, and group state.
SEE ALSO
Commands: xkbcomp(1X), kb_indicator(1X)
Others: X(1X)
 |
Index for Section 1X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|