I loaded a keymap in syscons with some special chars, e.g. a modified
us.iso.kbd like this:

  041   dgra   dtil   nop    nop    dgra   dtil   nop    nop     O

  dgra  '`'  ( 'a' 224 ) ( 'A' 192 ) ( 'e' 232 ) ( 'E' 200 )
             ( 'i' 236 ) ( 'I' 204 ) ( 'o' 242 ) ( 'O' 210 )
             ( 'u' 249 ) ( 'U' 217 )
  dtil  '~'  ( 'a' 227 ) ( 'A' 195 ) ( 'n' 241 ) ( 'N' 209 )
             ( 'o' 245 ) ( 'O' 213 )


Now, when I start X after loading this keymap, the '`' and '~' no longer
produce anything. If I reload the us.iso.kbd keymap and restart X,
it works as expected.

I take it that the above is a bug?

-Guido

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to