<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Marcelo Magno T. Sales wrote:
<blockquote cite="mid200605261050.01227.marcelo.sales@sefaz.pe.gov.br"
 type="cite">
  <pre wrap="">Em Quinta 25 Maio 2006 15:40, Lovell Mcilwain escreveu:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Has anyone been able to figure out a way to bypass the laptop function
keys not working?  I want to be able to send my laptop vga signal to my
monitor but using fn + f8 doesn't seem to work (as well as a bunch of
the other function keys).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There are many ways to workaround this. Most of them involve modifying kxb 
configuration. In my notebook and in my home desktop (which has an internet 
keyboard with many extra keys), I've done the following:
1. Use xev to get the scancodes or the non-working keys. Execute xev in a 
graphical console and press the keys. Two events will be generated for each 
key press: one on key down and another on key up. You will see the key code 
in both of them. (*)

  </pre>
</blockquote>
I'm having trouble learning to use XEV.  Is there a place that gives
clear documentation on it?<br>
</body>
</html>