summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/kbdtables.h
Commit message (Collapse)AuthorAgeFilesLines
* More merge and update.asami1996-10-301-2/+141
| | | | | | | | | | | | | | | | | | | | | | | | (1) deleted #if 0 pc98/pc98/mse.c (2) hold per-unit I/O ports in ed_softc pc98/pc98/if_ed.c pc98/pc98/if_ed98.h (3) merge more files by segregating changes into headers. new file (moved from pc98/pc98): i386/isa/aic_98.h deleted: well, it's already in the commit message so I won't repeat the long list here ;) Submitted by: The FreeBSD(98) Development Team
* Change RUKEYMAP sligtlyache1996-01-251-3/+3
|
* Staticize and cleanup.phk1995-12-101-8/+8
|
* Change fkey 63 from ^[[K to ^[[~.sos1995-03-281-2/+2
| | | | Submitted by: ache
* Give backspace to the people (again)sos1995-03-271-6/+6
| | | | | | | | Now the keymaps are as follows: "backspace / <-" ^H "grey del" ^? (0x7f) "numpad , del" ^? (, if numlocked)
* Fix flag bugs with RUKEYMAPache1995-03-031-3/+3
|
* Minor update to syscons.sos1995-03-031-43/+43
| | | | | | | Let "grey delete" be a function key (default is 0x7f) Fix the xor cursor again.. Made the backspace key generate del as default Made CTRL-space generate nul as default.
* Reviewed by:sos1995-01-301-14/+14
| | | | | Submitted by: Obtained from:
* Third round in syscons update.sos1995-01-281-46/+48
| | | | | | | | | | | | | | Display update method changed, now allways write in memory buffer, then periodically update physical display. Speed improvements (now > 5 times faster than the old syscons). History now circular buffer, with changeable size. History scroll by up/down line, up/down page, home and end. Backtab proberly implemented. Now space for 96 function keys, 63 allocated standard, default now SCO/SYSV compat again as in the old days. New keyboard definition files ~share/syscons/keymaps/* Misc fixes for old "hacks" that broke SCO/SYSV compat. More that I forgot before writing this...
* Use NUM_FKEYS instead of hardcoded 65 for fkey_tab sizeache1995-01-261-2/+2
|
* Get rid of overloaded Keypad 5, now F(65)ache1995-01-261-8/+8
|
* Rewrite fkey_tab to produce unique sequences for all fkeysache1995-01-261-14/+20
| | | | Get rid of overloaded fkeys
* Implement Delete key properly, needed by ncursesache1995-01-261-12/+12
|
* Changes to allow keypad 5 produce \E[E like SCO/ANSI term doesache1994-12-311-12/+12
|
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-191-8/+8
|
* Fix all keymaps to bring BackTab to life.ache1994-11-191-6/+6
|
* Added support for the MicroSoft Natural keyboardsos1994-11-171-12/+31
| | | | | Add support for ws_xpixel & ws_ypixel in winsize. Submitted by: Natural support suggested by Kaleb Keithley (kaleb@x.org)
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-2/+2
| | | | Submitted by: HOSOKAWA Tatsumi
* Changed header slightly.sos1994-09-291-14/+25
|
* From 1.1.5:dg1994-09-211-3/+3
| | | | | >date: 1994/05/27 01:09:16; author: ache; state: Exp; lines: +3 -3 >Russian keymap: Ctrl-Alt-Del with NumLock on fixed
* Updated swedish keymap.sos1994-04-261-18/+18
|
* Russian keymap is broken after last commit (fixed)ache1994-02-011-11/+11
| | | | Nate, please, be more careful next time.
* From: sos@login.dkuug.dk (S|ren Schmidt)nate1994-02-011-31/+32
| | | | | | | | | | | | | | | | | | | | Subject: syscons-1.3 Date: Sat, 29 Jan 94 23:33:50 MET But here is the (hopefully) final syscons-1.3.... .... I've changed sgetc so it works as the pccons parallel (it now uses a scgetc internally). [ There were a couple changes that Bruce Evans sent me that were applied to this version along with some changes that S'ren didn't incorporate into the final version. There will be only minor changes if anything from this version to his final release. ]
* Add Ctrl-Altr-Esc DBG key to RUKEYMAP (russian keymap)ache1994-01-241-3/+3
|
* Changed the default syscons keymap to have <CTL-ALT-ESC> enter thenate1994-01-181-4/+4
| | | | debugger and <CTL-ALT-DEL> call the reboot command.
* Russian keymap (RUKEYMAP) changes:ache1993-11-041-11/+11
| | | | | | New syscons keys added: NEXT, DBG, RBT AltGr Shift removed from right Alt Shift state on -,+ keys exchanged
* Put back the $Id$ stringsrgrimes1993-10-281-0/+2
|
* This is syscons version 1.1jkh1993-10-281-148/+146
|
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-0/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* >From: paul@u.tvt.se (Paul Pries)rgrimes1993-09-151-4/+4
| | | | | | | | | | | >Subject: Bad bug in kbdtables.h [FreeBSD] I found a bug in /sys/i386/isa/kbdtables.h which contain the different keyboard layouts for syscons. This regards all tables exept the Danish and US. When compiling the kernel with any other keymapping than Danish or none at all (US), you get an error that 'key_map' is undefined. This is because there is a typo in the name of the struct containing the tables, keymap intead of key_map.
* Updated syscons to 0.2b - please test this! It won't be in the ALPHAjkh1993-07-301-6/+597
| | | | release, but it's still worth testing.
* Added necessary files for syscons (may move font include later, but for nowjkh1993-07-261-0/+265
it's easier to leave there since I don't feel like breaking anything).
OpenPOWER on IntegriCloud