Re: [ubuntu-uk] Mouse accessibility problem

2018-04-10 Thread Jim Price
Thanks. The big trackball looks like it might be difficult to try before you buy as the links suggest they're across the Atlantic. Keyboards don't solve the mouse problem, but I will suggest it. -- Jim On 10/04/18 15:06, Liam Proven wrote: On 10 April 2018 at 14:25, Jim Price wrote: The tr

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-10 Thread Liam Proven
On 10 April 2018 at 16:06, Liam Proven wrote: > > But an overlay with holes above the screens can be a big help for > those with severe motor deficits. Holes above the *keys*. Sorry. Example: http://atmac.org/ipad-keyguards-available/keyguard-infogrip -- Liam Proven • Profile: https://about.m

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-10 Thread Liam Proven
On 10 April 2018 at 14:25, Jim Price wrote: > The trackpad was the most promising, but getting hold of a > suitably large trackpad has proven difficult. IME trackpads require _more_ precise motor control than mice etc. > There have been some fairly > large ones made, but the best looking candi

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-10 Thread Jim Price
Thanks. It might be possible to insert this kind of thing into the users browser, but that leaves all other applications with the same problem, the crucial one being the onscreen keyboard. -- Jim On 09/04/18 23:16, Paul Sutton wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 In CSS can

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-10 Thread Jim Price
Discussion inline - see below: On 09/04/18 21:06, J Fernyhough wrote: On 09/04/18 17:50, Jim Price wrote: Getting the mouse button down and up in a short time is as difficult as getting a reliable double click it would seem. After doing some more digging the libinput "DragLockButtons" option

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-09 Thread Paul Sutton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 In CSS can you use the code that makes a border around the text, so as well as the actual visible link text there is a border you can't see round the side, if you use a:hover then you can change the link text too, so it changes colour when in the r

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-09 Thread J Fernyhough
On 09/04/18 17:50, Jim Price wrote: > Getting the mouse button down and up in a short > time is as difficult as getting a reliable double click it would seem. After doing some more digging the libinput "DragLockButtons" option may help with this: > Option "DragLockButtons" "L1 B1 L2 B2 ..." >

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-09 Thread Jim Price
That'll solve the problem for a file manager, but there is another related problem which it won't solve. When the mouse moves after the button down of a single click in e.g. Firefox the link can move instead of registering a click. Getting the mouse button down and up in a short time is as diff

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-09 Thread r...@league2000.co.uk
: 1 Date: Sun, 8 Apr 2018 14:08:46 +0100 From: Jim Price To: ubuntu-uk@lists.ubuntu.com Subject: [ubuntu-uk] Mouse accessibility problem Message-ID: Content-Type: text/plain; charset=utf-8; format=flowed I'm trying to solve a problem with double clicking the mouse for someone with jittery

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-08 Thread Jim Price
On 08/04/18 16:52, J Fernyhough wrote: On 08/04/18 16:27, Jim Price wrote: MATE is what we're trying to use How about Mouse Keys (under Keyboard Preferences)? Cursor can be positioned by both/either numpad keys or mouse, then a click by pressing a key without worrying about accidentally movin

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-08 Thread J Fernyhough
On 08/04/18 16:27, Jim Price wrote: > MATE is what we're trying to use How about Mouse Keys (under Keyboard Preferences)? Cursor can be positioned by both/either numpad keys or mouse, then a click by pressing a key without worrying about accidentally moving the cursor around. Though, if the pers

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-08 Thread Jim Price
On 08/04/18 15:44, J Fernyhough wrote: On 08/04/18 14:08, Jim Price wrote: I'm trying to solve a problem with double clicking the mouse for someone with jittery hand movements. The problem is that there is usually enough movement between their first and second clicks of a double click that it is

Re: [ubuntu-uk] Mouse accessibility problem

2018-04-08 Thread J Fernyhough
On 08/04/18 14:08, Jim Price wrote: > I'm trying to solve a problem with double clicking the mouse for someone > with jittery hand movements. The problem is that there is usually enough > movement between their first and second clicks of a double click that it > is registered as two single clicks i

[ubuntu-uk] Mouse accessibility problem

2018-04-08 Thread Jim Price
I'm trying to solve a problem with double clicking the mouse for someone with jittery hand movements. The problem is that there is usually enough movement between their first and second clicks of a double click that it is registered as two single clicks in different places. This has all sorts o

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-12 Thread Neil Greenwood
Ok, that works too, but COLUMNS=1000 ps -ef has a unique prefix in the history, so I can rerun it with !C Horses for courses... Neil On Mar 12, 2013 8:30 AM, "Tyler J. Wagner" wrote: > On 2013-03-12 06:53, Neil Greenwood wrote: > > With the ps command, I'm setting COLUMNS, not PAGER. Sorry f

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-12 Thread Tyler J. Wagner
On 2013-03-12 06:53, Neil Greenwood wrote: > With the ps command, I'm setting COLUMNS, not PAGER. Sorry for the confusion. > > The java processes I want to monitor have long command lines, so I set the > command to show 1000 columns so it doesn't truncate the output. Consider: ps -ef | cat Rega

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-11 Thread Neil Greenwood
With the ps command, I'm setting COLUMNS, not PAGER. Sorry for the confusion. The java processes I want to monitor have long command lines, so I set the command to show 1000 columns so it doesn't truncate the output. Neil. On Mar 11, 2013 3:31 PM, "Tyler J. Wagner" wrote: > On 2013-03-08 15:14,

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-11 Thread Tyler J. Wagner
On 2013-03-08 15:14, Neil Greenwood wrote: > PAGER=/bin/cat man command > > Don't include the export. Works a treat if you normally want the pager, but > not for one command. I frequently use this to get full output from the ps > command... In what situation does ps page the output? "ps -ef", for

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-08 Thread Neil Greenwood
On Mar 7, 2013 10:08 PM, "Tyler J. Wagner" wrote: > > On 2013-03-07 18:12, Tony Pursell wrote: > > man command | cat > > > > where command is the command you want to browse, will dump everything to > > the terminal and you can scroll back up through it with the mouse wheel (I > > hope), > > Put th

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Tyler J. Wagner
On 2013-03-07 18:12, Tony Pursell wrote: > man command | cat > > where command is the command you want to browse, will dump everything to > the terminal and you can scroll back up through it with the mouse wheel (I > hope), Put this in your .bashrc or .profile: export PAGER=/bin/cat Now paging

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Jim Price
On 07/03/13 21:14, Neil Greenwood wrote: On Mar 7, 2013 8:29 PM, "Jim Price" wrote: That's a reasonable workaround. Curiously the problem seems to have fixed itself now, and I have no idea whether it's because of something I did or not. I did do a re-install of gnome-terminal - maybe that di

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Jim Price
On 07/03/13 19:20, Andrew Woodward wrote: On Thu, 07 Mar 2013 16:49:37 +, Jim Price wrote: I'm using Gnome terminal in Mythbuntu 12.04 and mouse-wheel scrolling works fine for scrolling back and forward through terminal history, but whenever I view a manpage, the mouse wheel no longer scro

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Neil Greenwood
On Mar 7, 2013 8:29 PM, "Jim Price" wrote: > > On 07/03/13 18:12, Tony Pursell wrote: >> >> On 7 March 2013 16:49, Jim Price wrote: > > >>> I'm using Gnome terminal in Mythbuntu 12.04 and mouse-wheel scrolling >>> works fine for scrolling back and forward through terminal history, but >>> wheneve

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Jim Price
On 07/03/13 18:12, Tony Pursell wrote: On 7 March 2013 16:49, Jim Price wrote: I'm using Gnome terminal in Mythbuntu 12.04 and mouse-wheel scrolling works fine for scrolling back and forward through terminal history, but whenever I view a manpage, the mouse wheel no longer scrolls. I've Googl

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Andrew Woodward
On Thu, 07 Mar 2013 16:49:37 +, Jim Price wrote: > Hi, > I'm using Gnome terminal in Mythbuntu 12.04 and mouse-wheel scrolling > works fine for scrolling back and forward through terminal history, but > whenever I view a manpage, the mouse wheel no longer scrolls. I've > Googled, and discovere

Re: [ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Tony Pursell
Hi Jim On 7 March 2013 16:49, Jim Price wrote: > Hi, > I'm using Gnome terminal in Mythbuntu 12.04 and mouse-wheel scrolling > works fine for scrolling back and forward through terminal history, but > whenever I view a manpage, the mouse wheel no longer scrolls. I've Googled, > and discovered th

[ubuntu-uk] Mouse scrolling in man pages

2013-03-07 Thread Jim Price
Hi, I'm using Gnome terminal in Mythbuntu 12.04 and mouse-wheel scrolling works fine for scrolling back and forward through terminal history, but whenever I view a manpage, the mouse wheel no longer scrolls. I've Googled, and discovered that man uses less to display the pages, but all the thin

Re: [ubuntu-uk] Mouse

2005-10-04 Thread Baza
On 29 Sep 2005, at 14:55, Joseph Galea wrote: I made a donation to Ubuntu. Please, I have a question. My mouse doesn't move. I only see the cursor but it doesn't move. Can you pls give me insructions on how to tackle this problem. Sorry for any inconvience. try sudo dpkg-reconfigure xserver xorgThi

[ubuntu-uk] Mouse

2005-10-04 Thread Joseph Galea
I made a donation to Ubuntu. Please, I have a question. My mouse doesn't move. I only see the cursor but it doesn't move. Can you pls give me insructions on how to tackle this problem. Sorry for any inconvience.   -- ubuntu-uk mailing list ubuntu-uk@lists.ubuntu.com http://lists.ubuntu.com/m