search for: keypad

Displaying 20 results from an estimated 301 matches for "keypad".

2008 Mar 25
11
Failure to instal S10U4 HVM at SNV85 Dom0
System config:- bash-3.2# ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 rge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 index 2 inet 192.168.1.53 netmask ffffff00 broadcast 192.168.1.255 ether 0:1e:8c:25:cc:a5 lo0:
2007 Aug 24
0
9 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_keys.h libswfdec/swfdec_pattern.c libswfdec/swfdec_player.c test/trace
...* @SWFDEC_KEYR: the R key - * @SWFDEC_KEYS: the S key - * @SWFDEC_KEYT: the T key - * @SWFDEC_KEYU: the U key - * @SWFDEC_KEYV: the V key - * @SWFDEC_KEYW: the W key - * @SWFDEC_KEYX: the X key - * @SWFDEC_KEYY: the Y key - * @SWFDEC_KEYZ: the Z key - * @SWFDEC_KEYNUMPAD_0: the 0 key on the numeric keypad - * @SWFDEC_KEYNUMPAD_1: the 1 key on the numeric keypad - * @SWFDEC_KEYNUMPAD_2: the 2 key on the numeric keypad - * @SWFDEC_KEYNUMPAD_3: the 3 key on the numeric keypad - * @SWFDEC_KEYNUMPAD_4: the 4 key on the numeric keypad - * @SWFDEC_KEYNUMPAD_5: the 5 key on the numeric keypad - * @SWFDEC_KE...
2007 Sep 18
1
program to monitor USB keys
...; #include <linux/input.h> #include "smsignal.h" struct _msgnet_keycode { int keycode_value; char *keycode_str; int send_to_server; // .X will also send to server example: .4 says function 4 }; struct _msgnet_keycode msgnet_keycode[] = { {96, "KP_ENTER", 1}, // Keypad Enter Enter MUST be the first entry {28, "KP_ENTER", 1}, // Keypad Enter USB {14, "KP_BackSpace", 1}, // Keypad BS {55, "KP_Multiply", 1}, // Keypad * {98, "KP_Divide", 1}, // Keypad / {78, "KP_Plus", 1}, // Keypad + {74, "KP_Minus...
2018 Aug 29
1
kvm & keypad on Centos 7.5
.... It was difficult to install with NetworkManager running. After I turned nm off I got the bridge to work and to stay in place. NetworkManager kept chaning things. I have several things I would like to learn and to tweak with KVM and virtal machines. The first small tweak is how to turn on the keypad on a keyboard. I have tried two logitech keyboards and both fail to allow the use of the keypad on the guest. On the host it works fine. I have a nvidia card in place with kmod-nvidia installed; the numeric keypad failed before and after kmod-nvidia was installed. Any ideas, or this a bug???...
2018 Aug 25
2
GNOME, numeric keypad & commas
...network on servers and desktops. Until recently, we were using a highly customized Xfce desktop environment. Last week I decided to migrate all desktops from Xfce to GNOME, which went quite well. Now I have to sand down some rough edges. The secretary complained that she can't use the numeric keypad as before. She's using LibreOffice Calc a lot, and she has to type in a lot of numbers with commas. With Xfce this was not a problem. Under GNOME, this won't work anymore. As far as I can tell, this has to do with the locale-specific syntax of 0.00 vs 0,00. Our systems are all localized in...
2018 Sep 07
1
Centos 7.5 - Gnome3 - KVM - Keypad numeric failure
Everyone, I have a problem with the numeric keypad while using a Centos 7.5 new installation with kvm. When I login to the host machine using gnome3 or classic gnome the numeric keypad does not function. If I activate another 7.5 guest machine with gnome3 the numeric keypad on the guest does not work either. If I login on the host machine usi...
2005 May 16
2
Telephony keypad
Does anybody know if there are any external telephone-keypads for sale anywhere? (containing the keys 0-9, *, # and onhook/offhook would do) I am looking for a keypad to control a softphone and would prefer the controls to be in the physical world instead of as a window. Sincerely, Markus Hakansson
2003 May 18
1
Using Keypad for app_directory
Hi. I'm trying to use the Directory app. I was wondering how can I enter the first 3 letters from the phone keypad... I need a keypad with also the ABCD tones? or a standard one is ok? Doing some tests I never been able to select an entry till now... (using the demo voicemail.conf in asterisk) Thanks for any help. -- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmgi Srl
2008 Dec 28
1
vncviewer <defunct> under HVM
...fter about a minute. (I have a fedora dvd in the drive.) #cat qemu-dm-45.log Watching /local/domain/0/device-model/45/logdirty/next-active Watching /local/domain/0/device-model/45/command -c config qemu network with xen bridge for tap0 eth1 shift keysym 003e keycode 86 shift keysym 00a6 keycode 86 keypad keysym ffae keycode 83 keypad keysym ffac keycode 83 keypad keysym ffb0 keycode 82 keypad keysym ffb1 keycode 79 keypad keysym ffb2 keycode 80 keypad keysym ffb3 keycode 81 keypad keysym ffb4 keycode 75 keypad keysym ffb5 keycode 76 keypad keysym ffb6 keycode 77 keypad keysym ffb7 keycode 71 keypad...
2020 Sep 08
1
Plasma problem with numeric keypad
Hi list, I'm running CentOS 8.2 with Plasma from EPEL and I noticed that I have problem using numeric keypad of my keyboard when using plasma application like Konsole, Kcalc, Konqueror and all application of Plasma. Using Firefox, Thunderbird, xterm, Libreoffice all works as expected. So this problem is related to Plasma application. I noticed the same problem on sddm login. I noticed that to make the...
2014 May 06
0
Supporting smartcard readers with PIN entry keypads
Folks, Find below a minor patch to allow the use of smartcards in readers that have their own PIN entry keypads (Secure PIN entry) such as the SPR332 and most german/medical chipcard devices. Tested on Solaris, FreeBSD and MacOSX against various cards and drivers. I?ve left the pkcs11_interactive check in place. Arguably - with some Secure PIN readers it may be better to move this just in front of the key...
2014 May 12
0
[patch] Supporting smartcard readers with PIN entry keypads (updated against -HEAD)
Repost; updated for HEAD and tested on ubuntu as well. Dw. Folks, Find below a minor patch to allow the use of smartcards in readers that have their own PIN entry keypads (Secure PIN entry) such as the SPR332 and most german/medical chipcard devices. Tested on Solaris, FreeBSD, Linux and MacOSX against various cards and drivers. I?ve left the pkcs11_interactive check in place. Arguably - with some Secure PIN readers it may be better to move this just in front of...
2008 Feb 13
4
Attendant phone
Dear list, I need to buy a phone which could monitor the state of the maximun number of sip extensions about 200. It is for an attendant. I just saw Snom 370 with keypad and Linksys 962 but they do not let me to monitor 200 extensions states adding keypads. Do you know any kind of phone that let me do that? Which is the maximun number of extensions your phones can monitor and which models phones are? Thanks, VoipCrazy -------------- next part -------------- An H...
2018 Sep 02
0
GNOME, numeric keypad & commas
...network on servers and desktops. Until recently, we were using a highly customized Xfce desktop environment. Last week I decided to migrate all desktops from Xfce to GNOME, which went quite well. Now I have to sand down some rough edges. The secretary complained that she can't use the numeric keypad as before. She's using LibreOffice Calc a lot, and she has to type in a lot of numbers with commas. With Xfce this was not a problem. Under GNOME, this won't work anymore. As far as I can tell, this has to do with the locale-specific syntax of 0.00 vs 0,00. Our systems are all localized in...
2012 May 23
0
Centos 6 - tigervnc - numbers on keypad
I have a ncurses-based program that runs on a vnc desktop on a remote computer. On Centos 5 you could enter numbers into the program using the numeric keypad. I just installed a new machine running Centos 6 to do this same job and now numbers can only be entered using the numbers across the top of the keyboard. The program still recognizes the keys on the keypad when numlock is not set (so you get home, pgup, left and right cursor, etc.) but I get not...
2015 Mar 17
2
[patch] Updated patch for pkcs#11 smartcard readers that have a protected PIN path
Some smartcard readers have keypad to enter the PIN securely (i.e. such that it cannot be intercepted by a rogue (ssh) binary. PKCS#11 allows for enforcing this in hardware. Below patch allows for SSH to make use of this; against head/master as of today. Dw. commit 7f0250a8ae6c639a19d4e1e24fc112d5e2e1249a Author: Dirk-Willem va...
2008 Jun 02
0
[ wxruby-Bugs-20477 ] Wx::ListEvent#get_item crashes when navigating with the keypad
...: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20477&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Nobody (None) Summary: Wx::ListEvent#get_item crashes when navigating with the keypad Initial Comment: Having a ListCtrl with an ''item_selected'' event handler, and inside it calling get_item on the passed event object may crash. To reproduce the bug: If the first selection occurs with the keypad, no bug arise when navigating further with the keys. Once you select...
2003 Oct 20
2
Setting a variable in extenstions.conf from the phone keypad.
...tiple call bridges (meetme) so that first users are prompted for their call bridge ID then their password. exten => 7001,1,Playback(/var/lib/asterisk/sounds/if-you-know-the-extension-you want-to-dial-press-that-extension:gsm) exten => 7001,2,set $foo to whatever was entered on the phones keypad exten => 7001,3,Dial($foo,60) Thanks! Mark Vickers, RealNetworks Inc. Desk: (206) 674-2391 Fax: (206)674-3588
2003 Nov 03
1
Aastra 480 ADSI keypad problem
...display, it disables my # buttons. If I hit listen through the ADSI display, I can not delete messages. The 7 button no longer does anything... --------------- posted 06/09/03 I have the same problem. I use an Aastra 480 phone and as long as I don't touch any of the ADSI soft-buttons then my keypad stays active and the downloaded script works great. But as soon as I hit listen through the ADSI display, all of my normal 0-9*# keys get disabled and the script no longer maps any more options to my soft buttons. --------------- Any suggestions?
2004 Jun 02
1
Hot keypad on a Cisco 7960
Aloha, Does anyone know how to have a hot keypad on a Cisco 7960? It allows you to dial on-hook without press the SPEAKER button. Very handy once you get used to it! -Matt