Questions tagged as 'teclado'

1
answer

Text selection via keyboard [closed]

Have you ever wondered how to select text from a specific part of your navigation? For example to select within a input box we use directional arrows like this: shit + ⇐ , shit + ⇒ , shit + / kbd> and shit + ⇓ . Or use ctrl + a ,...
asked by 18.02.2017 / 00:12
1
answer

Action on the back button when the keyboard is active

I'm trying to use the back button action to pop up a menu in my application, with the onKeyUp method. As soon as the back key was clicked, the menu should immediately appear. In my application I work with tabHost, there are 3 screens, in the...
asked by 23.02.2016 / 22:00
2
answers

How to simulate scrita in input by Javascript (without Jquery)

I need to simulate an input as if someone is typing this includes calling the Keyup, KeyDown, Keypress, Change etc events. Just javascript even without JQuery.     
asked by 20.05.2018 / 01:59
1
answer

Android Event Keyboard OK Button

Good afternoon, people again, asking for help. I would like to know how to get the OK button event from the keyboard. Example if I have a login and I want it to click on ok it will have the same effect that the button would enter from my applica...
asked by 09.07.2014 / 22:05
2
answers

Compare numeric keypad combination with user bcrypt

Speaking people, I'm developing a numeric keypad just like banks, where the user selects a combination of numbers, but has to make a comparison with his stored password in bcrypt. The password is always 6 numeric digits (it gets easier, right?))...
asked by 10.04.2018 / 19:37
1
answer

How to know the direction of the mouse?

I would like to make a small program that indicates to which position the mouse is moving (right, left, high, low, right and high, right and low ...), but I can not come to a logic that give this result. Examples: If the Y and X are being inc...
asked by 27.10.2018 / 10:34
2
answers

Doubt about KeyPress in Pygame

I have a question regarding Pygame. I'm starting to fiddle and I found a problem here. When I press the A (left) button, I move the image to the left, until everything is ok. But if you keep the key pressed it does not repeat the movement. I...
asked by 03.11.2017 / 18:25
2
answers

How to create an event where when user press the space key something happens?

So far I have only this code snippet: personagemPular.on("keyup",function(){ I wanted to change this keyup by pressing space. And I'm also using a text area in HTML to receive keyboard input, how do I get it from anywhere on the screen?...
asked by 09.06.2017 / 20:22
1
answer

Capturing action of certain buttons in a JFrame

I created a JFrame that, when clicking the keyboard buttons: up, down, left and right, a certain action should take place (a Joption in the case). For this I am using a KeyListener , but unfortunately I click on certain buttons a...
asked by 20.06.2017 / 00:46
1
answer

How do I display the keyboard using a cord or phonegap?

I am using a cell / phonegap and would like to know: How do I display the keyboard (in the Android OS) once the user logs in to a page that only has a text field?     
asked by 18.06.2014 / 03:50