Most voted "keyboard" questions
Tag referring to keyboard activities (physical or virtual), both addressing information input/output issues and specific settings.
Learn more…90 questions
Sort by count of
-
1
votes2
answers1376
viewsHow to simulate input script by Javascript (without Jquery)
I need to simulate an input as if someone was typing this includes the call of the events Keyup, Keydown, Keypress, Change etc... Javascript only even without Jquery.
-
1
votes1
answer650
viewsHow to use the Keyboard library?
How do I use the Keyboard to perform an activity if a certain key is pressed? In my research, I couldn’t find any example in this mold: import keyboard b = 0 if keyboard.press('b'): #sei que o certo…
-
1
votes1
answer136
viewsCapture action of certain buttons in a Jframe
I created a JFrame that by clicking the keyboard buttons: up, down, left and right, there should be a certain action (a Joption in the case). That’s why I’m wearing one KeyListener, but…
-
1
votes0
answers80
viewsCommunication with keyboard with PS2 display
I need to develop communication with the display of a keyboard (44key keytec mark) using windows. In C, for linux, using #include , the inb() and outb() functions works correctly. For windows, the…
-
1
votes1
answer35
viewsGame does not recognize keyboard input by "pynput"
I’m creating a bot to press the "A" key inside a game. Code I am using: from pynput.keyboard import Controller; from time import sleep; keyboard = Controller(); sleep(2) keyboard.press("a");…
-
1
votes2
answers2468
viewsDoubt about Keypress in Pygame
I have a question related to Pygame. I’m starting to move and I found a problem here. When I press the button A(left) I make the image walk to the left, until then everything ok. But if I hold down…
-
1
votes2
answers286
viewsCompare the combination of the numeric keyboard with the user’s bcrypt
Speak guys, I’m developing a numeric keyboard like the banks, in which the user selects a combination of numbers, but has to make the comparison with the password stored it, in bcrypt. The password…
-
1
votes0
answers158
viewsIonic 3 - Disable specific view keyboard
I’m using the app on a physical keyboard data collector. Client asked to disable native Android virtual keyboard on some screens only. I installed the Keyboard of Ionic-Native, another of Cordova…
-
1
votes0
answers14
viewsNavigation bar is transparent when the keyboard is opened in Immersive mode
I am developing an application in Immersive mode, my problem is when the user will insert some text, when the keyboard opens the navigation bar and notificaton bar are transparent. This is the code…
-
1
votes0
answers57
viewsHow to capture the keyboard in the pygame during the game, where there is only sound?
So guys. I’m visually impaired and I’m starting now in game programming, trying to make a pygame game, but using only sound. But in the main menu I want to press the down arrow it goes to a "new…
-
1
votes0
answers55
viewsHow do I manipulate Joptionpane.showConfirmDialog Java via keyboard?
I created a PDV system for a customer, only he did not like to use mouse when finishing sale, because it loses a lot of time. So I went after several tutorials and forums, but I couldn’t find…
-
0
votes2
answers947
viewsHide keyboard with Fragment
I’m making a mobile app that has screens on Fragment with Drawer, and in them EditText, but I’m having a problem that by clicking on EditText and then click away, or click the menu the keyboard does…
-
0
votes1
answer289
viewsHow to collect keyboard when cancel search button is clicked?
How to collect the keyboard when the cancel button is clicked on a Uisearchbar? I tried some methods and even the delegate’s methods, but it didn’t work. I’ll put up an image to be more precise: I…
-
0
votes1
answer407
viewsHow to add characters to a native iOS keyboard type?
Scenario: On an app screen, the user must inform a data type that is only numbers to perform a search. To avoid using text, I set up a keyboard for the type: Number Pad. But I need other characters…
-
0
votes2
answers348
viewsKeyboard up before view up
As the statement says, As soon as I touch one input the keyboard goes up and then the view goes up. I’d like to know what I’m doing wrong. PS: In addition, between the keyboard and the view, there…
-
0
votes1
answer92
viewsUitextfield does not display keyboard (IOS / Objective C)
My field (Uitextfield) does not display the application keyboard when it is selected through the simulator.
-
0
votes1
answer1447
viewsKeyboard Cordova hides inputs
I’m developing a aplicativo hibrido I use Cordova plus HTML5 + jQuery and I’m having a problem. When I click on the text field to type something the automatic keyboard event is triggered and the…
-
0
votes0
answers44
viewsOnly numbers in Textbox in C# (with Num Lock, WPF Project)
In this command below only the numbers between the quotes (") and the minus (-) of the keyboard work when the user type in a Textbox. I need it to work as well when Num Lock is enabled on the…
-
0
votes1
answer213
viewsHow to resize Relativelayout while keyboard is active
Good night! I’m a beginner on android, so I’m sorry if it’s a stupid question. I did not find solution to my problem in this forum, so I decided to create this post. I have a very simple…
-
0
votes1
answer61
viewsQml item in fixed position
Mobile devices move the elements up when the keyboard is called, but there are elements that stay in the same position when the device keyboard is called as in the images below. How can I keep a Qml…
-
0
votes1
answer651
viewsSet cursor focus position in Edittext
Is there any way when I call the virtual keyboard (SoftKeyboard) set the cursor position? I have a EditText which is already filled in by default the number 10, when the keyboard starts I want the…
-
0
votes1
answer100
viewsSwift - Move Uitextfield up when it is inside a Uitableviewcell
Hello! I’m trying to move up a UITextField when he’s inside a UITableViewCell and the keyboard appears, but I don’t have a TableViewController. To UITableView is inside a ViewControllerregular. The…
-
0
votes1
answer359
viewsSwift: change place button according to the appearance of the keyboard
I’m making an app in Xcode and I would like the button, which is at the bottom of the screen, to move according to keyboard appearance. Thank you…
-
0
votes1
answer2333
viewsHow to capture a key pressed in C#
I have an application with digit buttons and want to capture keystrokes and run the events of these buttons. I added an event of keypress in the window and tried to capture the typed key, but could…
-
0
votes2
answers1674
viewsAndroid keyboard does not override buttons
On one of the screens of my application: When I open the keyboard it overwrites the finished button: Screen that original Food Registry Already on this other application screen this does not happen…
-
0
votes1
answer220
viewsHow to create a dynamic search box?
On this website - http://www.euescolhiesperar.com/ - when you type in the search box, the results appear instantly without being required to press enter. How can I do this in Blogger? Thank you!…
-
0
votes2
answers1138
viewsJquery - Make ENTER trigger a button
I have a code in Javascript/Jquery that I wanted to also execute the function or when clicking the button, or that the button was triggered with enter when typing. Detail that this is just a test…
-
0
votes1
answer412
viewsUse semicolon instead of comma on numeric keyboard with Linux Mint
I’m using the Linux Mint 19.1 Tessa On my number pad the dot button (.) click inserts comma (,) I tried to enter the settings but did not find the option that makes this change There is how to…
-
0
votes1
answer18
viewsCheck if two keys were pressed at the same time python
Hello guys I’m using python and the pynput.Keyboard module to check keystrokes until then everything ok, but I would like to know when two keys were pressed at the same time: example Shift+L or any…
-
0
votes1
answer592
viewsKivy event with keyboard
I’m creating a piano with kivy working all right, but only with the click of the mouse on the Button , I want to know how to type a key the Button run without I have to click with the mouse from…
-
0
votes1
answer88
viewsUiscrollview rolling when displays keyboard - Swift
Hello I am using a Uiview with a Uiscrollview to assemble a layout, but every time the keyboard is shown the scrollview and scrolled down, I have tried some solutions, found here and in other forums…
-
0
votes1
answer3819
viewsReact-Native keyboard problems
Good night, I’m having a problem on the keyboard of my android application, I would like when opening the keyboard of the same, only the bottom text box if moved, or the items of the screen adjusted…
-
0
votes0
answers82
viewsPycharm Error Special Character Tremble
I’m having a problem with my Mac’s ABNT keyboard when using Pycharm (only with it). When typing simple quotes (') it presents a special character (square and not recognized), which disturbs at the…
-
0
votes2
answers2984
viewsHow do View move when displaying keyboard (IOS and Android) in React-Native?
I’m developing a messaging app in React-Native. When clicking on the text input, and the IOS keyboard is displayed, it hides the text input view, which is displayed at the bottom of the screen. How…
-
0
votes1
answer732
viewsFlutter - How to use Scrollview correctly when showing the keyboard?
I’ve seen several videos on youtube about it but in my code it doesn’t work like in the video. I’ve looked at some questions and some dirty using the code below, but it doesn’t solve the problem.…
-
0
votes1
answer33
viewsProblem when using keydown
I’m doing a project that calculates some physics equations from the data passed by the user. My goal is that the program, when perceiving a "keydown", use the entered value to, if possible,…
-
0
votes2
answers30
viewsEnable input with enter key
Good afternoon, esotu trying to create a login system and to enter the system by clicking the enter key on the keyboard, ends up redirecting to my "forgot my password" besides activating the key…
-
0
votes0
answers22
viewsSkip Textinput to kivy
I am developing an application that collects data from the user through Textinput widgets. I can do this task of "taking" user data and storing it. However, my software only accesses the text fields…
-
-1
votes1
answer271
viewsAndroid Firemonkey virtual keyboard repeating words
We have an Android app that is experiencing typing problems after sending a message. The problem happens when we try to insert a new message, after typing the first character, Tmemo automatically…
-
-2
votes0
answers22
viewsIs it possible to create a script that simulates pressing CTRL and + or CTRL and -?
Solve accessibility problem on a page. It is possible to simulate the keys in a script CRL + + and CTR + -. These keystrokes increase and decrease the zoom of the screen, respectively. Complementing…
javascript keyboard accessibility screen-resolution zoomasked 3 years, 4 months ago Roberto Antonio Leal 1