Top "Enter" questions

The ENTER/RETURN key on the keyboard.

Automatically press Enter to continue in Bash

I want to change RSA Keys to open ssh connections without any problems. It works fine, if I use this …

bash input enter
Call a specific button onClick event when the enter key is pressed C#

I'm trying to get a specific asp:button onclick event to fire when I press the enter key in a …

c# onclick keypress enter
How to disable enter key in html form?

Quick question. How do you disable Enter Key when you submit the form? is there a way in PHP or …

html forms enter
Detect enter in input elements of a certain class

I need to detect when someone hits "enter" in text inputs with a specific class. My jQuery is as follows: $(…

jquery class keypress enter
how to focus next cell in kendo grid by pressing enter key

<button class="k-button" id="batchGrid"> Batch Edit</button> <div id="example" class="k-content"> <…

jquery kendo-grid enter
Android disable Enter key in soft keyboard

Can anyone tell me how to disable and enable the Enter key in the soft keyboard?

android key android-softkeyboard enter
Reading a sentence until ENTER key pressed using 2-D char array

I need to read a sentence word by word until "ENTER" key is pressed. I used a do..while loop …

c++ arrays string enter words
Hotkey/Shortcut for JButton

I have the following code of JButton in Java: enterButton = new JButton("Enter"); enterButton.setMnemonic(KeyEvent.VK_ENTER); // Shortcut: Alt + …

java swing shortcut hotkeys enter
Detect when link is activated - either by click or tab and enter

Just wondering if anyone knows of a way that wiring up jquery to run a function for when a user …

jquery click href enter
Prevent postback on Enter in a asp.net inputfield

I have a problem with the key Enter in javascript and asp.net I have a control like this with …

c# javascript asp.net postback enter