Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

How to send Unicode in a USB HID report?

There's a question with almost an exact name name. The answer states that for (general) Unicode characters his solution was OS-dependent. However, the HID Usage Tables 1.5 doc has a dedicated Usage ...
étale-cohomology's user avatar
-1 votes
0 answers
13 views

I was using VS code and node js for a while now and after a few weeks my keyboard started glitching , any solution?

When I deleted Node.js and VS Code, it started working normally and when I downloaded VS Code and Node.js again, the glitching came back. Keyboard even stopped working at times. Is anyone facing this ?...
Arsh Rawuthar's user avatar
0 votes
0 answers
9 views

Keyboard character issues when accessing Windows & Linux VMMs on a Synology NAS from a MacBook / MacOS

Problem: When I access a VM from the MacBook via Browser, I get a "^" back, when I press the "<" key. Setup: Synology DS224+ with VMM (Virtual Machine Manager) Windows 11 VM @ ...
RyderHook's user avatar
-3 votes
0 answers
26 views

I got a new keyboard and when I type on internet or notepad it works as usual, but on VS Code sometimes the keyboard stops running [closed]

the keyboard run on VS Code, but it stops running unexpected. I tried: change the usb port, but the probles was not solved. I made driver actualization and did the restart on pc, but after it the ...
Sebastian Noth's user avatar
0 votes
0 answers
18 views

Secure Keyboard Not Detected Using MediaQuery.of(context).viewInsets.bottom > 0 in Flutter

I'm working on a Flutter app where I want to detect if the keyboard is visible to adjust the UI accordingly. I'm using the following logic to check if the keyboard is visible: bool isKeyboardVisible = ...
NewbieMF's user avatar
0 votes
0 answers
19 views

Flutter: how Focus works for keyboard in iframe?

I met an interesting problem, I have a simple flutter build that use GestureDetector, MouseRegion, and Focus to listen for user input. GestureDetector listens to user clicking, and Focus listens to ...
Ericss's user avatar
  • 1
-1 votes
0 answers
16 views

Ionic iOS project Chinese characters for-more-suggestions button can not be clicked to display drop-down box

Just like what title describes, when using IonInput component in project and trying to input some Chinese characters, the for-more-suggestions button looks just like being transparent and can not ...
Vancent's user avatar
-2 votes
0 answers
39 views

How to detect if a key is pressed in c++ on a Mac OS X

Does anyone how I can check if a key has been pressed on a Mac OS in c++?(Without an API, just standard libraries) The only way I've seen is using a function on Windows, I haven't seen one on a MacOS. ...
Ayam Cemani Chicken's user avatar
0 votes
0 answers
19 views

flutter pwa closes keyboard

I develop a PWA with flutter and deploy it on server. when launching it on mobile, after typing a text, keyboard closes automatically. but I want keyboard be open. How can I do that? can anyone help ...
yalda mohasseli's user avatar
0 votes
0 answers
15 views

DeadKeys and SGCAPs in Microsoft Keyboard Layout Creator

I am using the Keyboard Layout Creator (MSKLC) Windows 11 and I am trying to create a Keyboard Layout with Swiss German Caps and Dead Keys. So e.g. the key a, in SGCAPS, will switch to a dead ^. This ...
Bastian's user avatar
  • 15
1 vote
0 answers
96 views

Is there a method for getting a keyboard input thru ASM with protected mode in C++, from the x86 PC keyboard controller?

I've been working on a kernel that my system needs. I've implement some functions that acts as a wrapper for I/O. But somehow, the get_char() only returns 0. Code: uint8_t inb(uint16_t port) { ...
Minh Khôi Nguyễn's user avatar
-1 votes
1 answer
78 views

C: Reading terminal key combinations (Ctrl+shift+)

I'm trying to build a simple terminal program with ncurses, but I'm having a hardtime trying to read key combinations like (Ctrl+shift+) or (Ctrl+) I tried other libraries like libtickit which can ...
Yaiko's user avatar
  • 37
0 votes
1 answer
45 views

How to prevent WM_CHAR for keypresses handled by WM_KEYDOWN?

I've written a custom Windows control that processes WM_CHAR messages for text input and WM_KEYDOWN messages for "navigation" keystrokes from keys like the arrows, Delete, Home, etc. I would ...
Adrian McCarthy's user avatar
0 votes
0 answers
17 views

Python keyboard library call always running (not waiting for keypress)

I'm running a simple python script, using the boppreh/keyboard library. It exits right away instead of waiting for the actual key press to happen: import keyboard mc_quit(): print("all done&...
awoodbridge's user avatar
1 vote
2 answers
48 views

Elif condition that is intended to break the function when it reaches a certain value doesn't work

i have been working on a program that detects the number of times "enter" has been pressed, the problem is that the elif/if condition that is supposed to break the function when the variable ...
Iv102's user avatar
  • 13
0 votes
1 answer
28 views

SwiftUI Toolbar on Keyboard not shown at first time

When I open my new page, and then select TextField keyboard open but toolbar with done button not shown. After I took my app background mode to foreground mode toolbar with done button shown. This is ...
Emiray Nakip's user avatar
0 votes
0 answers
28 views

How to stop TextView: UIViewRepresentable text from being covered by the keyboard

I have a TextView: UIViewRepresentable struct that creates a UITextView that I use within a SwiftUI view. My problem is that if the text is low enough on the screen, when I tap it to edit the text, ...
Matias Carulli's user avatar
0 votes
1 answer
15 views

IntelliJ Size of Text

I accidentally changed the text size to be too big and now I'm having trouble changing it back. Does anyone know a keyboard shortcut to undo it or make the text smaller? I managed to click on the ...
Sughashini Rajendra's user avatar
0 votes
0 answers
22 views

Keyboard swapping from emoji to alpha not resizing view

When you open the keyboard, the textfield moves up and the bottomnav is hidden.When switching to the emoji keyboard, it likewise adjusts automatically. However, when going from emoji to alpha again, ...
Terry's user avatar
  • 1
0 votes
0 answers
36 views

Intercept the power button press event using on an macOS app using swift and swiftUI

I am writing a small macOS app in which the app intercept all the keyboard events and nullify them.I use CGEventType to achieve this goal, but CGEventType does not include the power button on macbook. ...
Lin Chen's user avatar
0 votes
0 answers
23 views

User/Password suggestion in Android Webview

My Android app is embedding a web login page into a webview. When the login textbox is clicked, the username saved in the Android password manager has always been suggested on the top part of the ...
Daniele B's user avatar
  • 20.6k
0 votes
0 answers
24 views

How to display the bottom (tabs) nav bar from expo-router in iOS, portrait orientation, with keyboard open, as in Android, preserving ScrollView?

I am using expo-router with the (tabs) directory. I'm also using react-native-safe-area-context's SafeAreaView. I would like, in portrait orientation, the (tabs) nav bar to appear above the keyboard ...
Tim Heilman's user avatar
0 votes
0 answers
30 views

Android: Issue with Samsung Keyboard Auto-Replace in Jetpack Compose TextField

I'm experiencing a strange issue with the Samsung keyboard in a Jetpack Compose TextField. When Auto replace and Suggest Text Correction are enabled, sometimes the suggested text from the keyboard ...
Farhad7's user avatar
  • 143
0 votes
3 answers
55 views

Is it possible to call functions in Python based on keypresses along with data entry?

My goal is to make a trig calculator; I am doing this for fun. I tested out the code that gives you the value for the specific trig value, e.g sin30 = 0.5, and it works. However, when I got to the ...
marc77's user avatar
  • 7
0 votes
0 answers
16 views

Keyboard Extension Input Field Not Working

I've been working on a custom keyboard extension and encountering an issue where I can't input text into the Custom TextField. Even when the TextField is selected (indicator is on), the input still ...
Muhammad Bilal's user avatar
1 vote
1 answer
61 views

.NET MAUI Editor Control Keyboard Problem

The Editor control in .NET MAUI has no keyboard style with a "Done" button except for "Numeric" and "Telephone" styles. This is a problem. If a user taps in an Editor ...
DA Consulting's user avatar
0 votes
0 answers
16 views

Ediitext getting under keyboard kotlin android

I have a fragment, in that i have a scrollview,(edittext inside scrollview) and recyclerview as well. when i am clicking edittext, keyboard is hiding it. I have only one Activity and many fragments ...
Abdul Rafay's user avatar
0 votes
1 answer
16 views

Is there any way to get information about a hardware keyboard connected to an Android device?

I've looked everywhere but can't find an answer specifically for hardware keyboards. I've tried checking the devices list from UsbManager but it comes up empty. I am able to detect whether a hardware ...
Itamar Bitton's user avatar
2 votes
0 answers
22 views

iOS numeric keyboard doesn't have a period and the decimal inputmode is not considering properly the comma

I'm having a problem on iOS devices when filling a <input type="number" inputmode="decimal">. The iOS keyboard for these inputs shows numbers and a comma, only. iOS keyboard ...
Raul Ramos Pinto's user avatar
0 votes
0 answers
36 views

Collapsible Banner covers the keyboard when displayed

When showing Collapsible Banner at the same time as using the device's keyboard, the keyboard is behind the ad. How to make the device's keyboard always appear at the top. I tested on some real ...
Ngô Trần Anh Phôn's user avatar
0 votes
0 answers
18 views

How to make that when keyboard appears it pushes message (tableView content) up?

As in iMessage for example, when keyboard appears, I want to push messages up also. Please help I've tried put tableView bottomAnchor to backdrop top. But it's not as I want. Messages should be behind ...
Ray's user avatar
  • 21
1 vote
0 answers
24 views

Can a bluetooth audio device (headset) send key events similar to an input device?

I downloaded an app on my android device that reads key events called KeyEvent Display. The app can detect key events from an external bluetooth keyboard. I have a few questions: When I press the ...
Nikolaos Beratlis's user avatar
0 votes
1 answer
69 views

Is there a way to disable winapi global keyboard hook?

Is there any way to disable the global low-level keyboard hooking mechanism? I'm thinking of the case where my app accepts a password: it would be nice to stop all other apps listening to the ...
PhilCoder's user avatar
0 votes
0 answers
19 views

Building a custom keyboard with Cherry green switches, RGB backlit, trying to find keycaps / switches that do not bleed light

I am building a custom keyboard. 102 key, all metal (aluminum). I like the feel of Cherry MX Green 80 Clicky) switches but unsure if they're compatible with an RGB backlight. The aluminum chassis I ...
PreatorKarnas's user avatar
3 votes
0 answers
2k views

Implementing SnapTap Feature Using AutoHotInterception in AHK

I'm trying to replicate a feature called "Snap Tap" found in Razer keyboards, which is similar to the Null Movement/Null Bind function. I found an existing AutoHotkey (likely AHK v1) script ...
vini_seboldp's user avatar
0 votes
1 answer
32 views

React Native: Bottom Tab Navigator shifts up when keyboard is open

I'm working on a React Native project where I use a bottom tab navigator. When I open the keyboard on a page without the bottom tab, and then navigate back to a tab navigator page using a gesture, the ...
Jay0813's user avatar
  • 75
0 votes
1 answer
55 views

Keyboard dosen't exist?

Full error image I'm trying to use the keyboard class. Here is my code using System; using System.Windows; // shows this is unnecessary namespace HelloWorld { public class Map { ...
Tilak Rao's user avatar
0 votes
1 answer
30 views

How to bind keyboard events in Template of Lit Web Component

I have a Lit web component that contains a button with a click event. Simplified, it looks like this: <button @click=${props.onClick}> <!-- button content --> </button> The ...
ineedtoknow's user avatar
  • 1,581
0 votes
1 answer
43 views

How to Temporarily Disable Keyboard Input in a macOS Application?

I am working on a macOS application using Swift and Flutter, and I need to create a functionality to temporarily disable the keyboard input, similar to a "keyboard clean tool". I have ...
Fathurrohman's user avatar
0 votes
2 answers
96 views

Flutter getting the keyboard height before it render [closed]

i am creating chat app using flutter framework and i am trying to add emoji keyboard the problem is that I can't switch between the main keyboard and emoji keyboard smoothly is there any suggestions ...
Maher Gh's user avatar
0 votes
0 answers
43 views

How to skip dialog printed to terminal when pressing Enter

I have a function that prints the string given to it in a slower way (one letter per 0.05 second): def tobyTalks(sentence): skip = False for letter in sentence: print('\033[1;34m' + ...
taha's user avatar
  • 23
0 votes
2 answers
42 views

How to prevent ionic 4 capacitor keyboard from closing when clicking another input, after an input is already focused

I'm going to link the APK. Click the Login button to get to the issue :) https://drive.google.com/file/d/1BKol_X_FhISZw6bnuwV6PN7fopAa0xlt/view?usp=drive_link Basically, if you select the "Enter ...
Colin's user avatar
  • 13
0 votes
1 answer
30 views

Keycode for copy/paste/cut

I wanted to use keyd to map some keys to copy/paste/cut in a layout-independent way, and I saw some keyboards (typematrix) that have keys for copy/paste… But unfortunately, I can't find any keycode to ...
tobiasBora's user avatar
  • 2,165
2 votes
2 answers
51 views

iPhone keyboard dissapear and appear again when switching between fields with onTapGesture(hideKeyboard)

I have this code in Swift (iOS 16+) and I have a login screen into my app, where the user needs to enter an email and password. I also have a .onTapGesture method on the GeometryReader { ... } ...
Petr Jelínek's user avatar
0 votes
0 answers
27 views

How to avoid the focus gain of my virtual-keyboard over the text fields

I have made a virtual keyboard with tkinter in python. When i click one of the letters my tkinter window gains the 'focus' and therefore my focus will not be anymore in the text field so the program ...
JUAN ESTEBAN MONROY CASTELLANO's user avatar
0 votes
0 answers
53 views

USB HID Consumer Control using LUFA

I am using the LUFA keyboard demo, and for regular keystrokes it is working just fine. Unfortunately I cannot get media keys to work. My research online has pointed me towards modifying my HID ...
00728M's user avatar
  • 13
0 votes
2 answers
150 views

.Net Maui Android cannot hide keyboard

UPDATED - Trimmed down user control: using CommunityToolkit.Maui.Core.Platform; using CommunityToolkit.Mvvm.Input; using System.Diagnostics; namespace GSL.Presentation.CustomControls; public partial ...
George M Ceaser Jr's user avatar
0 votes
0 answers
17 views

The iOS keyboard pops up in the middle and then to the bottom

Sometimes when I go from one page to another, the keyboard pops up from the middle, and then when the page is fully displayed, the keyboard falls down again, and this situation doesn't happen every ...
Kiwi Zhang's user avatar
0 votes
0 answers
49 views

Trigger the keyboard IME via javascript

I am trying to build a visual/virtual (HTML/CSS/JS) keyboard and need to handle IME because of Chinese. If I change the value of the input, IME is not showing If I fire a KeyboardEvent keydown, IME ...
Léal's user avatar
  • 61
0 votes
0 answers
44 views

chrome kiosk - virtual keyboard disable keys windows 11

I have a kiosk pc running windows 11 and use on screen keyboard from windows. on the keyboard shortcut like ctrl + w and windows 10 is possible, can i disable these on any way?
Klaus B's user avatar
  • 21

1
2 3 4 5
256