Questions tagged [numeric-keypad]

63 questions
0
votes
2 answers

Xamarin Forms Entry Binding two way with nullable decimal does not allow to put decimal point

I have an Entry which is binded two way with nullable decimals and has numeric keyboard. Everything is ok except I cannot use decimal point. Whenever I press . (dot) from keyboard, UI does not accept it. Do you guys have any idea? Online search did…
0
votes
1 answer

How to fetch properties or name of paired two or more Bluetooth keyboard( keypad)

How to fetch properties or name of paired two or more BlueTooth keyboards (Belkin keypad..) I am creating a simple test project in that only label is present. Two Bluetooth keyboards (Belkin keypad)is connected to iPad. I want to find each device…
Pooja ios
  • 1
  • 2
0
votes
1 answer

How to insert a number directally in a input through a keypad in javascript?

I am a little confused about this plugin. Is there a way to insert the numbers directly in my text-basic input instead of to press "Done" in keypad? I'd like that as I type the numbers in keypad they be shown automatically in text-basic input…
winiercape
  • 135
  • 7
0
votes
1 answer

Opening numeric keypad for text field

I am using Ionic framework 2.2.1. I have a text input field for which, in almost 99% case, the input value will be a number. So I would like to open a numeric keypad when a user focuses on this field. Is there any way to do this? I have tried
Zakaria Ahmed
  • 54
  • 2
  • 7
0
votes
0 answers

How to use USB numpad/keypad text input in Kivy on Android

Simply put, I would like to use a small USB keypad/numpad to type into a text input field on a kivy app running on android via the kivy launcher. I am using an OTG USB connector to connect a small keypad to my tablet. The connector works in general…
ShaunBach
  • 31
  • 1
  • 4
0
votes
1 answer

Use custom numeric keyboard on iPad only

New to iPad development. I would like to use a custom numeric keyboard (using a pod) on iPad, but the native one on iPhones. Is it possible to make an extension on UITextField, UITextView to set/get inputView/keyboardType? Or is there an other…
Dan
  • 173
  • 2
  • 18
0
votes
1 answer

iPhone App: You enter the score and it works but how do i limit it?

My iPhone app works fine, and all parts work fine, however it lets you score certain things, but how can i limit the score for example at the minute you could rate item x "609573095730" but i only want to to allow the user to score between 0 and…
Alex Trott
  • 4,576
  • 4
  • 23
  • 30
0
votes
2 answers

End key (which is on my numeric keypad) is inserting q and a new line in VIM instead of going to the end of the line

I just got a new laptop (and ASUS running Windows 10 to replace my ASUS running Windows 8.1). I'm using Putty to access my Ubuntu server on AWS and using VIM to edit some files. When I hit my dedicated Home button, it works: my cursor moves to the…
Bing
  • 3,071
  • 6
  • 42
  • 81
0
votes
1 answer

4 entry box nummeric keypad

I'm trying to make a GUI for my stepper motor controller. I have absolutely no background in programming but reading here and watching several tutorials I produced a piece of code that is looking and behaving the way I think it should do. A part of…
René
  • 3
  • 1
  • 3
0
votes
1 answer

How to set another key to behave like a tab button?

I have a user interface created in HTML and working with Angular. I want to set one of the buttons from a numeric keyboard to behave like the Tab button. I want user to be able to switch fields in the interface using one of the buttons from a…
0
votes
0 answers

Javascript match numeric-keypad numbers failed using keydown event

I tried to restrict input to accept numbers only, it works fine using keyboard numbers but when using (keypad at the right) it failed. What I tried: $("#NUMBER").keydown(function (e) { return(…
Akam
  • 1,089
  • 16
  • 24
0
votes
1 answer

Arduino Multi tap function confusion

Im still very new to the c++ programming world so take it easy on me guys. haha I trying to make a system to keep track of high scores for one of my dad's favorite games. I'm using a LCD screen and a 3x4 keypad for score entries. I would like to add…
0
votes
1 answer

How can I remove the Numpad Slash keyboard shortcut from MS Word 2013 Outline View

I work a lot in Microsoft Word's Outline view, because I like being able to expand/collapse subtrees of a tree of bulleted lists, and quickly move bullets around with Ctrl-Alt-arrow keys. I'm generally impressed with the customisability of MS…
AlexC
  • 3,610
  • 3
  • 26
  • 26
0
votes
1 answer

Custom keypad layout in Android

I have an EditText in my app that a user can enter a decimal Volume in. At the moment i use: EditText editTextVolume =…
Eduardo
  • 6,900
  • 17
  • 77
  • 121
0
votes
0 answers

can a numeric keypad pass back a negative?

Using buttons on a numeric keypad to send back a value to the controller but the keypad wont let me go below 0 when I press the '-' button, the user may need to pass back a negative value. Also if possible, if the user has -32 for example and they…
John
  • 3,965
  • 21
  • 77
  • 163