The ENTER/RETURN key on the keyboard.

learn more… | top users | synonyms

0
votes
2answers
26 views

ASP .NET - Submit on Enter - Prevent 'defaultbutton' when other button has focus

I have a search form consisting of the following... <asp:Panel DefaultButton="btnSearch" ... > [...search criteria fields...] <asp:Button ID="btnReset" OnClick="btnReset_Click" ... ...
-2
votes
0answers
22 views

Notepad++: After Beginning Brace and Enter Insert Closing Brace on Third Line [closed]

I have been trying to switch to Notepad++ as my main code editor because I really like it. I have gotten NppAutoIndent and XBrackets Lite to manage the indentation and auto-closing of source files, ...
1
vote
0answers
24 views

jQuery UI dialog closes on enter

When I open a jQuery UI Dialog widget and the content in the dialog contains a textbox the dialog automatically closes when I press enter. This seems to happen only when using IE9 or IE10. I do not ...
0
votes
2answers
43 views

Changing focus from on textbox to another, when tabpages is changed in C#?

I have several tabs in a form. Each tab has one textbox. When I enter tabpage1 I have managed to set the focus on the textBox1. When I press a button in tabpage1 I jump to a random tab in the ...
0
votes
0answers
22 views

remove tabindex for key enter

currently i facing a problem on tabindex on key enter. I creating a plugin for a program using dev express. (c#) the plugin is about searching items. but i notice that when key "enter" is send, its ...
0
votes
0answers
21 views

JTextfield KeyListener, generate string when enter key is pressed [duplicate]

i have created a simple Java chat with a simple GUI, and i would like to add the option that when the ENTER key is pressed, the text that was entered in the Jtextfield would be inserted into a String ...
0
votes
1answer
41 views

How to get a JTextField to respond to the enter key

So I want to get a JTexField to put the text in it into a JTextArea when the enter key is pressed with the cursor in it. Can anyone help?
0
votes
0answers
50 views

WPF select ListViewItem using enter key

I have ListView like below. I want to navigate ListViewItem using keyboard up and down key. I implemented that functionality and working fine using this code: private void SelectItemKeyDown(object ...
0
votes
2answers
12 views

My script for Double clicking, Pasting, Enter then Looping isn't working

How do I make a script that in order Double Left Clicks Then Pastes from Clipboard (Like CTRL+V) Then Presses Enter Then Loops over and over. I tried but it doesn't work. +LButton:: send {LButton ...
0
votes
0answers
21 views

HTML5 hit enter reset the page in firefox

I used HTML5 for simple webpage with text input. When I hit the enter after put the input, the page automatically reset and the input appears in the URL. It works fine in Chrome and IE. Is there any ...
0
votes
2answers
53 views

How to show the content of a jQuery text collapse when pressing enter?

This is my jQuery function (that works) that when I click it, it my text appears: $(function() { $(".slide_down01").click(function () { var $this = $(this), id = ...
0
votes
1answer
110 views

Xamarin Android EditText enter key

I started to work with Xamarin Studio a weeks ago, and could not find solution to the next problem: created an edittext which will contains serial numbers. I'd like ro run a function after the ENTER ...
0
votes
1answer
35 views

use actionscript press enter on the keyboard to submit form

When the user enters content in the Inputfields and presses the enter button on the keyboard how do you capture the KeyboardEvent for the user to login? I think I know the first part of the code... ...
3
votes
2answers
103 views

how I can I stop the program from reading 'Enter' as an input?

Hi everyone I just finished my program which reads any single character and prints the ASCII value of that character however as it loops it starts to keep reading in enter as well as the other ...
0
votes
3answers
178 views

Make code for multiple textbox when press Enter send command Tab better

i already have code when user press key Enter on keyboard, it return tab and "jump" to next field, its working great, its possible make it for 2 or 3 textbox, problem when need make it on multiple ...
0
votes
3answers
101 views

Use Javascript when pressing enter

I want to call a function when I press enter in the input field. The problem is, that it just reloads the page at the moment, and doesn't call the JavaScript. The JavaScript works without any ...
0
votes
2answers
211 views

How do i get asp:Panel Default Button to fire button click event?

I have three asp net text boxes that will contain search criteria for searching a table. I would like the search to work like Google. When the enter key is pressed to have the click event on the ...
1
vote
1answer
106 views

In extjs4 How to catch textarea's keypress event in controller

i am working in extjs. i have one textarea to enter word and one search button.I have view as- Ext.define('Balaee.view.kp.Word.Word', { extend : 'Ext.form.Panel', id : 'WordId', alias : ...
0
votes
0answers
71 views

Modification for php/ajax instant search to follow Google convention

I am a beginner using javascript and ajax. A similar question was posed on this site for a different search but I cannot figure out how to modify that answer to use here. I use an ajax/php instant ...
0
votes
1answer
43 views

Button Click on Enter in asp.net

I have several panels in my page,and each panel has a submit and clearall buttons. I am trying to set focus of enter to my submit button. I have an image button in my logo,and everytime user hits ...
0
votes
0answers
29 views

Change <enter> key into <shift><enter>

In exchanging mails between Outlook and Gmail the 'enter' key is tranlasted to new paragraph. Once receiving a reply from Gmail (on top of your mail) there is a double line spacing in the original ...
0
votes
1answer
49 views

Generate and Enter Value for OEIS Sequence in Python?

This is a rather difficult challenge for me as I am new to Python. How would I write a program in python based off this sequence function: http://oeis.org/A063655 and does the following: It asks ...
2
votes
2answers
65 views

Hotkey/Shortcut for JButton

I have the following code of JButton in Java: enterButton = new JButton("Enter"); enterButton.setMnemonic(KeyEvent.VK_ENTER); // Shortcut: Alt + Enter The question is simply: Instead of having the ...
0
votes
1answer
31 views

How to shift focus in two different Jpanels?

im independently developing a fully keyboard supported version of openbravo(an opensource erp/pos) so that people that can't afford touchscreen hardware can have a good point of sale for free. So, how ...
-1
votes
2answers
149 views

Enter button automatically clicks button without being initialized (C#/Visual Studio)

My program compiles and runs fine as long as you only use the mouse to navigate. I noticed that when I hit "Enter" it automatically registers as clicking one of my buttons in the window. I have ...
0
votes
1answer
54 views

How to limit returns in a multiple line EditText? (SOLVED)

I put a multiline EditText in my application. The problem is that if the user presses enter, the EditText often collides with the icons in my application. I want to avoid that. I wanted to know how ...
0
votes
1answer
281 views

How to capture “Enter key” in combobox using WIN32 API (C/C++)?

I want catch event when user press Enter in combobox. How to catch you. For Example: I type " Nguyen Phong Sac" in my combobox. After pressing Enter key, there is a message is displayed: " Nguyen ...
1
vote
3answers
77 views

Retrieve keypress event

I'm implementing keypress to submit when enter is pressed. I made a jquery plugin and I need some help: jQuery.fn.enterPress = function(obj, button) { if (e.which == 13) { ...
0
votes
1answer
89 views

Submit a form with link as button using Enter key

Hi i'm currentyl having an issue with a form on a website, im using a link instead of a button or an input to submit a form, but i cannot seem to make it submit when the user press the enter key, the ...
0
votes
0answers
231 views

asp.net : Enter key closes Modal Pop Up Extender

I Have one pop with some controls like textbox, combobox and a button to save. The users use the key enter to change the focus between controls until the button and click enter again to save. When ...
-2
votes
3answers
165 views

how to create an Enter event for textbox in wpf xaml code? [closed]

I am fresh to wpf,start learning xaml last 3days,when i am creating the enter event for my textbox in xaml code i cont create y? how can i create enter evnet? some events no proble like ...
0
votes
0answers
51 views

Form with 2 submit buttons - use nearest when pressing ENTER

I have a form with 2 submit buttons. When i press ENTER, the form always submits using the same submit button. I would like the form to use the correct submit button. How can i accomplish this, ...
0
votes
3answers
103 views

I've created an “onclick” event handler, now how do I create an event handler for “Enter” key?

I took this simple code from Ch 3 of OREILLY's "Head First HTML5 Programming". I made a "few" adjustments, but nothing major. As you see, it's merely a simple little playlist manager with a few ...
3
votes
1answer
2k views

Submit form on pressing Enter with AngularJS

In this particular case, what options do I have to make these inputs call a function when I press Enter? // HTML view // <form> <input type="text" ng-model="name" <!-- Press ENTER and ...
0
votes
0answers
106 views

Hitting enter on a Dropdownlist causes postback 2 times and does not recognize the Javascript fuction on Page Postback

I have cascading Dropdowns... while i select a value from Dropdown1 it should load Dropdown2 accordingly and display a map with the values in Dropdown2. Displaying of the map is done using Javascript ...
1
vote
1answer
68 views

Python Tkinter: textfield enter command

How do i trigger FireonEnter() like FireonPress(), if the User presses Enter in the textfield? from Tkinter import * class Application(Frame): def FireonEnter(self): echo 'Enter ...
0
votes
3answers
55 views

(java)set length of an array depending on the number of values from input?

I'm trying to set the length of an array depending on the user's input without asking for a key to end the array. for example, when the user types "3 2 4", my array would be {3,2,4}. and if the user ...
0
votes
1answer
96 views

Actionscript 3: How do I get all classes using one enter frame function?

I'm making an adventure game in AS3 and have many classes. I heard it is best for performance if there is only one Enter Frame function and all update functions run from that. I currently have a ...
0
votes
0answers
37 views

Search not working on enter with the following Javascipt code. IE7 and 8 specific

Can put content in in all the browsers, and hit enter and it runs the search event fine, but in IE7 and 8 it stays on the same page, and also the search text stays in the box. Any ideas whats ...
0
votes
3answers
427 views

jquery ui datepicker - prevent enter selecting when readonly

Jquery UI datepicker seems to disregard the "readonly" attribute of input fields. In the code below, I'm able to disable the popup calendar by using the "beforeShow" event (thanks to another answer ...
1
vote
1answer
93 views

Rake task on Heroku: STDIN.gets.strip - “Enter” key behaves as pressed twice

I made an interactive rake task to do administrative job. This task gets input through STDIN.gets.strip and locally behaves as planned: I enter some value, press Enter and the task runs further ...
0
votes
1answer
52 views

Submit / Goto when focused in input and press enter

I'm not sure why this isn't working? I've tried a couple methods and looked around, but none of the examples work for me. My code: HTML <div id='SearchBar'> <form id='SearchBar'> ...
0
votes
1answer
107 views

jquery autocomplete .When you have the autocomplete and press 'enter',i do not want to search ,actually it will do search

input autocomplete ,you press the 'enter' key , i do search something.But when you have the autocomplete and press 'enter',i do not want to search ,actually it will do search when you press 'enter' ...
0
votes
0answers
41 views

sending enter signal automatically?

I'm using a code to recover passwords. when a user requested to reset password, it send a SMS to user's phone. my problem is that it gives me this output in the middle of the runtime. ...
1
vote
2answers
61 views

Is it possible to change the Enter key function for just one cell?

I have a cell (=$C$4) on a worksheet that is referenced in multiple formulas. I am using it as an end-user input cell. I am trying to avoid selecting next cell after Enter is pressed so users can ...
0
votes
2answers
461 views

Disable enter key in JQuery ui datepicker

There seems to be a bug with JQuery UI datepicker, when user manually enters a date, and hits enter, the datepicker closes but focus stays on the field and therefor calendar won't open again until the ...
0
votes
2answers
103 views

perform click via softkeyboard enter

hm.. maybe a little stupid question, but i dont get it on my i own... package com.example.wettkampftimerbt; import android.content.Intent; import android.inputmethodservice.Keyboard.Key; ...
0
votes
1answer
279 views

on(keyPress “<Enter>”) in AS2 doesn't work

I have a flash movie I am making that has a search box and a search button. The button has this code: on (release, keyPress "<Enter>") { searchbox.execute(); /*the function above ...
0
votes
1answer
221 views

Move to next cell on key enter [duplicate]

I need to change the enter key functionality in a datagridview , I want to prevent it to go to a new line I need it to move to the next cell I have tried a lot of logic to do this without success the ...
1
vote
1answer
166 views

C code for ignoring the enter key after input

But Im having a problem with the enter key or character in the stdin stream messing up following input calls. lets say i have one input call, so i enter in the stuff. but then takes the enter key as ...

1 2 3 4 5 6