keyboard-layout Questions

2

Solved

I've started using Awesome WM, and found annoying that it ignores input in "Run" widget (mod+R) when current layout is not US, say, RU. Also, it ignores and any input (mouse klicks, keyboard - even...
Astronomy asked 26/4, 2013 at 22:27

1

In my C/C++ program I want to know which language is user going to type. I mean the language whose ID is displayed in the corner of the task bar. Like EN or RU or ZH or FR or IT. I know how to ge...
Abortive asked 31/1, 2014 at 14:57

4

Solved

I'm developping an android app , and i have an EditText and a two RadioButtons (A and B ), what i'm trying to do is : When RadioButton A is checked , i want to change the keyboard layout to dis...

4

Solved

There are many alternative keyboards to the standard US keyboard layout (called QWERTY). Some examples include Dvorak, (and variants like Programmer Dvorak), Colemak, AZERTY, Workman layout,...
Majoriemajority asked 15/4, 2014 at 8:42

9

Solved

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" ...

1

Solved

I'm using the LoadKeyboardLayout function to load and activate the keyboard layout this way: procedure TfrmMain.eSearchEnter(Sender: TObject); begin LoadKeyboardLayout('00000429', KLF_ACTIVATE); ...
Gabi asked 9/12, 2012 at 5:59

0

I'm an Arch Newbie and have this problem: I want to have two keyboard layouts(en and bg) and to switch between them with alt+shift command. So i did everything as it is written here and ever...
Prestissimo asked 5/11, 2012 at 13:17

3

Solved

I have a Java Swing application wich spawns child dialogs with text controls. And the problem is that when you change keyboard layout in child dialog, it changes back right after the dialog is clos...
Vomer asked 12/3, 2012 at 13:30

2

Solved

I am writing an onscreen keyboard and would like to redraw my layout as soon as keyboard layout is changed. Currently I call: GetKeyboardLayout(GetWindowThreadProcessId(GetForegroundWindow(), NUL...
Hardening asked 27/11, 2011 at 22:8

1

Solved

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 exam...

3

Solved

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 requir...
Maidie asked 18/8, 2009 at 2:32

1

Solved

I'm working on an app with a UITextView. I want to replace the return 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.
Valenciavalenciennes asked 15/1, 2011 at 22:19

3

Solved

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...
Nader asked 15/1, 2011 at 20:25

2

Solved

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.
Knepper asked 5/1, 2011 at 17:44

2

Solved

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...
Fraudulent asked 9/12, 2010 at 20:33

5

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 diff...
Cerveny asked 9/11, 2010 at 23:37

1

Solved

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 prov...

4

Solved

I'm writing a program in C# that runs in the background and allows users to use a hotkey to switch keyboard layouts in the active window. (Windows only supports CTRL+SHIFT and ALT+SHIFT) I'm using...
Begrime asked 4/11, 2008 at 20:16

6

Solved

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 ...
Splashy asked 21/2, 2010 at 15:57

3

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...
Riant asked 28/5, 2009 at 14:28

4

Solved

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 foll...
Roughen asked 22/1, 2010 at 21:26

2

Solved

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,...
Coquelicot asked 14/1, 2010 at 20:39

1

Solved

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...
Inbreeding asked 13/10, 2009 at 0:41

1

Solved

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?
Giant asked 12/8, 2009 at 20:39

© 2022 - 2024 — McMap. All rights reserved.