252 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
53
views
IntelliJ IDEA blocks first character after switching keyboard layout (Windows beep sound)
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 ...
0
votes
1
answer
105
views
Win32: How to check if a HKL refers to a specific family of IMEs
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 ...
0
votes
0
answers
320
views
Issue with Setting up Japanese Input Method (Mozc) in Linux Mint (Cinnamon)
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 ...
1
vote
0
answers
39
views
Changing the appearance depending on the keyboard layout
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 = ...
0
votes
1
answer
445
views
How to hide bottom safe area when keyboard is shown on iOS 15+ with UIHostingController in UIKit?
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 ...
0
votes
2
answers
761
views
add and remove language with powershell commands and single batch file in Windows 10
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 ...
1
vote
0
answers
81
views
How to access keyboard Layout on macOS Xcode C++
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 ...
0
votes
1
answer
43
views
The switch of keyboard layout on Windows: synchronization with the multistage-processing of character input
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 ...
0
votes
0
answers
75
views
Unknown Hp keyboard layout finding difficulty in programming
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 ...
0
votes
2
answers
610
views
Ctrl + ' (single quote) does not send a key sequence on keydown, and VSCode can't toggle line comment
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). ...
1
vote
1
answer
71
views
Stop user from typing using the onscreen keyboard Python
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. ...
0
votes
2
answers
178
views
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) ...
2
votes
1
answer
1k
views
Developed a Windows keyboard layout DLL but not loaded, no error message
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 ...
1
vote
0
answers
170
views
Microsoft Indic Input 3 is not working with Win UI 3 (Windows App SDK) application Textbox
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 ...
1
vote
1
answer
221
views
Xcode keyboard layout and shortcuts
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 ...