Displaying 20 results from an estimated 2000 matches similar to: "Capture/Observer keys (F11, F3, ALT+arrows, CTRL+C/V/X)"
2007 Dec 09
5
capturing arrow keypress on IE7 with Prototype 1.6 doesn't work?
Hi!
does anyone know a fix for this?
in FF and Opera everything is fine, but in IE7 arrow keys are ignored.
thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2007 Jul 16
4
Problem with keypress event handling
Hi all,
we are writing a cross browser Javascript control that enhances the
HTML text input element in order to accept only digits (more or less).
Supposing that ''domText'' is the DOM element corresponding to the HTML
text input, we wrote the following:
Event.observe(domText, "keypress",
this.onKeyPress.bindAsEventListener(this));
where
this.onKeyPress =
2006 Mar 03
11
event.keyCode broken in prototype?
I ran 2 tests. One using proto''s Event.observe, and another using an
in-line handler of the "keydown" event in a textbox.
Using .bindAsEventListener, the event.keyCode is always returning a
capital letter, no matter what. The in-line event handler returns
lowercase vs. uppercase correctly... What''s going on?
I guess I find it hard to believe no one has tried
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
host static anyterm content locally,
url parameterize anyterm rows/cols/general param
update spec/makefile
Ideally I wanted and tried hard to put all this into a
seperate ovirt-server--anyterm subpackage, but we cannot
'reopen' the ovirt server virtual host defined in
ovirt-server.conf to add the neccessary rewrite rules. it would
be nice to figure out a way to do this
---
2006 Aug 31
2
Event.observe problem
Hi everyone!
I came across and interesting problem with prototype Event.observe.
Take this code for example:
<script type="text/javascript" src="cropper/lib/prototype.js"></script>
<script language="JavaScript"><!--
function handler(e) {
if (document.all) { e = window.event; }
var key;
if (document.layers) key = e.which;
if
2009 Dec 21
2
xm mem-set on an F11 xen guest
I just tried to change the memory for my F11 xen guest from 512 to 1024.
After executing:
xm mem-set workstation 1024
xm list shows the memory still being 512. Anyone else see this behavior
before? I tried other values as well - but the memory is still what it
was when I created the VM...
I'm running CentOS 5.4 on an i386...
Scot P. Floess
27 Lake Royale
Louisburg, NC 27549
2009 Sep 09
4
Dmesg log for 2.6.31-rc8 kernel been built on F12 (rawhide) vs log for same kernel been built on F11 and installed on F12
Previous 2.6.31-rc8 kernel was built on F11 and installed with modules on F12.
Current kernel has been built on F12 (2.6.31-0.204.rc9.fc12.x86_64) and installed
on F12 before loading under Xen 3.4.1.
Dmesg log looks similar to Michael Yuong''s ''rc7.git4'' kernel for F12.
Boris.
--- On Tue, 9/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote:
From: Boris
2006 Sep 02
1
Backspace key is sending Delete after update to 4.4 (tcsh issue?)
Maybe it was always sending Delete and I didn't notice it, but I have
had the following in my .tcshrc file for ages (without realizing it):
bindkey -b ^? i-search-back
Before the update to 4.4, hitting the backspace key at the shell
prompt deleted the previous character. Now it activates the search
backwards function as instructed to do so by the bindkey directive.
The
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server
2007 Feb 18
11
Tabulation with ENTER key
Dear all,
I think this can be interesting for others too. For a while I tried to
solve that problem - how to tabulate with ENTER/RETURN key too and not
only with TAB.
You know the problem - you are entering a lot of numbers from numeric
keypad but you need to go far left to press TAB. This prevents one-hand
data entry and prohibits web apps to be used by accountants, for instance.
Here is a
2010 Sep 02
6
[PATCH]ioemu: fix altgr-insert behavior
When access to a Xen DomU (Linux) from a VNC client in Windows, alt-gr key is not working properly. When Alt + another key pressed, vncserver receives Altgr down, Altgr up and key down messages in order, that causes incorrect output.
With following patch, when vncerver receives key down message, it first check if the keysym needs altgr modifer, if it needs altgr modifier but altgr is not
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:
2006 Jun 16
1
mask input fields
how to mask input fields? like
my mask = ''## / ####''
when user type it will put / after the second char . and bla bla bla
have ror a helper for do it? or, someone knows a good js code for it?
tks
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
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 using kde as the desktop the keypad
works fine and
2005 Dec 09
1
tkbind key pressed
Hi,
I see in Wettenhall RTclTk Examples that tkbind(xxx, <Key>,...) can pass the key pressed. How can I get the key pressed?
Thanks,
Manel
2009 Sep 10
1
f11 ovirt build fails
Good morning,
I read on ovirt.org to send information about installation procedure
issues to this mailing list.
I followed ovirt building instructions but "make build" reports the following
error on fedora 11:
Error creating Live CD : Unable to download from repo : Cannot
retrieve repository metadata (repomd.xml) for repository: f11. Please
verify its path and try again
Could not
2009 Sep 05
1
[PATCH node] adjust init script patching for local boot on F11
mkliveinitrd dropped udev trigger, and it already appends || :
---
scripts/ovirt-config-boot | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index a40c03a..2961f76 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -107,7 +107,7 @@ ovirt_boot_setup() {
# Fedora 10 mkliveinitrd
2008 Dec 28
1
vncviewer <defunct> under HVM
Unable to connect to my HVM
# xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 3869 2 r-----
368.6
vm00 45 128 1 -b----
62.3
The vm00 changes state from "r" to "b" after about a minute. (I have a
fedora dvd in the drive.)
#cat
2004 Oct 20
1
wordperfect 12 tells to report this
Hello,
wp12 trial fails to run with following debug output. Wine is several
days old CVS. Is it difficult to fix this?
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000
(No Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000
(No Name) :
err:keyboard:X11DRV_ToUnicodeEx
2009 Oct 30
24
Using Xen Virtualization Environment for Development and Testing of Supercomputing and High Performance Computing (HPC) Cluster MPICH2 MPI-2 Applications
Dear All,
I have created a virtual high performance computing (HPC) cluster of 6
compute nodes with MPICH2 using Xen-based Fedora 11 Linux 64-bit
paravirtualized (PV) domU guests. Dom0 is Fedora 11 Linux 64-bit. My Intel
Desktop Board DQ45CB has a single onboard Gigabit LAN network adapter.
I am able to bring up the ring of mpd on the set of 6 compute nodes.
However, I am consistently