j
k
j a
j l
b4n approved this pull request.
Looks sensible
mods |= GEANY_PRIMARY_MOD_MASK;
+ mods &= ~GDK_MOD2_MASK;
You could do (not sure if it's better though) ```c mods = mods ^ GDK_MOD2_MASK | GEANY_PRIMARY_MOD_MASK; ```
Attachments:
Back to the thread
Back to the list