diff options
Diffstat (limited to 'static/netbsd/man4/adbkbd.4 4.html')
| -rw-r--r-- | static/netbsd/man4/adbkbd.4 4.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/static/netbsd/man4/adbkbd.4 4.html b/static/netbsd/man4/adbkbd.4 4.html new file mode 100644 index 00000000..6c068cbd --- /dev/null +++ b/static/netbsd/man4/adbkbd.4 4.html @@ -0,0 +1,51 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ADBKBD(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">ADBKBD(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">adbkbd</code> — <span class="Nd">support + for ADB keyboards</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">adbkbd* at nadb?</code> + <br/> + <code class="Cd">wskbd* at adbkbd? console ? mux 1</code> + <br/> + <code class="Cd">wsmouse* at adbkbd?</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">adbkbd</code> driver handles most ADB + keyboards within the <a class="Xr">wscons(4)</a> framework. It also provides + an interface to translate key strokes to mouse button events.</p> +<p class="Pp">Which keys are translated to mouse button events can be configured + for each individual keyboard via <a class="Xr">sysctl(8)</a>:</p> +<dl class="Bl-tag"> + <dt id="machdep.adbkbd0.middle"><a class="permalink" href="#machdep.adbkbd0.middle"><code class="Dv">machdep.adbkbd0.middle</code></a></dt> + <dd>Controls which scan code is used for middle mouse button events. Default + is 103, which corresponds to F11.</dd> + <dt id="machdep.adbkbd0.right"><a class="permalink" href="#machdep.adbkbd0.right"><code class="Dv">machdep.adbkbd0.right</code></a></dt> + <dd>Controls which scan code is used for right mouse button events. Default is + 111, which corresponds to F12.</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">nadb(4)</a>, <a class="Xr">wskbd(4)</a>, + <a class="Xr">wsmouse(4)</a>, <a class="Xr">wsconsctl(8)</a>, + <a class="Xr">wskbd(9)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">May 14, 2007</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
