The keystroke tag has no wiki summary.
0
votes
0answers
2 views
Signing ap file using Keystroke with maven
When I run mvn clean install without the configuration it says Build Successfully.If I include the configuration I get the following error. Basically I am trying to sign my apk file using keystoke ...
-3
votes
3answers
88 views
How to send a “TAB” keystroke to another program?
I'm trying to make a program that would process some bar code to make it compatible with online banking. The catch is that the app must work with an already opened Firefox window. To make it ...
0
votes
0answers
32 views
focus on textbox when typing any key
I have a single search field on a webpage, and I want a user to be able to type any key, anywhere on the page, to bring focus to that search field and start typing a new search.
Hulu has accomplished ...
0
votes
0answers
37 views
How do I send keystrokes to a process like eqgame
I've been reading a lot of different methods to send keystrokes to different processes using hooks. I've tested my method with Notepad and I can seem to send the keystrokes just fine. However, when I ...
1
vote
2answers
41 views
InputMap/ActionMap does not work after opened SubDialog
I have tried to make a Dialog Close when I press ESC and accept when I press ENTER.
So I have build a superclass "CloseableDialog" using Input/ActionMap like this:
...
1
vote
1answer
67 views
Autohotkey wrong keystrokes sent to console
I am trying to understand this bug and I am looking for a workaroud.
Using this script:
#NoEnv
#SingleInstance force
SendMode Input
;Alt+t to send keystrokes
!t::Send, /[]
It send the correct ...
0
votes
0answers
140 views
trying to use /dev/uinput to turn on built-in webcam
Basically, I would like to turn on my notebook's built-in webcam from a shell or shell script, without having to phisically press Fn+ESC every time I want to turn it on.
I've been trying to activate ...
0
votes
1answer
37 views
Stop the delete button from sending user back a page
My current web application gets the key press of the user, however, if the user hits the delete or backspace button it sends the user back a page. Is their a way of preventing this?
0
votes
1answer
52 views
Handling key strokes when window not focused/active
I need to handle keys combination (CTRL+SHIFT+UP) in WinAPI even if window is not focused/active.
How can I do this (if possible, I'd prefer solution without using WinApi Hooks)?
0
votes
5answers
321 views
How to prevent a backspace key stroke in a TextBox?
I want to suppress a key stroke in a TextBox. To suppress all keystrokes other than Backspace, I use the following:
private void KeyBox_KeyDown(object sender, System.Windows.Input.KeyEventArgs e)
...
0
votes
0answers
24 views
Make beep whenever a vocal is hit (linux)
What would be the best/easiest way to make my computer beep whenever I hit a key that is a vocal? Or in a more generic way: What would be the best and easiest way to make my OS do something whenever ...
2
votes
0answers
92 views
capture movements or keystrokes of a game like (Angry Bird) using touch screen of an iphone
I basically need to find out if there is a way to capture movements or keystrokes of a game such as "Angry Birds" etc using the touch screen of an iPhone and save them to a file on the device.
I'm ...
0
votes
1answer
174 views
How to listen keyboard in background and fire keystrokes on demand?
I want to make a program in vb.net 2008 which will listen keyboard in background, i.e., even though the application is minimized (globally). If a specific key is been pressed by user, it should keep ...
1
vote
3answers
176 views
How do I send key stroke Enter in Watir
I need to automate the action of hitting 'Enter' key on keyboard after entering a text in a text field.
I tried @browser.send_keys :enter
but that does not do the action. also have tried ...
1
vote
3answers
934 views
Only allowing up to three digit numeric characters in a text box
Is there a way to only allow a user to input a maximum number of characters into a text box? I want the user to input a mark/grade and only be able to input 0 - 100. Below I have code that monitors ...
1
vote
1answer
90 views
Handling Keystroke mouse with Delphi [duplicate]
Possible Duplicate:
How to Detect Forward and Back Mouse Button Events in Delphi?
I've a mouse with a previous and next buttons which work on any browser and file browser.
I would like to ...
3
votes
1answer
202 views
Java: How to remove default KeyStrokes from any JComponent?
I want to control which keystroke belong to which Jcomponent. I even want to get how to remove the default keystrokes associated with a Jcomponent and replace them with other favourite keystrokes.
I ...
0
votes
1answer
47 views
How do I prevent the default Cut event for a JTree?
What I'm trying to do is to prevent Cut/Copy/Paste on a JTree, because I want all node-moving to be done via drag and drop.
Copy and Paste are already prevented in the canImport and importData ...
0
votes
0answers
109 views
Multiple jquery image sliders each controlled by unique keyboard arrow?
I am trying to find a way to display multiple jQuery sliders (content scroller, image slider) where a unique keystroke can navigate the corresponding slider forward to the next slide.
Ex: Say I want ...
2
votes
0answers
39 views
How to simulate HOLDING a keystroke in Keyboard Maestro?
Using Keyboard Maestro 5, I want to be able to simulate holding a specific key for a specific amount of time for one of my macros. I am not sure if this is currently possible, and I have yet to find a ...
1
vote
1answer
92 views
How to handle a keystroke event in java, but pass it on so that it has it's “natural” effect?
I have this code that makes some action execute when user is in textArea (JTextArea instance) and 'enter' is pressed:
textArea.getInputMap().put(
KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, ...
2
votes
1answer
404 views
How to read key without waiting for it, assembly 8086
I'm making an space invaders in Assembly 8086, for testing I'm using DOSBox. Let me show you my code:
;--------------------
;Update hero
;--------------------
update:
call vsync
call update_hero ; ...
0
votes
1answer
2k views
Making a Keylogger
I wanted to make a small keylogger on my own pc to see how keystrokes work with C++. I've found some code online and just edited it up a bit though I'm not sure how to do what I want to do.
#include ...
0
votes
1answer
98 views
Mapping keystrokes to images in C#
I was hoping to get some guidance on a project that I'm not even sure can work. I want to write an application in C# that allows me to type with my keyboard, but what shows up on the screen is a ...
1
vote
1answer
141 views
Block keystrokes from a specific keyboard
I would like to block all keystrokes that are coming from a specific keyboard (identified by its HID/Name, so its low level stuff I guess) before they reach the focused application. But I'm still ...
2
votes
1answer
5k views
VBScript SendKeys CTRL+LWIN+TAB? (UPDATED)
I am trying to write a simple script that will send the key combo of "CTRL + WINDOWS KEY + TAB". the code below sends the keys "CTRL + ALT + TAB"
Set WshShell = WScript.CreateObject("WScript.Shell")
...
1
vote
2answers
1k views
Pressing enter on any textfield returns button click
I have a simple jFrame with a loginbutton and I'm trying to fire my ActionPerformed event by pressing the enter key. I don't want to press 'tab' first to focus the button but it should fire whenever ...
0
votes
1answer
146 views
.Net send keys as keyvalue
I have a very short question. My laptop activates its touchpad everytime i log in. This annoys me because I want to use my mouse only. I want to write a very small application (which I will add as ...
3
votes
0answers
89 views
Keystroke Device Tracing (Delphi) [duplicate]
Possible Duplicate:
How to distinguish Multiple Keyboards in Delphi?
If I have two keyboards attached to the same computer, is it possible to trace which keyboard a keystroke came from, and ...
1
vote
1answer
106 views
How to add command+a on a JTextfield?
Hello I'm trying to add the select-all, cut, copy and paste command in my application, I managed to work out the cut, copy and paste command but I don't seem to have figured out how to add the cmd-a ...
1
vote
0answers
92 views
Keystrokes macro that adds to the end [closed]
I don't really know much about programming so if I say something utterly stupid, I apologize in advance.
What I want to do is create a macro, or request one that does the following:
record a series ...
0
votes
1answer
139 views
How do I write a simple program to show a notification when CAPS LOCK is pressed?
Forgive me if this is a silly question but I am a novice programmer, and I'm hoping there is a novice solution to this.
Is there any programming language that will quickly allow me to write a simple ...
0
votes
0answers
57 views
How to send back hotkey's keystrokes to current app?
I registered Ctrl + Space hokey. But I want the current app still receive these keystrokes, not only my WinForm. Is any way to do this?
RegisterHotKey(this.Handle, 1208310914, 2, 32);
protected ...
0
votes
1answer
201 views
How to capture cursor movements and key strokes on a Mac (in the entire system)?
maybe you know the program Keyboard Maestro for Mac. With Keyboard Maestro you can call Scripts by pressing custom keyboard shortcuts and you can listen for text input (e.g. you can create a ⌘ every ...
0
votes
3answers
248 views
simple javascript keystroke count
I'm developing an online study/survey where I need to count the number of keystrokes that a participant makes. I am asking them to type lrlrlrlrlrlrl... in a text field to simulate walking. Turns out ...
1
vote
1answer
715 views
converting a string to Keys in C#
Lets say we store KeyCode value as a string. How do you convert it back to KeyCode?
For example, I've captured a key on keydown event:
string modifier = e.Modifiers.ToString(); // Control
string ...
0
votes
1answer
332 views
Write to keyboard buffer, for use outside of own application
I'm writing on an application that gets signals of the Apple Remote and I'm already finished reading the hardware inputs on the remote. Now i have to replicate these inputs on the remote on something ...
2
votes
2answers
295 views
do something once the key is held and repeat when its released and repressed
I need to check when the user presses on a key and releases it.
If a key is held in, I will do something once.
I used the keystroke to get the button I want to relate an action with.
I used also a ...
2
votes
1answer
545 views
SendKeys in Silverlight
Is there a possibility to use the function SendKeys in a Silverlight5 application?
Because I want to simulate the "Key.Right" in my application.
1
vote
1answer
128 views
Invoking a MenuItem with one keystroke
We know that we can invoke a menu item with the help of setaccelerator() method where a combination of two keystrokes are required. what if i want to invoke a menu item by just one keystroke...here is ...
2
votes
1answer
378 views
Can I run a Node.js Command Line app in background and call it via keystroke?
Is it possible to run a Node.js Command line app and control it via keystrokes? E.g. think of "Alfred" (Mac OS) which runs invisible in the background, but opens if you press ⌘⌥.
I know it is ...
0
votes
1answer
83 views
How to record my keystrokes during a kata?
To evaluate my performance doing a kata I want to record my keystrokes done during that kata. I want to compare keystrikes between katas so I can optimize to reduce keystrokes (use proper shortcuts).
...
2
votes
3answers
2k views
Simulate Key Press at hardware level - Windows
I'm looking for a language or library to allow me to simulate key strokes at the maximum level possible, without physically pressing the key.
(My specific measure of the level of the keystroke is ...
1
vote
0answers
111 views
Specify depth* of key press event to OS - Java AWT Robot
I have a program, which by using the java Robot class, sends key strokes to the operating system.
I was wondering to what depth* of the OS does the class send the strokes?
For instance, are they sent ...
1
vote
2answers
71 views
Detecting which key is pressed - is this a good way?
I found a simple code on the internet a while ago... can't find the spesific site for it, but the code was made in 2005. So, I wondered if this was a good way of doing this:
This is in the HTML:
...
1
vote
0answers
75 views
Java key sequenced key combo
In Java, I can easily handle key combinations by using flags to track which key is press, and which is not pressed, and see if all flags are set to do the action of the key-combination. What I cannot ...
0
votes
1answer
130 views
Function to check if keyispressed
I need to see if a modifier key is pressed(shift,ctrl,alt) for my mouse event(basically ctrl+click)
I was wondering if there is a simple function to check if a key is pressed without implementing a ...
2
votes
1answer
500 views
Get KeyChar from key text
I have to work with a string standing for a keystroke (for instance "A", "ENTER", "F4"). From this string I need to get the keychar, the keycode and the key modifiers for the keystroke.
Here is what ...
0
votes
2answers
573 views
Inject Keystroke to different process using Bash
I have a process that runs indefinitely until a key is pressed. I would like to use bash to inject a keystroke into this process to have it terminate. Based on this post, linux - write commands from ...
2
votes
2answers
2k views
Java : Use keystroke with Arrow Key
I have a code, and I need to modify it. in this code, origin author use KeyStroke.getKeyStroke to take user input. and in this code, for example, he use a instead of left arrow.
I want to change ...



