Category "keyboard"

How to create in-app keyboard in android using jetpack compose?

In View system, we can using InputConnection to create in-app keyboard. But in Jetpack compose, i don't know how to do that. Can you help me, please?

DisplayPromptAsync is unable to disallow suggestions in Xamarin on Android

I have a working Xamarin Forms app for Android, UWP and one of these days, iOS. I ask the user to type a userid in a DisplayPromptAsync() and I would like to di

Need advice on building a diagonal keyboard for Iphone App

I want to make an IPhone App, but sort of a strange one. I want to make an app where the keyboard is on the bottom left corner of the screen. I don't have any e

How do I add keyboard shortcuts for PowerPoint ribbon control?

How do I add Keyboard shortcuts (Ctrl + uparrow) for PowerPoint ribbon button coding using vsto?

Complex keyboard input to child process in C, Linux

Ive been trying to solve this one for some time but im unable to come up with a solution. I need a child process to understand complex WASD keyboard input (with

Bluetooth keyboard input in Swift 5 SwiftUI app (versus UIKit)

I'm porting an iOS app from UIKit to SwiftUI. In this app, I need to capture and respond to keyboard input from a Bluetooth keyboard. In the UIKit app, I was do

Unexpected errors happen on working script

I'm relatively new to python and only recently tried some small scripts with it that can be used for my needs (just simply interact and automate with some parts

Python keyboard module non-functional with python 3.x and macOS?

So I'm trying to write a macro to automate a few tedious actions on my mac. I've been attempting to use the keyboard module for python (so that I can hook into

Running keyboard module in python is returning weird characters

I am running a python script to capture keyboard input in order to read a bar code reader scanner on a debian 9.0 system, the bar code reader is supposed to wor

Expo React Native - Android Keyboard closes immediately when tapping on input

The Android keyboard "crashes" (or destroys itself when tapping on every input field) Video of this bug: https://i.gyazo.com/83f7eb2ce8541e2c8af749c719fd7fde.mp

iOS keyboard: How can I start with a disabled done/return/go button on the keyboard and KEEP it disabled until the validation requirements are met?

I've got a text field delegate setup which disables/enables the done button on keyboard when certain conditions are met (between 5 and 15 characters, not just w

ERROR: ssl certificate doesn't exist: /home/rsvay/snap/barrier-kvm/2/.local/share/barrier/SSL/Barrier.pem

I am a frequent user of Barrier-kvm. I recently upgraded my server to Ubuntu 20.04 and started getting error "ERROR: ssl certificate doesn't exist: /home/rsvay

Flutter, how to handle keyboard shortcuts

wanna implement keyboard shortcuts into web app, found this example but it doesn't work as expected. Would like action to occur every time I hold down alt and t

How do i prevent the keyboard from pushing my view up in react native?

I am building a registration form in React Native. I have this view. When keyboard is showing it is pushing my form and image over my title view like this. Wh

How do i prevent the keyboard from pushing my view up in react native?

I am building a registration form in React Native. I have this view. When keyboard is showing it is pushing my form and image over my title view like this. Wh

TextInputType.number only accepts numbers from an english keyboard

i am making a multilingual shopping app and i have arabic and anthor language ++ english as the languages the user can pick, when someone wants to order they ha

TextField is gaining focus after navigating to another screen

In my project I've wrapped the whole MaterialApp in a GestureDetector which is supposed to dismiss keyboard when user tapped the screen, using this piece of cod

Flutter web done button has container at top of keyboard

I had an app that use flutter for web. every i focus on textfield and pressed the button 'done' at top keyboard of phone it will be close the keyboard but when

Shortcut to comment code on codesandbox.io

I'm learning React on codesandbox.io which it's exactly like VSCode, my main code editor currently. However I'm not able to find the shortcut to comment and unc

How to intercept flutter back-button when keyboard is shown

I want to intercept the back-button of the soft keyboard in flutter. So when I want to close the keyboard by pressing the back-button I want an additional funct