Skip to main content

Questions tagged [keyboard]

A text input device. Use this tag to ask programming questions related to typing, keyboard hiding and more.

-1 votes
0 answers
9 views

How find method keyboards layout change for Uyghur, Tatar, Arabic, English languages? [closed]

I am using debian with i3wm and dwm. I need 4 keyboards so I can change them. I can't find the code for the tatar and uygur keyboards. I tried to use the language code but it is wrong. Please help me. ...
Moohammad's user avatar
-1 votes
0 answers
15 views

How to get smart power on working with RPi Pico as virtual keyboard with Lenovo pc

I have a Lenovo m90q which has a smart power on USB port. You can plug a keyboard that supports this in this port and when you press Alt+P on the keyboard, the computer will power on. I have checked ...
user26432072's user avatar
0 votes
0 answers
11 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
0 votes
0 answers
27 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
20 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
43 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
0 answers
10 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,559
0 votes
1 answer
25 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
-3 votes
0 answers
26 views

Mouse and Keyboard problem. It won't work. Windows XP Service Pack 3. SP3 Korean [closed]

I have been having this problem on Windows XP Service Pack 3 Build 2600. It is a Korean version. I have it installed in a virtual environment. I have tried to change in VirtualBox to PS/2 Mouse, but ...
StarStuffTech's user avatar
-1 votes
0 answers
18 views

Alternative row colors in a Android Custom keyboard

I am trying to create custom keyboard which is working fine, however, I want to give two colors for alternative rows. I have keyboard view xml and key_background and key_background1 defined, the code ...
Rupesh Nath's user avatar
0 votes
2 answers
45 views

Flutter getting the keyboard height before it render

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
-1 votes
0 answers
25 views

Swiftui keyboard not appear

I try to make a textfield get focus, and i set focus state to true in on appear, but i only see cursor in the textfield(not blink), and the keyboard not appear too,so weird @FocusState private var ...
Frog Tan's user avatar
0 votes
0 answers
39 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
  • 21
0 votes
2 answers
22 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
11 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,085

15 30 50 per page
1
2 3 4 5
851