Questions tagged [keyboard-layout]

253 questions
0
votes
1 answer

Compiling Microsoft Keyboard Layout Samples

I'd like to build a keyboard layout that runs on Win7 and later without using MSKLC. I downloaded the Keyboard Layout Samples, and although it says it requires VS2013 Preview and WDK8.1 Preview, it builds using VS2012 and WDK8 after changing the…
Martin
  • 1,986
  • 15
  • 32
0
votes
2 answers

qt setting QWSServer keymap from code

I need to a keymap for my embedded QWSServer application. Using environmental variables like this QWS_KEYBOARD="TTY:keymap=/german_keyboard.qmap" export QWS_KEYBOARD works, but isn't optimal for me. I tried to set it from code using QWSServer*…
Zulakis
  • 7,859
  • 10
  • 42
  • 67
0
votes
3 answers

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 those keys and make fewer mistakes in programs,…
ojblass
  • 21,146
  • 22
  • 83
  • 132
-1
votes
1 answer

c++ keyboards kbd.h need more information about processing the state of the modifier keys

I am starting to work with keyboardlayouts on windows using kbd.h. I understood the part scancode->keycode via kbdxx.dll but struggle on the part of processing modifier keys (shift, Ctrl,Alt) especially how the binary coding of the states of those…
user3443063
  • 1,455
  • 4
  • 23
  • 37
-1
votes
1 answer

The best way to change system language c#

The application will be installed by users from different countries, and what languages ​​the keyboard layout of a specific user is unknown. We need a way with which the keyboard layout will change.
-1
votes
1 answer

I installed a registry to change my keyboard layout. How do I uninstall

I installed A .REG file from minimak.org I don't know how I can uninstall it. If someone has a .reg that will do the same thing for qwerty, that would be perfect.
Shaan
  • 1
  • 2
-1
votes
1 answer

Is it possible to get immediate neighbours of a key on keyboard?

For example G is surrounded with keys R,T,Y,F,H,V,B. However, this is true for my keboard. Is it possible to get this kinda "layout" dynamically?
Pavel Voronin
  • 13,503
  • 7
  • 71
  • 137
-1
votes
1 answer

Keyboard Layout Changed in System Boot For Mac OSX Firmware Passwords

I encountered this issue lately when I decided to increase the security of my Macbook Air (Early 2015) running the latest version of El Capitan (10.11.3). I'm not sure if this issue is relative for other models and/or operating system versions. I…
johnnyCasual
  • 103
  • 2
  • 8
-1
votes
1 answer

Changing keyboard layout of NoMachine client

I'm connecting to a Red Hat Linux 5 host using the NoMachine Windows Client. When using the client, the keys I press appear as though I'm using a QWERTY keyboard, even though Windows has been set to use the bépo layout. I've tried changing the Linux…
kokociel
  • 497
  • 6
  • 17
-2
votes
1 answer

Certain key combinations with `ALT` do not work in macOS

Its kind of frustrating to find out what goes on with ATL+h,j,k,l keypresses since they produce nothing (really nothing). I use a simple U.S Keyboard layout in macOS (no Karabiner running). However, I tried to dig deeper, it seems either my MacBook…
Gabriel
  • 8,990
  • 6
  • 57
  • 101
-2
votes
2 answers

Adafruit hid switch keyboard layout

That's probably a stranger question, but I built a little rubber ducky with a Raspberry pi pico. Now the problem is the keyboard layout is in us but I would like to change it to de (German) but don't know how to do it. The layout is saved as an Mpy…
Kasmori
  • 17
  • 3
-2
votes
1 answer

How to get list of installed input languages (keyboard layouts)?

The questions I saw here is mostly about getting current input layout, but I need list of all installed input layouts. It's like when we install Windows we choose additional input method for our native language and we usually has 2 of them. And I…
Kosmo零
  • 4,001
  • 9
  • 45
  • 88
-4
votes
1 answer

Changed Keyboard layout and now can't login anymore because letters are missing on Linux

as you can see from the title i once changed my keybord layout into turkish using this command on the terminal sudo dpkg-reconfigure keyboard-configuration The terminal said, i should restart the machine, so that the changes would get applied.This…
M. Akman
  • 7
  • 5
1 2 3
16
17