Tagged Questions

1
vote
3answers
60 views

Are there any libraries for Python to simulate keyboard action?

The problem I have is that I have this Python script to launch a application. After the application is launched (the GUI is shown on screen), I want to make it de-activated. It can …
0
votes
1answer
23 views

How can a console application (e.g. Java) recognize the source of the ‘standard input’ stream?

If I run 'python' on the linux command line, and I don't provide any command line arguments, the program displays a welcome message and waits for user input. I would assume that un …
0
votes
3answers
34 views

Build a Google Suggest box and respond to keyboard events without jQuery

I need to build a Google Suggest style drop-down box, but unfortunately am unable to use jQuery or Prototype due to various licensing restrictions. Pretty much the only thing I can …
0
votes
1answer
31 views

Programming with Macbook Pro, and map mouse left click to keyboard

Hi, I am very new to Mac. When programming with eclipse or any other application, is it possible to map mouse left click to keyboard ?
0
votes
2answers
35 views

Solution for iPhone new file dialog keyboard

i want to let the user type in the name of a new file, so there are certain characters i want to prevent entry on. is there a special keyboard i can use or can i disable certain ke …
0
votes
7answers
247 views

Detect if any key is pressed in C# (not A, B, but any)

Hi, [EDIT 3] I kind of "solved it" by at using the "strange" version. At least for the most important keys. It is suffient for my case, where I want to check that ALT and ALT+A ar …
2
votes
3answers
22 views

keyboard hook in windows C++ or what?

Hi, I wish to build my own application which can send keyboard commands(messages) to the Windows OS. For example when I press ctrl+shit+n, I wish to launch the notepad.exe . How …
171
votes
179answers
26k views

Keyboard for programmers

I'm trying to improve my working environment and I'm still searching for that perfect keyboard that practically types bug-free code all by itself. At the moment I'm using a Logitec …
-1
votes
2answers
65 views

Why scroll wheel is so rare on keyboards? [closed]

I find it very useful when working with code. It really speeds up my text manipulation. I think that is much faster to select some vertical block of code with scroll when than with …
0
votes
0answers
24 views

What is the function of Scroll Lock key on keyboard? [closed]

I think the question explains everything. I have been using the keyboard for 10 years now. Have learnt a lot of keyboard shortcuts but till now I'm not able to make out the role/fu …
0
votes
1answer
84 views

OPENGL Keyboard Camera Controls

Hey guys, I have been following this tutorial series for OpenGL: GLUT http://www.lighthouse3d.com/opengl/glut/ I have reached the stage of implementing camera controls using the …
2
votes
1answer
114 views

How to blink the Keyboard’s LED using C# or VB.Net

Need to make the Keyboard's LED (Caps lock / Num lock or Scroll lock LED) blink either using C# or VB.net. (With or without using interop is fine)
2
votes
7answers
70 views

Need Ctrl+Break on laptop without a Break key

The crux of the matter: -new Dell laptop without a Break key. -VB6 and VS2008 IDEs use Ctrl+Break to pause execution for debugging. -I need a way to map another key combination …
0
votes
1answer
44 views

Android - cutomized keyboard key and action

If you own Android phone you are no doubt have noticed how in the certain apps the keyboard layout can change from the standard issue to digits-only or to have .com or .net special …
0
votes
1answer
31 views

x86 Assembly Keyboard Input Without INT

I need to make an animation which will accelerate when the user keeps a key pressed, and return to normal speed when the key is released. I can't "wait" for the user to enter a key …

1 2 3 4 5 28 next
15 30 50 per page