Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
52 views

I am experiencing a strange input issue in IntelliJ IDEA on Windows. When I switch the keyboard layout (for example, EN to RU) and immediately start typing, the first character is blocked and Windows ...
Djemmi's user avatar
  • 1
0 votes
1 answer
103 views

The keyboard APIs of Win32 (Windows API family) are known to be confusing, and there are lots of SO answers about how to display approximate information to a human with enough polyglot skills to ...
jb_dk's user avatar
  • 129
0 votes
0 answers
258 views

I'm using Linux Mint with the Cinnamon desktop environment and need to set up the Japanese input method using Mozc. I want to switch to Japanese by clicking on the Mozc icon in the system tray, while ...
Miroslava Letova's user avatar
1 vote
0 answers
34 views

I have the following script, which checks the current keyboard layout (Ubuntu 22.04) and changes the color. local function set_cursor_color() -- Get the current keyboard layout local layout = ...
Vlad Sheryshev's user avatar
0 votes
1 answer
437 views

I'm using UIHostingController to embed a SwiftUI view (ChatScreenView) into my UIKit app. I want to hide the bottom safe area when the keyboard is shown, and it works perfectly on iOS 17 using ...
Kusal Rajapaksha's user avatar
0 votes
2 answers
724 views

There was a similar topic and seems outdated where people suggested using powershell commands. I found another way with chatgpt but kinda stuck in a way that I want to combine two scripts from two ...
evgsrch's user avatar
1 vote
0 answers
81 views

I worked on a C++ project (Ubuntu) reading keyboard layouts using GTK/GDK/X11´s functions( like gdk_keymap_get_entries_for_keycode() or gdk_keymap_translate_keyboard_state() ) I develop in VSCode and ...
user3443063's user avatar
  • 1,697
0 votes
1 answer
42 views

I’m thinking about what would be “the most robust way” to handle the user switching the keyboard layout. And more I think about it, the more I’m confused about the synchronization of ...
Ilya Zakharevich's user avatar
0 votes
0 answers
72 views

I have started doing programming and recently bought a used hp laptop i was ok to use it but as i started programming i noticed that my keyboard symbols printed on keyboard are different from what i ...
Haris's user avatar
  • 1
0 votes
2 answers
593 views

I am trying to toggle line comment in VSCode, but the command isn't working. When the keyboard layout on Windows is Norwegian QWERTY, then the keyboard shortcut is mapped to ctrl+' (or ctrl+oem_2). ...
Zikoat's user avatar
  • 675
1 vote
1 answer
71 views

I am looking to create an onscreen keyboard using Python. The onscreen keyboard should be there only for visual representation. The user should not be able to use the onscreen keyboard to type text. ...
mufc9000's user avatar
0 votes
2 answers
173 views

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) ...
user3443063's user avatar
  • 1,697
2 votes
1 answer
1k views

I developed a "keyboard layout DLL" for Windows but I cannot have it loaded and got no error message. I wonder how to troubleshoot this. There is some sample code for keyboard layouts in ...
Thierry Lelegard's user avatar
1 vote
0 answers
167 views

I am developing a Winui 3 (Windows App SDK) application in which I need a Hindi input functionality in textbox with Remington GAIL keyboard Layout, from my research I found that the Hindi Indic Input ...
Sidhu Shivakoti's user avatar
1 vote
1 answer
218 views

In a macOS application project, passing from Xcode 12 (on Catalina) to Xcode 13 (on Monterey), I encountered a strange issue with my menu shortcuts. I usually add a shortcut to a menu item ...
dspr's user avatar
  • 2,433
2 votes
2 answers
7k views

I have a Server with Windows Server 2022 Core Standard and I set the language and time to US but the keyboard layout to German during installation. However the keyboard layout is US by default for all ...
Sebastiano Liccione's user avatar
0 votes
1 answer
153 views

I would like to prepare images of keyboards where each key can be assigned a different color. I have seen the Python keyboardlayout package but it is not clear how to control the color of the keys. ...
ranlot's user avatar
  • 656
1 vote
0 answers
153 views

