Displaying 20 results from an estimated 200 matches similar to: "Re: Keyboard Rewrite"
2008 Jul 06
2
Issue with postscript figures using WinAnsi encoding
Hi there,
I've hit a bump in writing postscript files with special characters in
the WinAnsi encoding on a windows machine.
Here's some sample code:
###########################################
postscript(file = "test.eps", encoding="WinAnsi.enc",
width = 3, height = 5.5, onefile = TRUE, horizontal=FALSE, family =
"sans",
title =
2015 Mar 09
0
[ANNOUNCE] libX11 1.6.3
This release of libX11 looks bigger than it is, due to a lot of spec/doc
cleanup work that doesn't affect the code itself. There is still a good
deal of bug fixes, code cleanup, locale improvements, and compose key table
additions, including new UTF-8 compose sequences for:
<Multi_key> <R> <equal> : "<U+20B9>" U20b9 # INDIAN RUPEE SIGN
<Multi_key>
2010 Sep 02
6
[PATCH]ioemu: fix altgr-insert behavior
When access to a Xen DomU (Linux) from a VNC client in Windows, alt-gr key is not working properly. When Alt + another key pressed, vncserver receives Altgr down, Altgr up and key down messages in order, that causes incorrect output.
With following patch, when vncerver receives key down message, it first check if the keysym needs altgr modifer, if it needs altgr modifier but altgr is not
2008 Sep 04
0
[ANNOUNCE] libX11 1.1.5
Hi,
This is just an i18n and bugfix release, essentially. Most of the fixes
bar James's most recent ones have been in 1.1 branch for a while, and
the rest were just cherry-picked from master.
Per discussion on ajax with IRC, this is targeted at 7.4, so I've
bumped the archive and wiki both.
Adam Jackson (1):
Bug #15884: Remove useless sleep()'s from the connection code.
Alan
2006 Dec 23
4
AltGr not working in R GUI Script Editor (PR#9430)
Full_Name: Zoran Bosnic
Version: 2.4.0
OS: Windows XP SP2
Submission from: (NULL) (212.235.140.146)
This is a problem that occurs in R GUI Script Editor and is connected to Windows
regional settings.
Since I live in Slovenia, my computer has a keyboard with additional slovenian
international characters. I am therefore using Windows XP SP2 with Input
Language (=Keyboard Locale, Control
2008 Nov 05
0
[ANNOUNCE] libX11 1.1.99.2
Together with the usual bug fixes and compose and keysym updates, this
release candidate brings support for Generic Events (XGE), and makes use
of libxcb's new socket handoff mechanism.
The shortlog from 1.1.5 follows.
Adam Jackson (2):
Bug #14898: Don't abuse the sprintf() implementation.
Fix the previous patch for the BadFont case.
Alan Coopersmith (3):
Strip
2008 Mar 25
0
AltGr over vnc not working
I notice that when I connect from a Windows VNC client (any VNC
distribution it seems) to the Centos desktop (Gnome) I cannot send AltGr
key combinations. The vncserver on the CentOS side is vino from Gnome. I
cannot check if the same happens when connecting from a CentOS machine to
a CentOS machine, but it looks more like Gnome simply ignores AltGr when
sent over VNC. Why would it do this?
2002 Oct 16
5
kbdmap & ASCII > 128
Hi,
I've just played around with kbdmap in pxelinux. I always wondered why there was no
translation for "AltGr"-Keys (the right 'Alt'-Key) (AltGr-Q generates "@" on a german
keyboard e.g.), and I found in conio.inc (syslinux 1.76):
getchar:
[..]
.kbd: xor ax,ax ; Get keyboard input
int 16h
and al,al
jz .func_key
mov bx,KbdMap ; Convert character sets
2009 Sep 04
1
SUN ILOM (X4150) and xvm console
If I use the Xvm pv guest console in ILOM GUI, I can''t detach it because
I can''t press ctrl + ]
Even when using the lock altgr key, when pressing ctrl this lock is
silently disabled.
Maybe some one could tell me how to press ctrl + AltGr + 9 in ILOM
thx,
florian
2017 Oct 04
0
[ANNOUNCE] xkeyboard-config 2.22
Hello folks
With a small delay, the September release of xk-c is there. Have fun!
Cheers
Sergey
=========================================
Akshay S Dinesh (2):
typofix tel-sarala key layout
Whitelist Indian keyboard layouts. #101532
Baurzhan Muftakhidinov (2):
Enable level3 ralt_switch by default in Kazakh (ext) layout.
Extend more keys in Kazakh (ext) layout.
Jonas
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
Hello,
The modern (xkb) way of mapping the AltGr key (113) seems to be using the
ISO_Level3_Shift keysym (0xFE03) instead of the obsolete Mode_switch keysym
(0xFF7E).
This patch let the "keysym to scancode" translator handle the
ISO_Level3_Shift correctly, enabling the use of characters like ~#{[|`\^@]}
on a french keyboard.
Regards,
Cédric
diff -ur
2003 Apr 13
0
ALTGR Problem
Hi,
I installed the current stable wine from the source a few hours ago on
my RedHat9 System. Yes, using the --with-nptl switch.
Well, most things are running well, but there is a real great problem!
When ever I press the AltGr Key, I get the ^ sign and nothin happend
concerning the email "at" sign, the special brackets and so on. I have
a Toshiba notebook, 2430-101 with a qwertz
2003 Apr 13
0
Fwd: ALTGR Problem
Welcome to the club ;-)
=====
Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259
No more War !
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
For the Law of Oil and Fire, Im an European that lives in France.
For all my Brothers and friends, Im a human living on Earth.
2016 Sep 29
0
[ANNOUNCE] xkeyboard-config 2.19
Another regular release:
----------------------------------
Baurzhan Muftakhidinov (1):
Add extended Kazakh layout type
Benno Schulenberg (4):
symbols/rs: Do not specify the key.type where it isn't needed.
symbols/rs: Remove pointless trailing "any" and "NoSymbol".
symbols/rs: Specify some keys explicitly as four-level alphabetic.
2008 Jan 05
3
Logout from xm console
Hi folks,
my problem:
i am using putty and german layout. if i login from dom0
with "xm console xen1" i can login into the xen1 (domU)
but how can i quit this console ?
i have tested several commands:
ctrl+5
ctrl+altgr+9
ctrl+c
ctrl+x
nothin happend. any hints ?
--
Have an nice day,
Viele Grüße
Dominique H Schramm
_______________________________________________
Xen-users
2000 Aug 16
1
RE: R 1.1.1 for Windows (NT/9x/2000)
Guido:
Thank you so much for this, but I wonder, when there is a new release of R,
how can I know which packages in contrib need to be re-compiled? I still
have all the .zip files from 1.1.0 on my hard drive here, but I am unsure
whether to install them under 1.1.1. Thanks for your help.
Tom Richards
> -----Original Message-----
> From: Guido Masarotto [mailto:guido at
2013 Jan 18
2
sogo
Has anybody some experience with Sogo?
http://www.sogo.nu/
--
Paul Bijnens, Xplanation Tel +32 16 397.525
Interleuvenlaan 86, B-3001 Leuven, BELGIUM Fax +32 16 397.552
***********************************************************************
* I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff,
2005 May 25
1
No ~ in JGR
R2.1.0
JGR 1.2
W2k
Hello all!
I??ve just installed JGR on my both R-equipped computers and am very
pleased with the look and functionality.
Except in one, very important, way.
I can??t figure out how to get the ~ sign from the keyboard to the
console. Copying it from old code works fine. Using the traditional GUI
works as usual.
I have a Swedish keyboard layout, where ~ shares key with ??
1999 Dec 17
1
R 0.90.1 for Windows
A binary distribution of R 0.90.1 is available at
http://www.r-project.org/bin/windows/windows-NT/base/
Installation instruction are given in the README file at the same
location.
guido masarotto
Windows changes since 0.90.0
----------------------------
It is possible to install packages from any directory (set PKGDIR on
the make command) and to any directory (set RLIB on the make
1999 Dec 17
1
R 0.90.1 for Windows
A binary distribution of R 0.90.1 is available at
http://www.r-project.org/bin/windows/windows-NT/base/
Installation instruction are given in the README file at the same
location.
guido masarotto
Windows changes since 0.90.0
----------------------------
It is possible to install packages from any directory (set PKGDIR on
the make command) and to any directory (set RLIB on the make