|
|
if (xf86inSuspend) | if (xf86inSuspend) |
return; | return; |
| |
|
if (pKbd->sunKbd) { |
|
/* |
|
* XXX XXX XXX: |
|
* |
|
* I really don't know what's wrong here, but passing the real |
|
* scanCode offsets by one from XKB's point of view. |
|
* |
|
* (ecd@skynet.be, 980405) |
|
*/ |
|
scanCode--; |
|
goto sunKeyboards; |
|
} |
|
|
|
|
/* | /* |
* First do some special scancode remapping ... | * First do some special scancode remapping ... |
*/ | */ |
|
|
scanCode = KEY_Pause; | scanCode = KEY_Pause; |
#endif | #endif |
| |
|
sunKeyboards: |
/* | /* |
* Now map the scancodes to real X-keycodes ... | * Now map the scancodes to real X-keycodes ... |
*/ | */ |