Skip to content

Commit

Permalink
Use CAPS LOCK as shift lock.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4679 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Dec 2, 2005
1 parent 912f6ac commit 3a7fac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sudoku.cxx
Expand Up @@ -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 ++)
Expand Down

0 comments on commit 3a7fac2

Please sign in to comment.