- Timestamp:
- Sep 16, 2008 4:06:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/X11/keyboard-new.c
r12498 r12499 386 386 if ( (0 != (*lkey)[keyn][0]) 387 387 && (0 != (*lkey)[keyn][1]) 388 && (keyn != 4 8) /* don't count the 102nd key */388 && (keyn != 47) /* don't count the 102nd key */ 389 389 ) { 390 390 ++entries; 391 391 } 392 392 } 393 LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d \n", matches, entries));393 LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d (excluding 102nd key)\n", matches, entries)); 394 394 if (matches != entries) 395 395 {
Note:
See TracChangeset
for help on using the changeset viewer.