Skip to main content
0 votes
1 answer
51 views

I'm trying to build a program that recognizes keystrokes and also the exact process that sent it, so the source. For example, if I press the character 'g' on my keyboard, it should recognize the ...
martinotecco's user avatar
0 votes
0 answers
120 views

I'm Trying to make bindingsource add new only limit one row in DataGridView with vb.net So if the user doubles tab in the keyboard, two empty rows appear in the DataGridView or avoiding double addnew(...
dlaksmi's user avatar
  • 213
2 votes
0 answers
157 views

The technical problem is to intercept keystrokes to all apps on an Android and edit them to remove double letters. A friend with Parkinson's disease has problems with txt messages and emails because ...
user462990's user avatar
  • 5,552
0 votes
0 answers
62 views

I would like the caret of a JTextArea to be positioned at the beginning of the first line after pressing CTRL+V. I have tried this code but it does not work, however, I noticed that by replacing the ...
Bishop's user avatar
  • 13
0 votes
0 answers
111 views

I have been having trouble with Hangul (KO) character input on an html5 webpage that uses Ajax. console.log will not log the keystrokes for Hangul, but it will log English keystrokes. The code that is ...
TOP's user avatar
  • 1
-2 votes
1 answer
145 views

I have a .oft template to use when sending an email with a quote attached. It includes highlights of the quote. For example number of days, etc. I manually type CTRL+A, ALT, O, I, N, ALT, P, PC, N. ...
ham fam's user avatar
  • 95
0 votes
1 answer
88 views

I was wondering how I could get the key code from an AbstractAction in the action map. for (int key = 37; key <= 122; key++) { this.key = key; if(!KeyEvent.getKeyText(key).contains("...
user avatar
0 votes
0 answers
33 views

I am creating my first android app using android studio electric ell, But every time i tried to create keystroke and after inserting all required data, the message "Failed to create keystroke&...
Mohammed Hassan Raffat Selim's user avatar
0 votes
1 answer
50 views

This person has a similar project but for linux: https://unix.stackexchange.com/questions/343305/disable-keyboard-but-still-allow-reading-from-it What I'm trying to do is make a numpad act like a ...
Seph Reed's user avatar
  • 11.5k
0 votes
1 answer
132 views

import keyboard def on_c_pressed(): print("C key was pressed") keyboard.add_hotkey('c', on_c_pressed) Current situation is that it fires rapidly as the keystroke is actuated and being ...
Anonymous's user avatar
  • 487
1 vote
2 answers
98 views

I am looking to have a time field that starts with 00:00 which is the exact format I want. As the user types the time I want to read the keystroke and place it within my preassigned value. --Edit-- ...
Chris Glenn's user avatar
1 vote
0 answers
173 views

Im writing a program using SDL (libsdl2-dev (version: 2.0.14+dfsg2-3+deb11u1)). I have a keyboard event handler that has been working well for me when I ran into an issue using certain keystroke ...
dbiber's user avatar
  • 39
0 votes
0 answers
418 views

When syncing my project's gradle, I get the error Failed to get default debug keystore location. Somebody help me. LOG: build.gradle error I read another forum and tried to see the solution, because I ...
JuanEGamerYT's user avatar
1 vote
0 answers
428 views

I used to have hammerspoon configured on my previous MAC but when I switched to the new MAC (M1) the keystroke is not working while other functions are. Any idea if the new MAC could be blocking ...
JayZampa's user avatar
0 votes
0 answers
137 views

I'm creating a major mode for editing Algol source files which are written using Unicode characters. (add-to-list 'auto-mode-alist '("\\.a60\\'" . algol-mode)) I want to have the following ...
Graham Toal's user avatar

15 30 50 per page
1
2 3 4 5
42