Use CAPS LOCK as shift lock.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4679 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2005-12-02 02:19:58 +00:00
parent 912f6acf1f
commit 3a7fac2981

View File

@ -173,7 +173,7 @@ SudokuCell::handle(int event) {
return 1;
}
if (Fl::event_state() & FL_SHIFT) {
if (Fl::event_state() & (FL_SHIFT | FL_CAPS_LOCK)) {
int i;
for (i = 0; i < 8; i ++)