keyboard Questions

4

Solved

My use case I need to know when a (specific) key is pressed and held down. The use case after detection is fairly easy. When the key is released, send a signal to stop the callback (which I know al...
Linoleum asked 20/4, 2021 at 13:0

5

My trackpad is not comfortable to use so I aim to do coding with my keyboard only. My "kill line" hotkey do not work no matter what key I set it to. I did unassign all conflicts. Simple question...
Noe asked 20/3, 2015 at 14:23

6

Solved

I download "SharpKeys.exe" from here. It works well. But I want to change "Pause/Break" to another, this app cannot recognize this key correctly. Does any one know the scancode? Thx
Hyperbaton asked 9/8, 2016 at 9:2

11

Solved

I know that it's impossible to thwart the world's most advanced minds, but I'd like to put the slightest of barriers on my website to keep my students from copying text from it and posting that tex...
Corbel asked 3/12, 2011 at 3:30

7

When I press Ctrl + Shift + P in VSCode (shortcut for "Command Palette") nothing happens. Side note: I've just installed VSCode on my new PC (Windows 10,) so it's a fresh installation if ...
Paperboard asked 29/4, 2021 at 20:44

1

This is a niche problem, but making a reference if it helps anyone! If you have a keyboard with built in shortcut keys and you want to reprogram them, what do you do? I had a kinesis freestyle 2 ke...
Nonbelligerent asked 26/8, 2021 at 18:26

5

Here is my phone screen I tried ScrollView with keyboardShouldPersistTaps, but it didn't work. I have a ScrollView for Autocomplete suggestions, and when user can types there, they should also be a...
Tamer asked 15/8, 2017 at 15:16

19

Solved

I'm doing a calculator. So I made my own Buttons with numbers and functions. The expression that has to be calculated, is in an EditText, because I want users can add numbers or functions also in t...

3

Solved

Is there a way to disable the native keyboard avoidance on iOS14? There is no keyboard avoidance in iOS13, so I want to implement my own, but when I do the native one on iOS14 is still active, so b...
Nymphalid asked 13/1, 2021 at 11:29

14

I'm facing this issue for a few months and I still can't solve it. I have a text input at the bottom of the view that is supposed to rise up with the soft keyboard once tapped. Instead, the whole l...
Tender asked 16/3, 2017 at 17:8

4

Im trying to make a script where every time I press x, it prints y. When I run the code: import keyboard if keyboard.is_pressed('x'): print ("y") The console outputs: raise OSError("Error ...
Undervest asked 23/10, 2018 at 2:43

4

Solved

I need to display the virtual keyboard when the application starts, but so far I've failed. I use this code in method "OnCreate"to display the virtual keyboard InputMethodManager imm = (InputMet...
Stevens asked 8/3, 2011 at 0:53

25

Solved

While working in IntelliJ IDEA, the keyboard occasionally locks in a way that delete or < > ^ keys don't work properly anymore, in a way that delete doesn't do anything anymore, and the arrow ke...
Presbyopia asked 3/5, 2012 at 11:30

5

Solved

I want to disable predictive text which comes in the keyboard of a textfield. It is not so difficult in native android and IOS but I have not found a solution in a Flutter. I have tried using auto...
Silvio asked 14/3, 2019 at 7:44

3

I am using a python program that is activate when pressing Caps Lock key and I want to be able to turn on/off the caps lock status when the program is active. I tried to send keys with virtkey but...
Untruthful asked 31/1, 2010 at 11:3

3

Solved

How to detect in which app my custom keyboard used and show different button? E.g. in Twitter I would add @ to string I post into input field and in Reddit /r/
Gavrilla asked 23/5, 2015 at 1:14

1

I have a number of Dialogs that use a keyboard for text input. Whenever the keyboard is activated, the Dialog windows shift position upwards and resize. I would like to stop this behaviour so that ...
Exciting asked 9/9, 2022 at 10:45

2

I am using the example from HWS but I'm having no luck getting buttons to show above the keyboard. Xcode 13.2.1 / Physical device running iOS 15.3.1 Is this a known issue? import SwiftUI struct Ke...
Grus asked 21/2, 2022 at 12:41

19

Solved

I'm trying to build an app front end with flutter and it's my first time so I faced some bugs like this one: there is no way to edit my textformfield because I putted my form elements in a listvie...
Where asked 13/7, 2018 at 8:19

13

Solved

Is there a way to know the size of the keyboard that is shown in the screen? I am using Cocos2dx for programming, but I want to know the height of the keyboard shown in screen in the part of Andro...
Actinouranium asked 23/11, 2012 at 18:45

5

We have a React Native TextInput component in our app. Using the virtual keyboard, pressing enter creates a new line. If we use a hardware keyboard (attached to an Android 6 tablet using an USB OTG...

4

I'm working on a college system (windows XP) and want to set the keyboard to Dvorak when I log on. I currently have a python script that changes the desktop image. Can I use python to change the l...
Leacock asked 14/9, 2009 at 11:11

31

Solved

Currently, I know the method of hiding the soft keyboard using this code, by onTap methods of any widget. FocusScope.of(context).requestFocus(new FocusNode()); But I want to hide the soft keyboard...
Oleneolenka asked 2/8, 2018 at 11:49

4

Solved

I have a custom NSView called SurfaceView. It is the contentView of a NSWindow and it handles basic events like mouse click and drawing. But don't matters what I do, it does not handle the keyDown ...
Flexion asked 23/7, 2012 at 23:57

3

I recently started learning Vim and before I go deeper I have a question I need answered. Using a AZERTY keyboard, should I remap the keys for the commands and shortcuts to fit the position of the...
Snub asked 20/10, 2015 at 19:33

© 2022 - 2025 — McMap. All rights reserved.