Questions tagged as 'teclado'

1
answer

Shortcut key for "surround with" in Notepad ++

The PhpStorm editor has a shortcut key for the "surround with" command, does anyone know if Notepad ++ has this feature and which shortcut key?     
asked by 29.03.2018 / 03:05
2
answers

How to hide the keyboard in the cord by pressing "Go" or "Done"

I have a form in my app, and I would like that after filling, if the person pressed Ir or Done , the keyboard disappeared. Has anyone ever gone through this? Or do you know how to solve it?     
asked by 30.01.2015 / 13:24
5
answers

Keyboard buffer cleaning after scanf

I'm having problems with the scanf(); function. When reading two or more values, subsequent values are not read. I've already tried: __fpurge(stdin); After doing the readings, but in this case, I need to give an enter after each...
asked by 15.03.2014 / 18:25
2
answers

Space between Edittext and android keyboard

I wonder if it's possible to put a margin to space the edittext keyboard so it does not look this close: ThexmlofhowIamdeclaringtheEditText:<EditTextandroid:id="@+id/editTextNome" android:layout_width="match_parent" android...
asked by 14.05.2017 / 23:41
2
answers

How to close a JFrame using keyboard events?

I have a JFrame that I want to close when I press the Esc key ... Well, I did this: public Cadastro() { addKeyListener(this); And then this: public void keyTyped(KeyEvent evt) { if(evt.getKeyCode() == KeyEvent.VK_ESCAPE){...
asked by 26.03.2015 / 21:08
2
answers

Error in key events in Allegro

I'm doing work from my course using Allegro as indicated. I need to capture the keystroke events on the keyboard, so I used the following: al_wait_for_event(evento, &ev); if(ev.type == ALLEGRO_EVENT_KEY_UP){ if (ev.keyboard.keycode==...
asked by 16.06.2014 / 07:34
1
answer

What happens to RAM if a key is pressed on the computer for a long time?

What happens to RAM if a key is pressed on the computer for too long? Example: computer has been turned on and a key is pressed these bytes are being read by the processor and written in memory, right?     
asked by 29.11.2018 / 09:04
1
answer

Type of android keyboard, text and number

How can I make the android keyboard have two types, in case I wanted numbers and letters. I tried using android:inputType , but it did not work. Is there a way to resolve this? Thank you. RESOLVED Looking further into the proble...
asked by 23.11.2015 / 13:55
1
answer

Difference between methods to close JFrame and JDialog after keyboard event

I need to deploy to a desktop application built using swing , a way for the JFrame master to close the application when the user clicks ESC , and the JDialogs daughters of this%
asked by 17.02.2016 / 17:09
2
answers

Use virtual keyboard to help with security?

Does using virtual keyboards (like Google search) prevent typed data from being collected by Keyloggers? If yes, is there any virtual keyboard that might indicate?     
asked by 05.01.2015 / 19:11