I am working on Chromebook today and I can't find how to change the keyboard language in vscode in Chromebook. Changing keyboard input language in other apps works fine but not in vscode and obsidian. ...
Hyo's user avatar
  • 19
0 votes
1 answer
670 views

How to debug on a laptop that has different Function keys? On a PC those buttons work, but on my laptop they don't because, for example the F9 key (which should run the program) locks the screen. The ...
Ineffable21's user avatar
1 vote
0 answers
984 views

I'm writing a simple Qt application for Windows platform. I need to set input language for QPlainTextEdit for it to be non-English by default. How can I do that? All I could find so far is non-working ...
Andy's user avatar
  • 91
0 votes
1 answer
282 views

I've installed latest Fedora-36 + Gnome-42 distro and got some strange issue with keyboard layouts. Somehow VSCode and gnome conflicting and (i guess!) i get frequently overridden keyboard layout. ...
SageCat's user avatar
  • 345
1 vote
0 answers
1k views

I have been working in a .NET MAUI in visual studio for an android application. we need to customize the keyboard layout by our own type. can someone help us on this!! Thanks in advance:)
chilakala lakshmi prasanna's user avatar
0 votes
2 answers
2k views

I'm deploying a VSCode server on an RPi 4B/8GB in order to access VSCode from an Android tablet in the browser, without any termux installation. VScode on termux is not an option in my case as I'm ...
TheDiveO's user avatar
  • 2,781
0 votes
1 answer
335 views

I want to specify classic touch keyboard layout(one with number bar on top) in login page of my UWP app. I understand that it can be done by specifying InputScope="NameOrPhoneNumber" etc. ...
Dileepa Rathnayake's user avatar
2 votes
1 answer
1k views

I can't get my Windows Server 2019 Data Center to recognize Alt Gr key when connected to via Azure Bastion. The key is mistaken for Alt key. My local OS is Windows 10, my browser is Google Chrome. All ...
gertschi's user avatar
2 votes
1 answer
2k views

So I have a working rebinder script, but the problem is when I want to display the rebinded keys names. I am using the new unity input system The code below returns the right names for a qwerty ...
Nathan Barraud's user avatar
1 vote
0 answers
802 views

I'm on Ubuntu 20.04 with GNOME desktop, and recently I started using an Apple Magic Keyboard (model A1644, international 79-key QWERTY version, with Euro and Pound symbols added to 2- and 3-keys). ...
Sita's user avatar
  • 113
0 votes
1 answer
303 views

Please help me get the list of Arguments/Parameters to GetDefaultLayout function from C:\Windows\System32\input.dll. This function is about keyboard layouts. And I already know how to get default ...
Nay Lynn's user avatar
  • 375
0 votes
1 answer
843 views

I setted wrong keyborad layout in /etc/default/keyborad and now cannot login, there is russian alphabet and I cant enter my password in it. Unfortunately its same in ctrl+alt+F1 text console.. I tried ...
paklic9's user avatar
0 votes
2 answers
2k views

my issue is rather complicated, so I do not expect to find a solution, but maybe someone has had the same issue before me. My workspace is composed of 2 computers, a mac and a Pc running linux Manjaro....
Pa Dalton's user avatar
1 vote
1 answer
403 views

I've got a bunch of code set up that uses InputListener.keyDown to test keys pressed, and uses those keycodes to display keystroke hints. However, on non-QWERTY keyboard layouts (like Dvorak or ...
Trekopep's user avatar
1 vote
1 answer
1k views

I'm attempting to follow the suggestions from Google regarding moving forward with KeyboardView.java here: https://developer.android.com/reference/android/inputmethodservice/KeyboardView I've copied ...
CGRemakes's user avatar
  • 325
3 votes
1 answer
811 views

