儲存庫 vbox 的更動 12499
- 時間撮記:
- 2008-9-16 下午04:06:21 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器