Add key to send a break to the serial line
This commit is contained in:
parent
473326f2e3
commit
1f087aa8b7
3 changed files with 13 additions and 0 deletions
|
@ -134,6 +134,7 @@ static Mousekey mshortcuts[] = {
|
|||
|
||||
static Shortcut shortcuts[] = {
|
||||
/* mask keysym function argument */
|
||||
{ XK_NO_MOD, XK_Pause, sendbreak, {.i = 0} },
|
||||
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
|
||||
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
|
||||
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue