1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-31 02:52:30 +01:00

Consistent terms for switch panel cycling.

The terms "switch panel" and "cycling" have been used in Window Maker
since time immemorial but have not always been applied consistently.
This commit is contained in:
Iain Patterson
2014-06-15 08:52:55 +01:00
committed by Carlos R. Mafra
parent a772f2797d
commit bb9f91a355
16 changed files with 32 additions and 32 deletions

View File

@@ -182,7 +182,7 @@ void StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next, Bool class_only)
} else if (ev.xkey.keycode == returnKey) {
/* Close the switchpanel without eating the keypress */
/* Close the switch panel without eating the keypress */
done = True;
} else if (ev.xkey.keycode != shiftLKey && ev.xkey.keycode != shiftRKey) {