keyboard tag

7 questions


1 answers
112 views
0
Can't I get "Search" into the keyboard enter button on Android?

In some apps, when you click EditText, the keyboard comes up and there is a search button instead of the Enter button. I also want to implement it like this, but how can I implement the search button ...


1 answers
83 views
0
Hello. This is a question that links emojis to a custom keyboard

Hello. This is a question that links emojis to a custom keyboard~The keyboard is currently being tested using an open keyboard source.You are about to add an emoji function to your keyboard.The emoji ...

2 years ago

1 answers
71 views
0
How you can use ctrl+c, ctrl+v on Python.

I'm writing a program to crawl the web with Python, and I wonder how I can get the ctrl+c and ctrl+v keyboard input. I'd appreciate it if you could tell me how to search for it ㅠ

2 years ago

4 answers
110 views
0
How to open it again even if the user finishes with an English keyboard

Question: How to open it again in Korean keyboard even if the user finishes with English keyboard If you leave it as below, even if the user finishes with a Korean keyboard, it will open in English wh...

2 years ago

1 answers
136 views
0
Please teach me how to hide my Android virtual keyboard ㅠㅜ

There are EditText and buttons in the layout that I made I want to hide my virtual keyboard when I write Edit Field and click the button What do I do?


1 answers
137 views
0
This is an Android keyboard source question. This is a keyboard display question that fits the input type.

This is an Android keyboard source question. This is a keyboard display question that fits the input type.It is currently being tested with a keyboard source.If you log in on the website, you can see ...

2 years ago

1 answers
81 views
0
Match one list with one list

Let's say we have the following code.const a = [a, b, c];const b = [1, 2, 3];console.log(/*processed value*/);So when we put a in a, let's have 1 in b Is there only one way to get the number from one ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.