Tagged Questions
The keyboard-layout tag has no wiki summary.
13
votes
15answers
4k views
Keyboard layout for international programmers?
I think everybody who had to program using a standard German (or any other international) keyboard layout on Windows (or Mac) will complain about the conundrum of either having all special characters ...
12
votes
6answers
3k views
An Ideal Keyboard Layout for Programming
I often hear complaints that programming languages that make heavy use of symbols for brevity, most notably C and C++ (I'm not going to touch APL), are difficult to type because they require frequent ...
8
votes
4answers
3k views
Change Keyboard Layout for Other Process
I'm writing a program in C# that runs in the background and allows users to use a htokey to switch keyboard layouts in the active window. (Windows only supports CTRL+SHIFT & ALT+SHIFT)
I'm using ...
6
votes
5answers
391 views
Preferred keyboard layout for programming
I started out with programming about two months ago I think now, and I'm fooling around in either C# or Clojure (I have serious decision-problems). Anyways; I'm from Norway, and we use a different ...
6
votes
1answer
127 views
Is there an HTML attribute to tell smartphone keyboards to show special email keys?
I notice that when using my touch-screen smartphone (no physical keyboard) that when an app asks for an email address to be entered in a textbox, the on screen keyboard is modified slightly to provide ...
5
votes
1answer
373 views
Android keyboard layout language
Writing a dictionary application for android.
Want to set translation direction in accord with current input language (to be more precise, language of letters displayed on soft keyboard). For ...
5
votes
2answers
338 views
How can I simulate Alt+Shift to change the language in Windows?
i need to to force alt + shift in Delphi to make my language of the app. I tried with keybd_event calling it twice, but it didn't do the trick.
4
votes
0answers
210 views
How can I simulate Alt+Shift to change the language in Windows (II part)?
The problem (switching language dynamically) is solved with ActivateKeyboardLayout, but it still remains when i dynamically create a component on the form ( for ex. TEdit ). When this component gets ...
4
votes
4answers
1k views
Unable to type braces and square braces in emacs
I'm running Mac OS X and GNU Emacs 22.3.1. I use a swedish keyboard. I am unable to type braces { }, [ ] in emacs. When trying to type braces I get parenthesis. Since I'm quite new to Mac and emacs I ...
4
votes
4answers
417 views
Keyboard Layout library to find Neighboring Keys given an input key (java preferable)
Does anyone know of a library (preferably java) that can give me neighboring keys given a key input for US_ENGLISH standard keyboard?
E.g. if I input the character 'd', I should get the following ...
3
votes
1answer
807 views
Changing the return key to a done key on the iPhone Keyboard (UITextView)
I'm working on an app with a UITextView. I want to replace the "retrun" key on the keyboard with the "Done" key. I've found code for it but then it's for a UITextField and not a UITextView.
Thanks!
3
votes
4answers
3k views
Done key in iPhone app that closes keyboard (with UITextView)
I'm working on an iPhone app and in the iPhone app the user is typing in an UITextView.
I was wondering how I could add the done key on the keyboard instead of having the normal return key and when ...
3
votes
3answers
254 views
gVim + US-International: Not combining dead keys with space
I am using "United States-International" on Windows 7, which causes problems in combination with gVim 7.3.
In the US-International keyboard layout the keys " and ' are dead keys, that means, you can ...
3
votes
6answers
314 views
Frequency of symbols in programming languages
I'm looking for some kind of reference which shows the frequency of symbols of popular programming languages. I'm trying to design an optimal keyboard layout for programming.
If there is no such ...
3
votes
3answers
559 views
Programatically change keyboard-layout
I'd like to be a really annoying co-worker and write a little program that randomly changes keys on the keyboard, so maybe once an hour the vowels rearrange themselves for a minute or two. I would run ...
3
votes
2answers
1k views
Can I change a user's keyboard input?
I found this keyboard hook code, which I'm trying to slightly modify for my purposes: http://blogs.msdn.com/toub/archive/2006/05/03/589423.aspx
As an overview, I want to have the user press a key, ...
2
votes
2answers
109 views
Find out when keyboard layout is changed
I am writing an onscreen keyboard and would like to redraw my layout as soon as keyboard layout is changed.
Currenty I call
GetKeyboardLayout(GetWindowThreadProcessId(GetForegroundWindow(), NULL))
...
2
votes
1answer
74 views
Pre-define global hotkeys in a cocoa application and the keyboard layout
I'd love to pre-define some global hotkeys in my little cocoa application, and my question is: should I worry about the keyboard layouts?
I mean for example, when I pre-define a global key combo ...
2
votes
1answer
314 views
js: how to get LOCALIZED character on keypress?
I need to get localized character on keypress event. For example: on czech keybord I need to get ř not 5 character (key code 53). Is there any other way to get character and to not use text input and ...
2
votes
1answer
348 views
Is there a way to emulate arrow keys in Windows keyboard drivers?
I am currently writing a keyboard driver for Windows, that provides an additional modifier and allows to directly type some additional characters. For example real quotation marks (“, ”, ‘, ’, …) and ...
2
votes
4answers
252 views
Is there a way to change the keyboard layout in Vim on Windows?
I am working on several documents where I have to type [ ] { and the like (which is much easier with with an american keyboard layout (and to which I am used much more)) but where I also have to type ...
2
votes
2answers
381 views
Get Physical Keyboard Layout Programmatically
Is there a way to programmatically find out what kind of keyboard a computer has (i.e. where keys are located, and what extra keys are present in which locations)?
A little error is acceptable, if ...
2
votes
7answers
438 views
Is there a programming language that uses characters other than those in the (non-extended) ascii table?
I cant see who would make such a decision but is there any such language?
The reason I ask this (or some trivia, if you like) is that I just finished making the eighth iteration of my "developer" ...
2
votes
2answers
704 views
Best keyboard layout for a programmer? [closed]
Possible Duplicate:
An Ideal Keyboard Layout for Programming
As a programmer I don't type as much human language as normal users. In fact, a lot of what I type are ASCII special characters ...
2
votes
1answer
439 views
How to change the Keyboard Layout on MAC OSX programmatically?
My Qt app supports changing input language on Linux and Windows. I want to add support for changing input language on MAC OSX, too.
But unfortunately I don't have any information about MAC SDK. (My ...
2
votes
1answer
445 views
Displaying current language layout in traybar
Basically I want to write an application which would display the current language as a tray icon. Mainly I can code C++ and C#. Guess Google would help me out but I would like to ask it here first, ...
2
votes
1answer
149 views
Creating a kext to swap the shift keys with the caps lock key or the function (fn) key
I have a problem with the shift keys, and I would like to be able to swap the shift keys with the caps lock key.
I didn't find any utility that would permit me to do that; the only solution I have is ...
2
votes
1answer
460 views
Controlling initial shift status (and layout?) of iPhone keyboard from web form
I would like to be able to control the initial shift state of the iPhone keyboard from a Javascript prompt (updates added for web forms). It seems to mostly default to an initial capital but I feel ...
2
votes
3answers
1k 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, ...
2
votes
1answer
775 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?
2
votes
4answers
1k 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 ...
2
votes
3answers
743 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 ...
2
votes
5answers
1k views
How can I call ActivateKeyboardLayout from 64bit Windows Vista using VBA
Running VBA under XP I was able to call ActivateKeyboardLayout to switch my input language from English to another language. However, this no longer works under Vista64.
Any suggestions or ...
1
vote
2answers
42 views
How to map a X11 KeySym to a Unicode character?
This is an exact duplicate of this question; however the code linked in the accepted answer is nearly 11 years old, and this comment in the code leads to my duplicate question:
The keysym -> UTF-8 ...
1
vote
2answers
68 views
detect keyboard layout with javascript
Is there any way to detect the current keyboard layout using JavaScript? I found this,
but it only detects if the visitor is on the english layout. I need to know the exact layout as a string, ...
1
vote
1answer
283 views
Special characters in Eclipse on an non-US keyboard
For some reason, Eclipse does not register my keypress and I am not able to insert a pipe | anywhere.
I am using Windows 7 64bit, Eclipse Helios for PHP 64bit, Java 1.6.0_24-b05 64bit. The problem is ...
1
vote
1answer
188 views
Send info from EditText to IME
I'm writing a language learning app, currently only German<->Russian.
There are several EditTexts where the user is supposed to enter text in one or the other language. As these languages use ...
1
vote
2answers
827 views
Get the current keyboard layout language in JavaScript
I am using wshShell.SendKeys to input some text into web sites from an HTA, when my current keyboard layout is not English, the results of wshShell.SendKeys is unanticipated.
I want my function to ...
1
vote
3answers
258 views
Pair Programming with Qwerty and Dvorak keyboard layouts
Is it possible to plug in 2 keyboards and have one with Dvorak layout and the other with QWERTY layout? (On OSX)
1
vote
1answer
231 views
VBA get list of available languages on current machine
I have a muulti-language Access application that needs access to languages/keyboard layouts installed on the machine. I have certain fields that accept input in various languages. I would like to be ...
1
vote
1answer
501 views
Portable keycodes in X11?
I want to get mapping-independent key codes, but documentation says that "keycode" in XKeyEvent structure depends on hardware and driver and I can't rely on it. How can I get some portable key codes ...
1
vote
1answer
1k views
Qt Embedded for Linux. Keyboard layout switching
I'm developing application with Qt Embedded and run it in linux framebuffer. I need a way to type non-US characters. Is it possible to change keyboard layout with Qt?
I tried to run it on Qt/X11. ...
1
vote
0answers
228 views
Standard Keyboard Layouts
I'm working on a FOSS project at http://unicode.codeplex.com. In this project we try to collect some information about standard keyboardlayouts.
What we want to know is there a place or document or ...
1
vote
3answers
96 views
What programmer-specific function can the old Esc do?
I've recently re-remapped my tilde/backtick to Escape (that's how at least I originally learned) and put the tilde/backtick in the left-Windows key (again how I originally learned).
That floating Esc ...
1
vote
2answers
352 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
vote
1answer
786 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 ...
1
vote
1answer
957 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
2answers
782 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 ...
1
vote
2answers
616 views
Gvim in UTF8 with Russian keyboard layout
I am a big fan of vim and gvim. But whenever I write localization code in PHP and have to translate some strings (primarily in Russian), I have to open Notepad to translate all the entries. That kinda ...
1
vote
3answers
607 views
Extracting keyboard layouts from windows
OK, this is a slightly weird question.
We have a touch-screen application (i.e., no keyboard). When users need to enter text, the application shows virtual keyboard - hand-built in WinForms.
Making ...