| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This is possible now that the idle (sleeping) flag is cleared by the
deliberate ddb entry.
ok miod@
|
|
|
|
| |
virtual terminal support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r1.6 due to the key modifier change. In details:
- Fix the backspace key under X11
- Always use the command key (58) as modifier in console for *all*
European keyboards
- Do not use the small enter key (52) as modifier in console for
the fr, sg, and sv_nodead layouts.
- Do not redefined keys that are inherited from the default layout
(de, uk).
ok shadchin@, miod@
|
|
|
|
|
|
|
| |
ISO layouts accordingly.
This fix the US layout on ISO keyboards and the swaped keys issue under X11.
ok miod@, shadchin@
|
|
|
|
| |
want to use for ADB keyboard.
|
|
|
|
|
|
|
|
| |
console. The 'command' key is now the alt modifier.
Based on a diff from shadchin@ with inputs from miod@
ok shadchin@, miod@
|
|
|
|
|
|
|
| |
if defined WSDISPLAY_COMPAT_RAWKBD). Move keyboard array from dev/adb/keyboard.h
to dev/adb/akbdmap.h.
ok miod@
|
|
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
| |
|
|
moving out common adb code as well, and merge adb_direct.c into adb.c to
simplify external header files.
No functional change; more cleanups to come.
|