Add Escape key to quit sent
This commit is contained in:
		| @ -25,6 +25,7 @@ static Mousekey mshortcuts[] = { | |||||||
|  |  | ||||||
| static Shortcut shortcuts[] = { | static Shortcut shortcuts[] = { | ||||||
| 	/* keysym         function        argument */ | 	/* keysym         function        argument */ | ||||||
|  | 	{ XK_Escape,      quit,           {0} }, | ||||||
| 	{ XK_q,           quit,           {0} }, | 	{ XK_q,           quit,           {0} }, | ||||||
| 	{ XK_Right,       advance,        {.i = +1} }, | 	{ XK_Right,       advance,        {.i = +1} }, | ||||||
| 	{ XK_Left,        advance,        {.i = -1} }, | 	{ XK_Left,        advance,        {.i = -1} }, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user