summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb/akbdmap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Magical sequences to ender ddb(4) from an ADB keyboard.mpi2014-09-061-3/+3
| | | | | | | This is possible now that the idle (sleeping) flag is cleared by the deliberate ddb entry. ok miod@
* Add switch screen and scrollback commands to be used with upcomingmpi2013-05-311-16/+16
| | | | virtual terminal support.
* Put back the non-controversial changes from r1.5 that I reverted onmpi2012-06-231-17/+11
| | | | | | | | | | | | | | 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@
* Swap the keycodes of the two swapped keys of Apple ISO keyboards and updatempi2012-01-291-25/+17
| | | | | | | ISO layouts accordingly. This fix the US layout on ISO keyboards and the swaped keys issue under X11. ok miod@, shadchin@
* Revert key modifier change in raw mode, it's not clear which modifier wempi2011-10-231-10/+24
| | | | want to use for ADB keyboard.
* Fix the backspace key under X11 and make the 'option' key behaves like inmpi2011-10-091-24/+10
| | | | | | | | console. The 'command' key is now the alt modifier. Based on a diff from shadchin@ with inputs from miod@ ok shadchin@, miod@
* Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.cshadchin2011-06-131-1/+144
| | | | | | | if defined WSDISPLAY_COMPAT_RAWKBD). Move keyboard array from dev/adb/keyboard.h to dev/adb/akbdmap.h. ok miod@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | 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@
* Make kbd -l work for adb. -mojmaja2008-06-131-2/+2
|
* Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod2006-01-181-0/+525
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.