Re: X Window: Setting up mouse scroll for OOo Calc to one raw

2011-12-30 Thread Paul Vojta
here's no such thing as a "mouse scroll value" in X. When you rotate the mouse wheel, it sends a click on button 4 or 5. There's no such thing as a fractional click. This is a question for the people maintaining OpenOffice.org, not

Re: Key rate limit

2012-03-27 Thread Paul Vojta
(or more) keys at very close to the same time. For example, I switch Control and CapsLock (ctrl:swapcaps), and to exit a browser I hit Ctrl-W. Since the keys are so close to each other, I can just use two fingers on the same hand, and by habit I do it quickly. Then I move over to a terminal window

Re: Key rate limit

2012-03-30 Thread Paul Vojta
On Thu, Mar 29, 2012 at 04:26:15PM +1000, Peter Hutterer wrote: > On Tue, Mar 27, 2012 at 12:43:49PM -0400, Paul Vojta wrote: > > On Mon, Mar 26, 2012 at 11:20:03AM -0500, tsuraan wrote: > > > > I am not sure but xset has a [r rate delay [rate]], would that be any > >

Implementing smooth scrolling in an X client

2012-06-04 Thread Paul Vojta
bian on x86_64, with the following package versions: xserver-xorg-core 2:1.12.1.902-1 xserver-xorg-input-synaptics 1.6.1-1 xinput 1.6.0-1 Sincerely, Paul Vojta ___ xorg@lists.x.org: X.Org support Archives: http://lists.free

Re: Implementing smooth scrolling in an X client

2012-06-13 Thread Paul Vojta
On Tue, Jun 12, 2012 at 11:25:08AM +1000, Peter Hutterer wrote: > On Mon, Jun 04, 2012 at 06:50:47PM -0400, Paul Vojta wrote: [snip] > > So I would need to keep track of EnterNotify events for each window for > > which I'm doing smooth scrolling, and set a flag each time

XInput 2.1 valuator values when resuming from SlaveSwitch

2013-03-12 Thread Paul Vojta
version 1.6.2 of the synaptics driver (Debian version 1.6.2-2). The hardware is x86_64. Comments, anyone? In particular, is it correct to assume that the classes field of the XIDeviceChanged event should contain the correct value for the valuator, and that the behavior with evdev is buggy? --Paul

Re: XInput 2.1 valuator values when resuming from SlaveSwitch

2013-03-13 Thread Paul Vojta
On Wed, Mar 13, 2013 at 02:18:26PM +1000, Peter Hutterer wrote: > On Tue, Mar 12, 2013 at 12:53:33PM -0700, Paul Vojta wrote: > > Dear all: > > > > I've been working on adding "smooth scrolling" to xdvi (after a long > > hiatus), and I'm encounteri

Re: XInput 2.1 valuator values when resuming from SlaveSwitch

2013-03-13 Thread Paul Vojta
On Thu, Mar 14, 2013 at 10:37:05AM +1000, Peter Hutterer wrote: > On Wed, Mar 13, 2013 at 12:12:27AM -0700, Paul Vojta wrote: > > On Wed, Mar 13, 2013 at 02:18:26PM +1000, Peter Hutterer wrote: > > > On Tue, Mar 12, 2013 at 12:53:33PM -0700, Paul Vojta wrote

Re: Fw: Xt / Motif C++ application hangs in the XtDispatchEvent call

2016-12-12 Thread Paul Vojta
ay of checking this. Just standard debugging techniques, but check that function argument values are the same in the calling process and in the function itself. --Paul Vojta, vo...@math.berkeley.edu > > _

Re: phantom ESC key stream activity

2017-01-05 Thread Paul Vojta
autorepeat. To check whether this is what is happening, try fiddling with the -arinterval argument to the X server and see if it changes the frequency of the spurious Esc characters. That's the X server command line, so it's probably buried in gnome or xfce or kde somewhere, unless you're

Re: phantom ESC key stream activity

2017-01-05 Thread Paul Vojta
On Thu, Jan 05, 2017 at 12:42:42PM -0800, Paul Vojta wrote: > ... I don't know if it's possible to change this in a > running X server. I remember now: use the xset command. --Paul Vojta, vojta at math dot berkeley period edu ___

Re: TWM is lacking libxinerama

2018-09-07 Thread Paul Vojta
On Fri, Sep 07, 2018 at 10:06:24AM -0700, Alan Coopersmith wrote: [snip] > In any case, twm has no active developers working on it, so I'd suggest > choosing > a different window manager if you want features twm lacks. Can you suggest any? Paul Vojta, vojta at math dot be

Re: bitmaps or no?

2020-12-03 Thread Paul Vojta
On Tue, Dec 01, 2020 at 07:36:20PM -0500, James K. Lowden wrote: > I have a basic how-does-one question about scrolling text in a window. > [snip] > > What's the accepted way to do it? XCopyArea > --jkl Sincerely, Paul Vojta