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:
committed by
Carlos R. Mafra
parent
a772f2797d
commit
bb9f91a355
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user