0
votes
0answers
5 views
Temporarily changing keyboard layout when using control keys? (@SanHolo)
On the question Is the switch to Dvorak worth it? SanHolo comments:
I use a layout that is Dvorak while
typing but as soon as you press the
command key, it switches back to
QWERTY. Means …
1
vote
2answers
51 views
Scancode when I press a key is different. Is Microsoft specification wrong?
I am using Windows XP pro SP3. Standard english keyboard. I live in the USA; never touched the keyboard settings. Stock install. So, when I press check the scancodes my program is returning they are …
-1
votes
1answer
35 views
VMware Fusion and MacbookPro keyboard
I'm running Windows 7 Ultimate (retail) under VMware Fusion on a Macbook Pro. I've created a keyboard layout for the mac using Microsoft keyboard Layout Creator MSKLC.
My problem is that when I type …
0
votes
1answer
59 views
Keyboard remapping with more modifiers
I'm looking for a way to add one more "layout" to my keyboard. I'm already using a layout that uses altgr for local alphabet letters. What I'd like to add is a mirrored righthand-side keyboard that's …
0
votes
1answer
79 views
C# - Automatically switch between two different IME in the same keyboard layout
I did an application to enter chinese pinyin and hanzi in a database.
That means that the operator have to switch constantly between "Pinyinput" and "sogou input" with ctrl+shift
There is a way to …
1
vote
2answers
180 views
How to get the code page of the current keyboard layout?
My non-Unicode application needs to be able to process Unicode keyboard input (WM_CHAR/etc.), thus receive the 8-bit character code then internally convert it to Unicode. 9x-compatibility is required, …
1
vote
1answer
142 views
Efficient Implementation of Fitness-Proportionate “Roulette” Selection
I am currently writing a keyboard layout optimization algorithm in C (such as the one designed by Peter Klausler) and I want to implement a fitness-proportionate selection as described here (PDF …
1
vote
1answer
87 views
How do I map an X11 keysym to a Unicode character?
X11 maps keycodes to keysyms and then maps keysyms to Unicode. What's a good way to retrieve keysym to Unicode mappings in a program?
0
votes
1answer
70 views
How do I enumerate all available keyboard layouts in X.org?
I have a device that outputs a limited number of keycodes (for example a keyboard-wedge barcode scanner) and I want to know what those keycodes will type on all possible keyboard layouts. I'd like to …
0
votes
3answers
128 views
Do any laser keyboards allow you to move around keys to your liking?
The lack of uniformity of the pgup print screen arrows etc is getting on my nerves. I am wondering if any of the laser keyboards would make me a more efficient keyboarder by allowing me to adjust …
0
votes
2answers
237 views
How to determine the keyboard layout for another process (Windows)?
I'm working on a program that needs to record and play back keystrokes. The main process runs as a service, so it needs a configuration program to record the keystrokes.
The problem comes when the …
2
votes
3answers
264 views
iPhone keyboard layout for negative numbers?
My users need to enter latitude and longitude, and of course I need to verify that the values entered are legitimate lat/long value. I'd like to have a keyboard layout that does some of this for me …
0
votes
0answers
46 views
Is there an equivalent to XKB geometry on Windows and OS X?
I am displaying an on-screen keyboard overlay, and ideally I would like to display something resembling the user's actual keyboard, which I do under X with XkbGetGeometry, much like xkbprint. I was …
0
votes
4answers
205 views
how to type certain commands in vim, like CTRL-] ^Wc etc.. on a German Keyboard
I'm sitting here feeling silly - the vim help tells me to hit CTRL] (to follow links in the help) and I can't get it!? Same problem with ^Wc (close a split window)
I have a German keyboard and …
2
votes
3answers
107 views
Preserving keyboard layout in a JTextfield?
Simple example: 2 jtextfields, one for a spanish word another one for it's translation.
Is there a way to preserve keyboard layout per jtextfield so that the user wouldn't have to switch back and …