Keyboard: ErgoDox Keyboard-Layout: DE (german) Layout-Configurator: Oryx How to enter the ` grave (aka backtick / accent) in a way, that you don't need to press it twice to appear?
suther's user avatar
  • 13.8k
3 votes
1 answer
2k views

Is there a way to detect a client's keyboard layout in Firefox? I know the answer is yes with Chrome (see https://developer.mozilla.org/en-US/docs/Web/API/Navigator/keyboard): navigator.keyboard....
Basj's user avatar
  • 47.6k
-2 votes
2 answers
2k views

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 ...
Kasmori's user avatar
  • 17
0 votes
0 answers
189 views

I'm using a TypeMatrix 2030 external keyboard, with bépo layout set system-wide on my Ubuntu 20.04. Everything works fine, in each and every app I've used since I own this keyboard (approx. 5 years ...
Nicolas Goudry's user avatar
1 vote
1 answer
784 views

Solved, see below! Is there a way to reset keyboard layouts in general in Windows 10? I messed up using Microsoft Keyboard Layout Creator some time ago, and I'm not able to fix it. This is NOT ...
user1956527's user avatar
0 votes
3 answers
1k views

I would like to start coding in the APL programming language. But for that, I need the right keyboard layout! Here is the list of behaviors I'm looking for: can be used with other layouts (us, fr...) ...
RilDev's user avatar
  • 331
1 vote
2 answers
230 views

i am using PyCharm under Manjaro Linux. I have two languge bindings, german and english (which i use for coding and work). If i want to execute a short cut in PyCharm (e.g. ctrl+z for undo), it ...
m4D_guY's user avatar
  • 198
2 votes
1 answer
2k views

My system is Ubuntu 20.04, and it uses XKB layout files on /usr/share/X11/xkb/symbols. I would like to use Level5 on my own keyboard layouts, in order to increase the number of symbols I can type with ...
sakuragasaki46's user avatar
3 votes
3 answers
771 views

I'm trying to bind Ctrl + + and Ctrl + - to zoom in / out actions. This question explains that on some keyboard layouts, + and - exist on the primary layer, whereas on others they exist on the ...
Reto Höhener's user avatar
0 votes
2 answers
1k views

I have for example 2 languages installed — English and Russian. And Russian has 2 keyboards — Ordinary and Mnemonic: When I run the code: UINT uLayouts; HKL *lpList = NULL; wchar_t szBufLng[512], ...
ViH's user avatar
  • 447
1 vote
0 answers
2k views

I typically use Workman as my default keyboard layout, but this causes issues with VSCode as it does not detect the change. What this means is that all the keybinds in VSCode are all over the place; ...
Kalcifer's user avatar
  • 1,749
9 votes
2 answers
6k views

It is a known issue that in windows 10 when you decide to add multiple languages you end up with several keyboards that you can not get rid off. A well known solution that I have used in order to have ...
Alexius DIAKOGIANNIS's user avatar
3 votes
2 answers
443 views

I need to install several 'custom' keyboard layouts on Windows 10. These are not MKLC generated layouts. What is a 'safe' KLID to use for my layouts? axxxxxxx seems to be used by MKLC. Dxxxxxxx seems ...
RSullivan's user avatar
  • 107
0 votes
0 answers
211 views

I have an iOS app which needs to work with a bluetooth keyboard. So I overrode PressesBegan. public override void PressesBegan(NSSet<UIPress> presses, UIPressesEvent evt) { var handled = ...
Michael Rumpler's user avatar
6 votes
3 answers
2k views

for lock screen, gnome uses keyboard layout that was last used before locking the screen. Is there a possibility to configure gnome in such a way that it will always switch keyboard layout to some ...
Alexey Gusev's user avatar
1 vote
1 answer
999 views

I am making an application in react native. Whenever I open keyboard my whole layout moves upwards, can't find solution of it. I have already tried using keyboard avoiding view, keyboard scroll view ...
Nizami's user avatar
  • 239
2 votes
1 answer
516 views

What are the pygame key names for number keys on an azerty layout? I need to know this to be able to properly detect key presses on an azerty layout which I don't have. I have tried switching my mac ...
spacether's user avatar
  • 2,851
0 votes
1 answer
3k views

My problem is that I want to show a keyboard to users that shows all keys on the keyboard and highlights certain keys. For my purpose, I want to show: some keys with black backgrounds some keys with ...
spacether's user avatar
  • 2,851

1
2 3 4 5 6