A text input device. Utilize this tag to ask programming questions regarding reading input from it or blinking the lights, etc.

learn more… | top users | synonyms (1)

0
votes
0answers
13 views

How to add a UIView over the Keyboard - iOS

I have been trying to display a toast message on iOS. What I did was when any notification comes, just I took the navigation controller view and added a subview for my toast message and displayed. ...
-3
votes
0answers
23 views

Graphical Issue When Hiding Keyboard [closed]

I have a UITextField that I am calling resignFirstResponder on when the Back button is pressed on my navigation controller. The keyboard doesn't stay contained within the view that was dismissed, but ...
2
votes
0answers
22 views

-SOLVED- Why is my KEY_UP event firing for the key I just pressed when I quickly switch keys?

UPDATE: I've solved the issue inadvertently! I added an interface to use as a base for all of the entities in my game, added each new entity to a vector which holds said entities, and called all of ...
0
votes
1answer
10 views

Permanently deleting Firefox keyboard shortcuts

Is there a way to access the firefox directory where all the keyboard shortcuts are stored? I want to be able to delete all of them, and I don't want to rely on the keyconfig extension.
0
votes
0answers
14 views

iphone keyboard unicode mapping

I'm working on some internationalization of an iphone app, and I'd like to know the possible input code-points from the iphone build-in keyboard directly, which is supposed to be a smaller sub-set of ...
0
votes
1answer
22 views

How to check current keyboard language in java

is there a way in java to check what is the keyboard language in the current program? example: Chrome : english Eclipse: english Skype: spanish Chrome: english (i can get the current program by ...
0
votes
0answers
5 views

Android how to disable turn on from external keyboard

Is there any way to prevent the turn on of my tablet from external keyboard? Every time when I close the tablet with keyboard, the tablet is turns on once a key was accidentally clicked. PS. I don't ...
-2
votes
2answers
20 views

How can I connect my Arduino directly to a keyboard? [closed]

I am new at Arduino, and I want to know how I can connect my keyboard directly on it. My idea is to send commands to my arduino directly from a keyboard, with no need to have a pc in the middle. I've ...
0
votes
0answers
19 views

How do Android swipe keyboards work?

I mean those soft keyboards that let you typing without releasing the screen (with gestures), for example Swift Keyboard. I've tried to make one that recognises turns in a chain of points and reports ...
-3
votes
2answers
37 views

Click a button to show the keyboard iOS

I want to realize the function: when I click a button, a interface of keyboard will come out in a dependent interface. How can I do it? Just for iOS.
0
votes
0answers
10 views

readOnly: true does not prevent keyboard on textfield focus on BB10 Webworks

I am using a textfield as a read-only field by setting readOnly: true. When the user taps on the textfield, a listview is pushed from which the user makes a selection, and is then returned back to the ...
-5
votes
0answers
31 views

How can I track users input in c / c++ on mac os x? [closed]

My question is: Is it possible to track users keyboard input in mac os x? This is nearly all. Thank you for all answers!
-1
votes
0answers
19 views

how to make ipad web page screen does not scroll up when we enter data

As in ipad web app when we enter any data our page slides up is there a way so that we can stop this slide. and user enter the data on screen.
0
votes
1answer
34 views

Notification Before Keyboard Hides?

I am trying to get a notification for just before the keyboard hides. I have tried the available notifications but they all seem to call just as the keyboard disappears of the screen. I need to run ...
-3
votes
0answers
20 views

Setting a value to a string causes app crash when pulling out keyboard [closed]

Alright well I understand that setting a variable before a setContentView will give me a nullpointerexcepion, however in this case it is only a string value and only occurs when the keyboard is pulled ...
2
votes
1answer
32 views

How to get a the actual keyname from hardware key-number/scancode in pure python OR: How to bind the key left of the [1] to a shortcut in Qt

My final goal is to bind the key left of the [1] key to a shortcut in pyqt, no matter what keyboard layout (qwerty, qwertz, azerty...). That is not supported by qt directly. So either I am looking ...
-1
votes
2answers
36 views

Change the message displayed on Control+D interrupt in python

I have a package that performs certain task. Problem is every time I press Ctrl+D to end it, it prints the entire stack trace. I will soon make an executable of it. But I don't want the final program ...
-2
votes
0answers
52 views

Xcode Decimal Pad Keyboard Error [closed]

When I select the decimal pad for my textfield in the Interface Builder, the keypad messes up. What I mean is, it gives me this weird error and the keyboard is off. The error is: Jun 13 01:22:38 ...
1
vote
0answers
17 views

GetKeyboardState returns error codes 126 and 0

I am creating an XNA game, in which I am calling Keyboard.GetState() which translates to the native method GetKeyboardState(). This call throws an exception with error code 126 in my game, which ...
0
votes
3answers
52 views

Keyboard hook get key combination (WPF)

I tried using this post here: Using global keyboard hook (WH_KEYBOARD_LL) in WPF / C# And i have this sucessfully working. But there is something i cant get my finger behind. It can detect every ...
0
votes
0answers
6 views

HID keyboard descriptor for 7 keys

I am trying to make a HID USB keyboard. The default HID descriptor has a 6-key HID report. Here is the descriptor, and I have tested it working: static const uint8 hid_descriptor_keyboard[] = { ...
2
votes
3answers
56 views

AutoHotKey: Getting a chord to set off a hotstring

I use thousands of AHK hotstrings. For example (simplified): ::btw::by the way Unlike most AHK users, the only endkey I allow is \. So when I type btw\, I get by the way. Space or enter or other ...
0
votes
0answers
22 views

Toggeling Touch by external keyboard

I am building a firmware for visually disabled people. I have to disable touch screen as and when the external key board is connected. And toggle it with Alt + T . For this I have a static volatile ...
0
votes
0answers
8 views

Configuring Unknown keys of Keyboard in Linux [migrated]

Is it possible to configure unknown keys to an application specific one ?? I have got some unknown keys on my keyboard , i would like to map those keys to any particular task say, calcuator,Music ...
2
votes
1answer
34 views

Samsung smart tv app - Navigation of tabs using keyboard keys

Hi I am creating the app for Samsung smart TV. Instead of remote, I want to use the keyboard . Is it possible to do the control using keyboard keys. I installed Samsung smart TV SDK 4.1. Is there any ...
0
votes
2answers
29 views

How to make esc stop a method

Okay I need to make the button esc or any button stop a looping method. I've looked all over but can not find the answer. I know you can exit out of a JFrame with esc. but what about just a regular ...
0
votes
1answer
16 views

Keyboard hides textfield in my UITableViewController, view not scrolling

It's my first post, when i have a problem i always find the solution here, but now i'm really stuck. I think that I've read all the posts related to this problem, but with no luck. I have a table ...
-1
votes
0answers
7 views

hidclient fails on android ics

I am trying to share my Linux machine's keyboard and mouse with my nexus 7 runnung android ics over bluetooth. I am using the hidclient program: ...
0
votes
0answers
42 views

How to simulate a sign language keyboard in IOS?

I'm trying to develop an app similar to this one : I was able to use custom font, but what if the letter are images and not a font file? Any how can I send it as an email for exemple? Thanks a ...
0
votes
1answer
16 views

Android detect general keyboard events made by other apps?

Is there a way to detect some general keyboard events made by other apps? I understand that the specific keyboard events(e.g. key "b" pressed) should not be exposed due to security reason. But are ...
-2
votes
1answer
29 views

Is there any tutorials for making Custom Bluetooth keyboard in iOS? [closed]

i am finding a tutorials or any suggestions for making custom hardware keyboard in iOS. In my case , i need to create custom keyboard for my language. So i have finished custom embed keyboard and now ...
3
votes
2answers
47 views

Press Keyboard keys using a batch file

I am trying to develop a batch file which can automatically press left arrow and right arrow key for n number of times with some pause in between. Could anyone please help me in this? P.S :I tried ...
0
votes
1answer
15 views

Checking the wave key in LWJGL

How do I check the key "~" in LWJGL? I tried typeing "Keyboard.KEY_WAVE" but that didn't work. Any ideas? Also I'm using Slick2D with it, does that have support for the key?
0
votes
1answer
15 views

Detecting when soft keyboard show/hide

I'm trying to detect when the keyboard is shown as hidden. I found this code but it does not work for me. final View activityRootView = findViewById(R.id.LL_main); ...
0
votes
1answer
33 views

C++ two alternative input methods

I am working on a C++ project with K8055N USB interface board. What I have is a menu with possible selections of 1-4 and I want to be able to make selection by both - digital input and keyboard. At ...
-2
votes
0answers
7 views

osx wont take first key hit [closed]

i have quite a bit of a problem with my macbook air: in forms and stuff, the keyboard won't seem to get the first hit when I press it. for example: if theres an input field in indesign and i want to ...
0
votes
1answer
31 views

MFC Global keyboard hook

How make application detect Kay press when application not in focus? [Solved] I need start timer on Insert key press and stop on press again when the application window not focused. can anyone show me ...
0
votes
1answer
29 views

UIWebView hidden by keyboard

I have iPad app with view and uiwebview in it. It is on the bottom with size smaller than keyboard (e.g. 300x200). In webview is page with form loaded. When I tap into some textfield, keyboard pops ...
0
votes
0answers
9 views

Change keyboard layout settings from a Linux console [migrated]

I need to change the "Separate layout for each window" from a Linux console. Could anyone tell me where is the config file with keyboard preferences? Cannot find this
-3
votes
0answers
29 views

Looking for program to fix broken laptop keyboard [closed]

I am looking for a program that will allow me to resign the keys on my keyboard, and implement small amounts of logic coding Recently I have damaged my keyboard (by spilling beer on it) and am ...
0
votes
2answers
27 views

Keylistener in Javascript

I'm looking for a key listener for a game I'm developing in JavaScript. I have no idea how this would work in real code but it would be somthing like this. if(keyPress=upKey) { ...
-2
votes
1answer
24 views

No Keyboard or Mouse at Windows XP Login [closed]

Basically heres the issues, I have fully working keyboard (ex in the bios) but as soon as I go into windows login screen I can't login or anything. I have tried multiple keyboards(wireless & ...
0
votes
0answers
29 views

resize only one layout when show keyboard

I want that when the keyboard is shown only one layout moves.. Like in the image the green layout moves up and replaces red layout and the purple layout doesn't move.
1
vote
1answer
34 views

Is there any way, in Python, to programmatically change the CAPS LOCK/NUM LOCK/SCROLL LOCK states on a hidraw device

This is the same question as in Change keyboard locks in Python or How to change caps lock status without key press. But there is a difference!! I don't want to change the lights on /dev/console or ...
0
votes
0answers
16 views

LWJGL vs freeglut Keyboard

In LWJGL you are able to do the following: Keyboard.isKeyDown(Keyboard.KEY_X); And i was wondering if their is an equivalent in freeglut (yes I am aware of this glutKeyboardFunc(keyboard);)
0
votes
1answer
34 views

How to determine current keyboard language in C++ console application?

Need c++ function from windows.h that returns current keyboard language for the active window.
0
votes
1answer
57 views

InvalidOperationException (sometimes) when getting keyboard state

I am trying to get the keyboard state in my XNA application with the following code: this.OldKeyboard = this.NewKeyboard; this.NewKeyboard = Keyboard.GetState(); this.OldMouse = this.NewMouse; ...
-3
votes
1answer
30 views

macbook pro keyboard not working [closed]

Some keys on my macbook pro are not working,I checked with keyboard viewer the non-working keys trigger some other keystrokes,Can this be fixed ? e.g when I press "m" nothing gets typed or some other ...
1
vote
1answer
90 views

Send CTRL+V to a ParentWindow in Delphi with SendMessage

I've been trying to send keystrokes to a notepad window in Delphi. That's the code I have so far: program Project1; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, windows, messages; ...
0
votes
1answer
62 views

How can I check if keybd_event was successful?

I have this code right here that modifies the clipboard and then restores it back: function SetClipText(szText:WideString):Boolean; var pData: DWORD; dwSize: DWORD; begin Result := FALSE; if ...

1 2 3 4 5 82