summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/lex.l
Commit message (Collapse)AuthorAgeFilesLines
* WARNS?=4 cleanup.alfred2002-07-111-0/+1
|
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* Implement keyboard pasteache2001-03-111-0/+1
| | | | | PR: 25499 Submitted by: Gaspar Chilingarov <nm@web.am>
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+2
| | | | | | | | to syscons. I have a man page to follow describing the format of the kbdmap file. PR: 19273 Reviewed by: sheldonh
* Define some more function keys in the keymap: panic, lshifta, rshifta, etc.yokota1999-12-101-0/+7
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Reflect recent changes in syscons.yokota1999-06-221-1/+2
|
* The control code ^_ (0x1f) should really be called "us" rather than "ns".yokota1998-08-061-1/+2
| | | | | In the mean time, accept both "us" and "ns" in the keymap file as ^_ for the compatibility with the existing keymap files.
* Added the `saver' key definition. The saver key will activate the screenyokota1998-08-031-1/+2
| | | | saver if one is loaded.
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-071-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | With a keymap with accent key definitions loaded to syscons, you press an accent key followed by a regular letter key to produce an accented letter. Press an accent key followed by the space bar to get the accent letter itself. Code is based on the ideas and work by jmrueda@diatel.upm.es and totii@est.is. PR: i386/4016 - Added keywords for accent (dead) keys: dgra, dacu, dcir, dtil... - Recognize accent map definitions. <accent_map_definition> ::= <accent_key_name> <accent_char> <accent_map> <accent_key_name> ::= dgra | dacu | dcir | dtil | dmac | dbre | ddot | duml | dsla | drin | dced | dapo | ddac | dogo | dcar <accent_map> ::= <map_entry> | <map_entry> <accent_map> <map_entry> ::= ( <regular_letter_char> <accented_char> ) - Use ioctls PIO_DEADKEYMAP and GIO_DEADKEYMAP to set and get the accent key map table in syscons. - Made the output for the -L option more intelligible and look like initializers in kbdtables.h. - Reorganized print functions in order to print the accent key map.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added h option for setting the historysize.sos1995-01-301-2/+3
| | | | fixed problem with Both n&C flags.
* Third round in syscons update.sos1995-01-281-3/+5
| | | | | | | | | | | | | | 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...
* Added kbdcontrol util from 1.1.5.1+sos1994-08-171-0/+114
Reviewed by: Submitted by:
OpenPOWER on IntegriCloud