Questions tagged [keyboard-layout]

253 questions
0
votes
0 answers

how to have hard keypad on Android Phone?

for key-code of Hard-keyboard, HAL is there to bind their controls. now, the problem is between Application level and HAL. how they both will communicate to each other? how the controls of signal takes places from one key presses to its visibility…
Priyal
  • 31
  • 3
0
votes
1 answer

Changing keyboard layout from terminal on opensuse

I am trying to bind shortcuts for keyboard layouts. For example: Shift+Alt+1 - change to US layout Shift+Alt+2 - change to UA layout Shift+Alt+3 - change to RU layout instead of change it with Super+Space. In Ubuntu I used to bind such shortcut to…
M0sTik
  • 1
  • 1
  • 3
0
votes
2 answers

ToUnicodeEx function fails with any keyboard layout different than mine

I'm using ToUnicodeEx function to translate the virtual key code of a pressed key to its unicode character, This is the function definition:
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
0
votes
1 answer

Packer: Creating a vmware box with with non-US keyboard layout

I went throught the packer / atlas tutorial and got everything working, that is, I managed to build a vmware box via packer build template.json. I am fine with having everything in English (e.g. menus, help files, ...) but I need to use a keyboard…
langlauf.io
  • 3,009
  • 2
  • 28
  • 45
0
votes
2 answers

Change Keyboard Layout with Delphi on Windows

I want to change the keyboard layout in Windows with Delphi. I successfully could do this with following code but it seems it only changes for one process/thread and not for every process. // Array with 4 keyboard layout codes (in decimal) const…
user1885888
  • 135
  • 5
  • 13
0
votes
1 answer

Give keyboard shortcuts priorities to my keyboard layout over Word 2010

I want a trilingual English-French-German keyboard with the Dvorak layout on Windows 7. I made it myself with the Microsoft Keyboard Layout Creator v. 1.4. For some letters I have to assign five variants (e, é, è, ê, ë plus the capital versions).…
0
votes
1 answer

Rubymine autoswitch keyboard layout

Is there a way to maintain an English language input in this IDE? For example, I use ubuntu. My native language is Russian. I open browser to answer my buddies in Russian. When I am going to Rubymine there are still Russian keyboard layout and I…
0
votes
1 answer

LCID of Standard Moroccan Tamazight

I have tried to find the LCID (for example, US English has the LCID 1033) for the relatively new language "Standard Moroccan Tamazight". It uses phoenizian letters. For some reason, I just did not find the LCID. Can somebody help? Thank you. In…
tmighty
  • 10,734
  • 21
  • 104
  • 218
0
votes
1 answer

Keyboard layout switching in Qt, not Qt for embedded Linux

I am looking for a way to change the keyboard layout from within my Qt application. The application will run on a Linux kernel that doesn't support keyboard layout files, so Qt has to do everything concerning the mapping of the keyboard input. In…
Alex
  • 1,198
  • 2
  • 12
  • 26
0
votes
0 answers

Load system wide keyboard layout prior to Windows 8

We're creating a control panel applet which adds new keyboard languages to the local system. After reading this article I realized we should use LoadKeyboardLayout function. But it's mentioned in the documentation that: Prior to Windows 8: This…
SepehrM
  • 1,087
  • 2
  • 20
  • 44
0
votes
1 answer

Override keyboard map in Qt application

How can I override system keyboard layout in a Qt application? I need to change some character codes. The basic problem is that SHIFT+SPACE does not put ZWNJ (U+200C) in Qt text engine (Standard Persian layout has 200C for SHIFT+SPACE and it’s…
sorush-r
  • 10,490
  • 17
  • 89
  • 173
0
votes
1 answer

iPhone UITextField Keyboard Space Switching Layout

I want the user to be able to type in only numbers and spaces. I set the keyboardType textField.keyboardType = UIKeyboardTypeNumbersAndPunctuation; but if a user hits space, the keyboard layout switches to letters. So the user has to switch after…
scud
  • 1,147
  • 1
  • 14
  • 25
0
votes
0 answers

Can one of the Shift, Ctrl, Alt or Win keys be used in other purpose like, to type text?

I want to modify the use of the one of the Shift, Ctrl, Alt or Win keys. For example, if I just hit (not hold it and press another key) the right shift key, it should do something like displaying a special character in a text box. Could some one let…
0
votes
1 answer

How to Connect With Microsoft Localization Center

Windows uses an invalid codepage for keyboard layout in my language, I'm wonderf if there is a way to connect with Microsoft Windows Localization Center and give them the right keyboard layout to put in windows, I try this in Windows blog (by…
Nasser Hadjloo
  • 12,312
  • 15
  • 69
  • 100
0
votes
1 answer

android default keyboard layout

I'm developing an app for nexus 7, and I need for certain EditText to show the keyboard view with numbers and special characters. I know you can set the layout for an EditText with inputType, but my problem is that if i set inputType="number" the…
Apperside
  • 3,542
  • 2
  • 38
  • 65
1 2 3
16
17