#
4acd9537 |
| 06-May-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Add FreeBSD ID tags while I'm here, since people often copy an exiting keyboard map and then edit that and try to commit it.
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0 |
|
#
9b660615 |
| 20-Feb-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Fix <back quote>/<logical not>/<vertical bar> key. PR: i386/10130
|
Revision tags: release/3.1.0 |
|
#
857df7d4 |
| 28-Jan-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Fix errors in some keymap files.
- The numpad * key should always generate *. - The numpad - is fkey52 and should not generate a control code (0x1f). - The numpad 5 is fkey54, not fkey61. - Th
- Fix errors in some keymap files.
- The numpad * key should always generate *. - The numpad - is fkey52 and should not generate a control code (0x1f). - The numpad 5 is fkey54, not fkey61. - The numpad 6 is fkey55 and should not generate a control code (0x1e).
- Fix Spanish keymap. PR: i386/9532 Submitted by jose@we.lc.ehu.es.
- Added Croatian keymap. It is the same as the Slovenian keymap. PR: misc/9706 Pointed out by: Damjan Marion
- Addef Finnish keymap. It is the same as the Swedish keymap. PR: bin/9632 Submitted by: Martti Kuparinen
- Assign special functions consistently in all keymap files.
101 keyboard 84 keyboard function ------------------------------------------------------------------------ Ctrl-Alt-Delete Ctrl-Alt-Delete reboot Ctrl-Alt-Esc Ctrl-Alt-Esc debug Ctrl-Alt-Space Ctrl-Alt-Space susp ScrollLock ScrollLock slock PrintScreen Shift-(Numpad *)/PrintScreen nscr Ctrl-PrintScreen Shift-Ctrl-(Numpad *)/PrintScreen debug Alt-PrintScreen/SysRq SysRq nop Pause Ctrl-NumLock slock Shift-Pause Shift-Ctrl-NumLock saver Alt-Pause Alt-Ctrl-NumLock susp Ctrl-Pause/Break Ctrl-ScrollLock/Break nop Left W*ndow key NA fkey62 Right W*ndow key NA fkey63 Menu NA fkey64
NOTE: us.unix.kbd and us.emacs.kbd are very much different from the other keymaps, thus, I didn't touch them.
show more ...
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
d6cb9696 |
| 06-Aug-1998 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
The control code ^_ (0x1f) should really be called `us' rather than `ns'.
|
Revision tags: release/2.2.7, release/2.2.6 |
|
#
ed1aa624 |
| 27-Jan-1998 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Correct inconsistencies among keymaps. - define CTL-ALT-ESC as `debug' key in all keymaps. (FAQ mentions this key sequence but not all keymaps had it!) - define CTL-SPACE as NUL in all keym
- Correct inconsistencies among keymaps. - define CTL-ALT-ESC as `debug' key in all keymaps. (FAQ mentions this key sequence but not all keymaps had it!) - define CTL-SPACE as NUL in all keymaps. - define CTL-ALT-SPACE as `suspend' key in all but Russiun keymaps. - Fix Japanese keymaps. Some CTL- keystrokes were wrong. - Remove accent (dead) key definitions from spanish.iso.kbd, fr.iso.kbd and icelandic.iso.kbd. Create spanish.iso.acc.kbd, fr.iso.acc.kbd and icelandic.iso.acc.kbd with accent key definitions instead. - Update INDEX.keymaps and Makefile.
show more ...
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
#
fa1e8cdd |
| 09-Sep-1996 |
Søren Schmidt <sos@FreeBSD.org> |
Fix the bug that caused switch to ttyv02 when pressing the numpad enter.
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs |
|
#
19c66761 |
| 27-Mar-1995 |
Søren Schmidt <sos@FreeBSD.org> |
Give backspace to the people (again)
Now the keymaps are as follows:
"backspace / <-" ^H "grey del" ^? (0x7f) "numpad , del" ^? (, if numlocked)
|
#
dc463a36 |
| 03-Mar-1995 |
Søren Schmidt <sos@FreeBSD.org> |
Minor update to syscons. 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.
|
#
123222db |
| 30-Jan-1995 |
Søren Schmidt <sos@FreeBSD.org> |
Minor fixes to syscons. Blink cursor fixed. History buffer fixed. kbdtables updated with boot option for CTL+ALT+DEL
|
#
a926a37b |
| 28-Jan-1995 |
Søren Schmidt <sos@FreeBSD.org> |
Third round in syscons update.
Display update method changed, now allways write in memory buffer, then periodically update physical display. Speed improvements (now > 5 times faster than the old s
Third round in syscons update.
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...
show more ...
|
#
49a5c6fd |
| 26-Jan-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Change overloaded Keypad 5 to fkey65
|
#
3f18ada3 |
| 26-Jan-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Describe Delete key
|
#
48897b90 |
| 31-Dec-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
Changes to allow keypad 5 produce \E[E like SCO/ANSI term does
|
Revision tags: release/2.0 |
|
#
c7128814 |
| 15-Sep-1994 |
Søren Schmidt <sos@FreeBSD.org> |
Syscons keymap files, now in human readable format.
Reviewed by: Submitted by: Obtained from:
|