0
votes
0answers
31 views

Can not make changes to windows 7 ultimate login as admin?

I have a brand new kiosk machine installed with windows 7 ultimate 32 bit service pack 1. The machine has keyboad, track ball mouse and also supports single touch input. But the problem is touch ...
2
votes
1answer
131 views

A form that does not handle mouse and keyboard event [duplicate]

I want to make a form in Delphi that does not handle mouse and keyboard events and pass them to the window below itself. How can I do this?
0
votes
0answers
27 views

Keeping a key pressed

In my application I would like to add an key event where a couple of keys are constantly pressed. If I go off my application, they're still pressed. Its kind of hard to explain but I would like my ...
0
votes
0answers
27 views

increase recognition rate for mouse and keyboard (kvm-switch) [closed]

I'm using a KVM-Switch with Windows 8 and Windows 7. Windows 8 recognizes the switch immediatly whereas Win7 has a 2-3 second delay, which is annoying. Is there a way to increase the rate so that Win ...
0
votes
0answers
73 views

Xtrap detecting simulated input

I am trying to play Fiesta-online on a second computer right next to me. I cannot open a second application on one computer because of a program named XTRAP. I have tried opening a second instance of ...
0
votes
0answers
104 views

NodeJS native mouse and keyboard bindings

I've been looking for a native nodejs module that supports mouse and keyboard listening and execution i found this.. https://npmjs.org/package/mouse but the source code looks like it only supports ...
0
votes
2answers
109 views

Kinesis Advantage Keyboard VS ergoMagic vertical keyboard

I am really experience pain in my wrists. I am looking for a new keyboard to minimize my behaviours.. I tried to search for reviews of both the kinesis advantage keyboard and the ergoMagic ...
0
votes
1answer
81 views

Detecting appication's keyboard and mouse events inside a library

What I want to achieve: The target is to make a Mac OS X library - dylib/bundle/framework, that intercepts all mouse and keyboard events of the application that loaded the library. I just want to log ...
0
votes
1answer
116 views

How can I list available input devices with haxe?

I would like to list all the input devices available when I launch an application, but I can't find a way to do that in the API. How can I get a list of available keyboards, mice, gamepads, touch ...
0
votes
1answer
130 views

Pass all keyboard and mouse input from wpf-host application to hosted out of process win32 client. (using HwndHost)

I have an old application (game) that starts at location 0, 0 and is dialog styled. Cant move it the regular way, cant resize, very annoying. I have no access to the source code, just the compiled ...
0
votes
2answers
107 views

Exclusive mouse/keyboard with the Winapi

DirectInput had an option to have exclusive mouse/keyboard access. I'm now moving away from using DirectInput and was wondering how I could achieve the same behavior by just using the winapi? Edit: ...
0
votes
0answers
79 views

Simulate mouse / keyboard in vmware

I have a couple of Windows 7 running in vmware workstation and i want to make an application that make some mouseclicks / keypress while running a game. I made a c# program that uses some dllimport ...
1
vote
1answer
528 views

How to listen to cocos2d-x mouse & keyboard events?

I'm running the proj.mac version of their sample (that comes with the cocos2d-x files). I saw that the Mac version has EAGLView.mm which has: - (void)mouseMoved:(NSEvent *)theEvent { ...
0
votes
1answer
115 views

How can I send Shift + Lbutton click event to other process?

I want send shift + Button click event to other process. I used SendNotifyMessage like this. while(1) { if( g_bSendEvent ) { sleep(1000); if( g_dwSubStatus == 0 ) { ...
0
votes
2answers
183 views

Web App: How to disable mouse & keyboard?

A client of mine asked me if it was possible through a webapp to completely disable both client's keyboard & mouse. Ideally in jQuery or Html5. I saw a way to do it but only on the web page not ...
0
votes
2answers
188 views

Key and mouse listening, automation

I am looking to create an overlay to a strategy game called Dune 2000. It is annoying that to create 10 soldiers, you have to click the icon everytime one is completed. There is no queue. So without ...
0
votes
0answers
134 views

How to create mouse and keyboard listener for entire system in Java [closed]

Is there a way to create a mouse and keyboard listener for entire system other than as described in this thread?
1
vote
2answers
246 views

redirect any user input to a separate underlying program

This is my virgin post so please go easy on me ! I am writing a program in C# which I want to run maximized and always-on-top. The app will be translucent so that a user can still see everything ...
3
votes
1answer
538 views

Capture mouse and keyboard events and in C# and “prevent system propagation”

I'm searching a way to detect mouse and keyboards events in C# and read them (cursor position + key strokes). I read lot of "keyboard hook" stuff, but my problem is that I want to capture these events ...
1
vote
4answers
2k views

C# (Windows Forms) Input Output Keyboard and Mouse States

How to get keyboard and mouse input (what buttons are currently pressed) && also how to send output (make the mouse click at a specific position in another program). If you could also add ...
0
votes
1answer
91 views

How to emulate mouse clicking/mouse moving/key typing in the global context?

Emulate means to invoke these events programatically. Global context means that these event invocations should affect the whole desktop (sort of global environment) rather than the application which ...
0
votes
0answers
172 views

Measuring the time between two events (pixel color change) using Python freezes everything for some seconds

I've coded a very simple tool for Windows to measure the time between two events in Python 2.7. Specifically: You point the pixel you want to take as reference with your mouse and you press the ...
0
votes
1answer
695 views

SendInput sending mouse input AND keyboard input

=) I am using C++ (not VC++) on windows7 laptop. I have a problem with this method for moving the mouse x/y from it's current position. Every time it calls send input for a mouse event it moves the ...
0
votes
1answer
665 views

program for controlling mouse or keyboard

I'm trying to learn how a program I write can control a GUI program that I'm running. I'm not sure the GUI program will necessarily expose an API for developers. Therefore, I think the best approach ...
0
votes
0answers
329 views

Count occurances of user input (mouse keyboard) in Python?

I am attempting to make a small application which will display the amount of user input averaged per minute (I would like it to display an average based on keystrokes and mouse clicks, like an APM ...
3
votes
1answer
251 views

How to identify if a checkbox was checked through a mouse or keyboard?

I know it's a weird question, but is possible to determinate (using PHP/JavaScrip) the device's source of the 'check action'? I need to find out when a user click on a checkbox option, which device ...
4
votes
4answers
1k views

Win32 Mouse and Keyboard combination

I need to combine mouse and keyboard events in Win32, like Click+Shift or Click+Alt+Shift. for example (pseudo code): case WM_LBUTTONDOWN: if (Shift) //click+Shift if ...
2
votes
1answer
200 views

Generating Mouse & Keyboard input from one application to another

I have worked with the win32 API and the DirectX API for interpreting input from the user, but haven't found much in the way of generating input that matches original user input. My goal is to make a ...
0
votes
1answer
488 views

Disabling an input device (keyboard, mouse) which is used in current session

I'm developing a filter driver which works on top of an input device. Notably I'm testing it on my development machine (and yes, I know this is a bad idea). On Windows XP whenever I needed to reload ...
0
votes
4answers
5k views

Keyboard / Mouse input in C++

I'm wondering how to accept keyboard and mouse input in C++, using Visual Studio 2010, for Windows 7 32-bit. --EDIT: I forgot to mention that I need keyboard / mouse input without interrupting the ...
3
votes
1answer
431 views

Windows IME: custom Korean virtual keyboard

I have problem with Korean Windows IME. I am designing a virtual (screen/software) keyboard for a piece of embedded software. I rely on Windows IME and it seemed to work fine for Japanese and Chinese ...
1
vote
2answers
340 views

How to detect all cursor movements and key presses on a Mac?

What is the best method to detect all cursor movements and key presses on a Mac using objective-c on OSX Lion?
6
votes
1answer
3k views

How to handle events from keyboard and mouse in full screen exclusive mode in java?

In passive rendering mode one can use KeyListener and ActionListener interfaces to handle events from user. What is the correct way of event handling in full screen mode? Please extend this ...
1
vote
2answers
875 views

jQuery: detecting cmd+click / control+click

i have the options of my web application in tabs. <ul id="tabs"> <li><a href="a.php">aaa</a></li> <li><a href="b.php">bbb</a></li> ...
1
vote
2answers
715 views

Responding to keypress and mouse click on fully-transparent panel

I've created a form that's maximized over the entire screen. Within that form, and sized to fill the entire form, I've placed a panel with background color set to Red. The form's TransparencyKey is ...
5
votes
1answer
720 views

Programmatically Disable Mouse & keyboard

I would like to programmatically disable mouse & keyboard input temporarily on a mac (using Objective C/C/Unix) & then reenable them.
3
votes
1answer
2k views

Accessing HID Devices with Android USBManager

I am doing research delving into the Android ADK. So far, my program gets the list of attached devices from the USBManager class and displays basic information about them. The USB Host mode works ...
4
votes
1answer
823 views

cocoa - screen not refreshing after CGEventPost mouse click

I am programatically generating mouse clicks when a user clicks a certain keyboard key (CapsLock). So I do a left mouse down when CapsLock is switched on, then a left mouse up when CapsLock is ...
0
votes
1answer
725 views

JAVA click w/ mouse move w/ keyboard

I'm kind of new in Java. I wanted to select an object inside the JFrame and move it with the keyboard arrow keys. I did the keyboard thing, whenever I pressed the arrow keys it moves accordingly to ...
4
votes
2answers
5k views

Bluetooth mouse/keyboard emulation

I'm having a hard time finding a software that would emulates a Bluetooth keyboard (and/or mouse) that follows HID standard. I've already found one, but I couldn't get it working: ...
2
votes
2answers
354 views

Maping a key based on the device the key is on? (Linux)

I own a Razer Naga Mouse, essentaly it has a small numpad on the side of it. I want to remap these keys to different unused keys or to bash commands. I can do this easily by using xev to grab the ...
1
vote
2answers
154 views

Where do I start if I want to program something that can change the configuration of Keyboard/Mouse in Windows?

Configuration as in the options you see in the Keyboard/Mouse settings under Windows. I have some .NET programming experience.
2
votes
1answer
293 views

Access Mouse & Keyboard Battery Status via API

I want to write a little App for Mac and i need the battery percentage of mouse and keyboard connected via Bluetooth. Anyone can tell me if there are some API to do this?
3
votes
1answer
1k views

Java Keyboard/Mouse activity (even outside of my app)

I need to detect when the mouse or keyboard activity is present. My application runs in the background (tray) and I need to detect this activity even when my app isn't in focus. I don't need to know ...
5
votes
2answers
7k views

Capturing mouse/keyboard events outside of form (app running in background)

I have an app that runs in the background (minimized/task tray). I need to be able to detect mouse activity (clicks, move) as well as keyboard activity. What is the best way to do this given the ...
1
vote
0answers
582 views

OSX Leopard HID getting simple keyboard input example?

I am about to implement simple keyboard and mouse input on osx for my engine. I want to abstract the implementation in more generic c++ classes like Keyboard and Mouse plus appropriate Listeners for ...
4
votes
2answers
4k views

Which is the easiest way to simulate keyboard and mouse on Python?

I need to do some macros and I wanna know what is the most recommended way to do it... So, I need to write somethings and click some places with it and I need to emulate the TAB key to.. Thank you
14
votes
1answer
4k views

How does CommandManager.RequerySuggested work?

The MSDN only states that Occurs when the CommandManager detects conditions that might change the ability of a command to execute. However I can't seem to find any traces of how this works, what I ...
4
votes
1answer
2k views

How to detect mouse and keyboard inactivity in linux

I am developing an app on python which will check for user inactivity. Is there a way to check for key press and mouse move events in linux?
1
vote
1answer
81 views

Determine whether selection has been phisically committed by user input (mouse or kb)

How to determine if selection is made programmatically or by user input. I started to write something but since there is more work I decided to seek for some out-the-box procedure or rely on the ...

1 2