From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 19 Jun 2005 02:58:13 +0400 From: Alexey Tourbin To: devel@altlinux.ru Message-ID: <20050618225813.GI2751@solemn.turbinal.org> Mail-Followup-To: devel@altlinux.ru References: <20050618163636.GF2751@solemn.turbinal.org> <20050618221026.GH2751@solemn.turbinal.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0GOR9GHaTNlY+Vmq" Content-Disposition: inline In-Reply-To: <20050618221026.GH2751@solemn.turbinal.org> Subject: [devel] Re: RFC: test-aboutdialog (GUI) X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2005 22:59:04 -0000 Archived-At: List-Archive: List-Post: --0GOR9GHaTNlY+Vmq Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 19, 2005 at 02:10:26AM +0400, Alexey Tourbin wrote: > On Sat, Jun 18, 2005 at 08:36:36PM +0400, Alexey Tourbin wrote: > > =F0=CF=C4 Xvfb =D0=CF=CB=C1 =CE=C5 =D2=C1=C2=CF=D4=C1=C5=D4, =CE=C5 =DA= =CE=C1=C0 =D4=CF=DE=CE=CF =D0=CF=DE=C5=CD=D5. :( >=20 > =F0=CF=C4 Xvfb =CE=C5 =D2=C1=C2=CF=D4=C1=C5=D4 XKeysymToKeycode() -- =D7= =CF=DA=D7=D2=C1=DD=C1=C5=D4 0. > =FC=D4=CF =D7 =D0=D2=CF=C3=C5=D3=D3=C5 =DA=C1=D0=D2=CF=D3=C1 =CE=C1 =CE= =C1=D6=C1=D4=C9=C5 Alt (keysym=3D65513). $ cat xtest.c #include #include #include int main() { Display *display =3D XOpenDisplay(NULL); if (!display) return 1; KeyCode kc =3D XKeysymToKeycode(display, XK_Alt_L); printf("keycode=3D%d\n", kc); return 0; } $ gcc -I/usr/X11R6/include -L/usr/X11R6/lib xtest.c -lX11 $ DISPLAY=3D:0 ./a.out keycode=3D64 $ xvfb-run -a ./a.out xauth: creating new authority file /home/at/.Xauthority keycode=3D0 $ =F5 =CB=CF=C7=CF-=CE=C9=C2=D5=C4=D8 =D7=CF=D3=D0=D2=CF=C9=DA=D7=CF=C4=C9=D4= =D3=D1? Any ideas? NB: =EE=E5 =FA=E1=F0=F5=F3=EB=E1=EA=F4=E5 xfvb-run =D7 =C4=CF=CD=C1=DB=CE= =C5=CD =CB=C1=D4=C1=CC=CF=C7=C5. --0GOR9GHaTNlY+Vmq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCtKcFfBKgtDjnu0YRAi8UAKC2FE2v3m37LUEPo4KJOQe546cVRACgwiE7 CsDL46gKjoWcc0fzKbkD6PI= =g5Ja -----END PGP SIGNATURE----- --0GOR9GHaTNlY+Vmq--