diff options
author | yokota <yokota@FreeBSD.org> | 1998-01-07 08:43:28 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1998-01-07 08:43:28 +0000 |
commit | ad126593f875cc82ace7ff78b0fb97241b139ddb (patch) | |
tree | 1ccae3e0699d7a41f9872342214beb8aca440cd1 /libexec/comsat | |
parent | 3ed12c01d2398d8d3ced2e1ca6f32826a72a870f (diff) | |
download | FreeBSD-src-ad126593f875cc82ace7ff78b0fb97241b139ddb.zip FreeBSD-src-ad126593f875cc82ace7ff78b0fb97241b139ddb.tar.gz |
Added accent (dead) key support to syscons and kbdcontrol.
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.
Diffstat (limited to 'libexec/comsat')
0 files changed, 0 insertions, 0 deletions