Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 12:03:13 +0300 (MSK)
From:      "Artem 'Zazoobr' Ignatjev" <timon@memphis.mephi.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/48767: wrong key numbers for left/right windows in keyboard.4
Message-ID:  <200302280903.h1S93Dtg047250@memphis.mephi.ru>

next in thread | raw e-mail | index | archive | help

>Number:         48767
>Category:       docs
>Synopsis:       wrong key numbers for left/right windows in keyboard.4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 28 01:10:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Artem 'Zazoobr' Ignatjev
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
Moscow Liceum 1511
>Environment:
System: FreeBSD timon.memphis.mephi.ru 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Fri Dec 27 14:50:27 MSK 2002 timon@timon.memphis.mephi.ru:/usr/src/sys/compile/TIMON i386
System: FreeBSD pager.memphis.mephi.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri Feb 28 10:04:01 MSK 2003 pager@pager.memphis.mephi.ru:/usr/obj/usr/src/sys/PAGER  i386

	
>Description:
	
	keyboard.4 manual page claims that left window key produces keycode
	fkey63, and right one is fkey62, and it should be vice versa
>How-To-Repeat:
	
[timon@pager timon]$ man 4 keyboard | grep window
	           Right window            key 62
                   Left window             key 63
>Fix:

--- share/man/man4/keyboard.4	Fri Aug 17 17:08:38 2001
+++ share/man/man4/keyboard.4	Fri Feb 28 11:48:56 2003
@@ -154,8 +154,8 @@
 	Insert 			key 60
 	Delete			key 61
 
-	Right window		key 62
-	Left window		key 63
+	Left window		key 62
+	Right window		key 63
 	Menu			key 64
 .Ed
 .Pp

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302280903.h1S93Dtg047250>