Now the Shortcuts are more consistent.
Keep the debile happy.
This commit is contained in:
parent
f56c58a968
commit
e2aa03e6b7
2 changed files with 3 additions and 3 deletions
4
st.c
4
st.c
|
@ -275,7 +275,7 @@ typedef struct {
|
|||
uint b;
|
||||
uint mask;
|
||||
char *s;
|
||||
} Mousekey;
|
||||
} MouseShortcut;
|
||||
|
||||
typedef struct {
|
||||
KeySym k;
|
||||
|
@ -944,7 +944,7 @@ void
|
|||
bpress(XEvent *e)
|
||||
{
|
||||
struct timespec now;
|
||||
Mousekey *mk;
|
||||
MouseShortcut *mk;
|
||||
|
||||
if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forceselmod)) {
|
||||
mousereport(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue