0
votes
0answers
13 views

Is the LWJGL Keyboard.isKeyDown Method Relitive To The Update?

If I held down the keys up and down, and pressed a button that calls Display.update and ran the following code: while (!Keyboard.isKeyDown(Keyboard.KEY_SPACE); Display.update(); boolean up = ...
0
votes
1answer
28 views

How to know if the keyboard layout changes between numbers and letters?

I have an EditText where users normaly enter numbers. Therefore I'm using InputType.TYPE_CLASS_NUMBER to get a numerical soft keyboard. Occationally though, some users may want to enter letters, so I ...
0
votes
0answers
51 views

Alt + numeric (ASCII code) input for wpf text box

In my WPF application, I want to input the ASCII code 9837 ('♭') in a TextBox. When I try (using LeftAlt+9837), the textbox displays the character 'm' instead. I tried to change the FontFamily of the ...
0
votes
1answer
59 views

GetState.IsKeyDown() never returns true (Microsoft.Xna.Framework.Input.Keyboard)

I am trying to check if a key is pressed on the keyboard with Xna.Framwork.Input, but the method i use doesn't see to work. My code (only important parts): using System.Threading; using ...
0
votes
3answers
53 views

Saving keyboard input as variable

I want to know how I could take keyboard input and save it as a variable so I can use it with the code below. Code: public void readMaze(){ Scanner reader = null; try { ...
-2
votes
1answer
19 views

simple shell script puting variables to the file [closed]

Hi stackoverflowers i need a little help. I have to make shell script. which should create a file in witch should be put variables entered from keyboard. As an example if i start script it should be ...
0
votes
0answers
20 views

Pop up keyboard

I was wondering if there is a way to make use of the buttons in the pop up keyboard. For example, set an onClickListener to the 'done' button so that it makes the keyboard go away and simultaneously ...
0
votes
0answers
51 views

Why won't it do mouseclick?

I'm trying to modify the g15daemon driver and hardcoding the keypresses i want on my macro keys into the extra G-keys. I wanted to put mouse click on one button. It gave me an error once saying that ...
1
vote
2answers
232 views

IOS prev/next button close keyboard unexpectedly

I'm currently using PhoneGap (Cordova) to build an App on iPad/iPhone. One of my page in the app (in html/css/js), have more than 100 input type Number. When i use finger to target each of them, it's ...
5
votes
2answers
86 views

Main Menu navigation / keyboard input speed is too fast

I recently started to make video games using the XNA game studio 4.0. I have made a main menu with 4 sprite fonts using a button list. They change color from White to Yellow when I press the up and ...
0
votes
0answers
20 views

Forward Keyboard Input from one Application to another in OSX

I'm wondering if it's somehow possible to keep keyboard input in an application while another is focused*. Is there any way to forward the keyboard input from the focused application to another one in ...
0
votes
1answer
80 views

KeyboardState and Layout

I am getting the Keyboard State using interop in c# [DllImport("user32.dll")] [return: MarshalAs(UnmanagedType.Bool)] static extern bool GetKeyboardState(byte[] lpKeyState); My problem is that ...
1
vote
3answers
204 views

Keyboard Input Return Key

I am programming a calculator in C#, and I am trying to add keyboard input to it. The problem is if I click a button on the GUI then the Enter/Return key gets focused on that. When the return key is ...
0
votes
1answer
221 views

OpenGL / Glut Buttons and Keys

I'm self studying using the Pearson, Computer Graphics with OpenGL's book. I'm currently trying to make a simple square move, but before I get ahead of myself I need to be sure I understand what keys ...
0
votes
0answers
69 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
106 views

Android get system keyboard state

I've seen few question similar but none like what I'm looking for. The situation is: I have my own device (so it's root and I have totally access) and I want to control the keyboard (soft). I'm ...
0
votes
1answer
58 views

Unity iOS Ways to, or if it is possible, to disable the input on the spacebar

Been trying to come up with some ways to disable the spacebar input when using the iOS keyboard. I need to check a string entered from the keyboard against a result string, and as it stand when ...
1
vote
1answer
115 views

Unable to enter symbols through number keyboard on Android

I am launching a number keyboard but the symbols '-', '.' etc. are not working. public class WebEditText extends EditText mWebEditText.setInputType(InputType.TYPE_CLASS_NUMBER); ...
1
vote
2answers
235 views

Keyboard Input in Assembly 8086

I'm trying to create an animation in assembly 8086, controlled by the keyboard, using ctrl and shift as left and right. I tried to look how to recieve input from the keyboard in 8086, and than how to ...
0
votes
2answers
106 views

Qt - Obtaining keyboard keycode from QWidget::macEvent()‘s EventRef paraneter?

I am making a Qt application and want to intercept keypresses at a deeper level. To do this I overrided the QWidget::macEvent() function to intercept the EventRef parameter. For different events ...
0
votes
0answers
168 views

How to get Keyboard object from Android virtual Keyboards

Is it possible to get instances of the Keyboard class, depending of the language of the Android phone, and some inputType ? I supppose these data are somewhere in Android itself, because whatever ...
0
votes
2answers
554 views

Windows Phone 8 keyboard extension

As i remember this is not possible in Windows Phone 7, but maybe something has changed.. Here is the task: i need to add georgian keyboard to windows phone. WP8 can open georgian characters, but ...
0
votes
2answers
96 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: ...
3
votes
4answers
151 views

Android keyboard popupCharacters issues

I am developing a custom keyboard for android. I am trying to create a button when pressed smiley faces should popup. It has come to my understanding that android:popupCharacters is responsible for ...
0
votes
0answers
26 views

SoftKeyboard Scale

So , My Problem in SoftKeboard Demo Project is When i Change Keyboard by calling mInputView.setKeyboard(mQwertyKeyboard);(its a copy of the qwerty.xml but changed just the keys) , i get this : ...
0
votes
0answers
36 views

Restart SoftKeyboard

So my problem is as follows: I am working on the "Unmodified SoftKeyboard Demo Project" , I created another keyboard (Azerty) with Copy/Paste as the Qwerty. When I call ...
0
votes
0answers
104 views

LWJGL Ignore non-alphanumeric keyboard inputs

I'm trying to create game that has a login interface. However, upon debugging it, I discovered that it accepts non-alphanumeric characters, such as pressing the Caps Lock button would output a square ...
2
votes
1answer
1k views

Keyboard input in android NDK using NativeActivity

I'm looking for a way of getting input from the software keyboard from a Android NativeActivity. I found this, that provides some sample code of how to get the software keyboard out (and it works), ...
0
votes
1answer
47 views

Java input when window is not active

Is there a way to detect key input when the window is not active? That is, another application is running but the program is triggered when say the F9 key is pressed or something along those lines. ...
1
vote
1answer
190 views

Android soft keyboard dynamically change input layout

In my app the user is able to search for a room in a building of my universities campus via an AutoCompleteTextView. 95% of the rooms have "numbers" like "007" (digits only) but there are also some ...
1
vote
1answer
59 views

Translate serial input into keyboard shortcuts

I have an Android Application that sends commands (int values) to a java server located on my computer running linux over bluetooth. I want to "translate" these inputs as keyboard keys combinations. ...
2
votes
0answers
49 views

time out and proceed if no input() provided [duplicate]

Possible Duplicate: How to set time limit on input In python 3.2, is there a way to, while waiting for a user input, count time so that after 10 seconds, the input() function is ...
0
votes
1answer
385 views

How to access keyboard directly trough I/O ports (in DOS)?

I'm writing a program for DOS and I want to get keyboard input. The thing is that I don't want to get that input using BIOS or DOS. What's the proper way to get keyboard input without using DOS or ...
0
votes
0answers
62 views

Blender, keyboard disabled (or buffering?) [closed]

I have problem when using Blender, my keyboard seems to be disabled at from a moment (or may be it's possible there's a bufferisation with the input of the keyboard (however i have 6 Go of ram)). I ...
0
votes
0answers
138 views

Disable virtual keyboard on readonly input by JavaScript on WinPhone

I have an input with readonly attribute, I cannot it set to disabled because it should be ability to select and copy value. When I set focus on input I see cursor (on WinPhone and IE) and virtual ...
0
votes
1answer
85 views

Android keyboard cannot click through views

I am developing a keyboard based on android LatinIME, the problem is that I cannot click on anything behind InputView. (In android keyboard this view is visible and clickable through when doing google ...
1
vote
1answer
369 views

Possible input focus bug in Mobile Safari?

I am using the following plugin to create a virtual keyboard within a phonegap application: http://mottie.github.com/Keyboard/mobile.html This is working 100% fine apart from the cursor NOT ...
0
votes
2answers
251 views

Linux x11 XGrabKeyboard() cause keyboard to be frozen

I am writing a program which need to listen the user keyboard stroks. I use function XGrabKeyboard() and this is my code: XGrabKeyboard(pDisplay, DefaultRootWindow(pDisplay), True, GrabModeAsync, ...
3
votes
1answer
603 views

How to comsume a keyboard event on Linux using input subsystem

I am writing a linux program in C, and I need to intercept certain keyboard strokes. Using the input subsytem (read/write /dev/input/eventX), I can receive a keyboard stroke (using "read" funtions) ...
1
vote
2answers
287 views

Linux - Discard keyboard input

First, a bit of background: I'm running the latest stable build of Crunchbang Linux inside a VirtualBox VM. I'm designing a custom text-based user interface to run on top of bash. This is being done ...
0
votes
2answers
184 views

Python3: Get keyboard input without effect from cursor blink rate

I am trying to find some sort of library or function so I can get fast keyboard input. Right now, using the Conio.h input method, you can hold down a key, but you have to wait a half a second for it ...
1
vote
1answer
431 views

Unity3D GUI Keyboard Navigation

I have coded functionality for my menu script that allows the buttons composing the menu to be navigated through (Via changing the focus from button to button with GUI.FocusControl()). However, I am ...
0
votes
2answers
472 views

Java console keyboard - accept input automatically

I am creating a simple console application in which I can use keyboard arrow keys as an input like a typical remote of a toy. When I press arrow up the console will print the output text "UP" or if I ...
0
votes
1answer
170 views

android multi language approach - best practices

I am trying to determine the best approach on Android for supporting multiple languages. I understand how resource folders work, and how they get selected when the activity loads and/or has a ...
-1
votes
2answers
511 views

How do I get my program to wait for keyboard input?

Okay so I was just doing a little practice when I came to a problem that I've never had before. #include <iostream> using namespace std; int main() { string empname = ""; int empage = 0; char ...
1
vote
2answers
474 views

What is the best way to read input from keyboard using SDL?

I'm running an update() method n times per second to "update" the keyboard input from the user so I can read it later in the logic part of the program. So I find two ways of implementing this in the ...
0
votes
0answers
65 views

Custom Keyboard : How to take two inputs from the same key?

I have developed a Custom Keyboard in Android. Everything working fine but i need to implement one more feature. I want to take two inputs from the same Key. OR I want to detect, what are the XY ...
0
votes
0answers
119 views

Handling keyboard input in Silverlight at the application-wide level

Is there a way to capture user-pressed key in Silverlight at the application-wide level and change that key value? In my case, I need to replace numpad '.' with ','. Seems like in Silverlight no ...
1
vote
2answers
369 views

Alt + numeric (ASCII code) input for wpf rich text box with ribbon

I am currently working on a project that has two components. Ribbon and RichTextBox (System.Windows.Controls.RichTextBox). I am facing a problem where ASCII code (e.g. alt+123 is '{') input does not ...
0
votes
1answer
87 views

XNA keyboad state to character [duplicate]

Possible Duplicate: Correctly getting key being pressed for chat in XNA I'm working in c# on an XNA project and I'm in the process of building a couple of simple classes to produce form ...

1 2 3 4