How do I setup pointer-keys/mouse-keys in Lubuntu? (move cursor with num-pad keys)


up vote
5
down vote
favorite
I know there is an easy way to set up mouse emulation with the numpad in Xubuntu and Ubuntu. Is there an easy way to do so in lubuntu? is there a config file that can be edited, or does a program need to be installed?
mouse lubuntu accessibility numpad
add a comment |Â
up vote
5
down vote
favorite
I know there is an easy way to set up mouse emulation with the numpad in Xubuntu and Ubuntu. Is there an easy way to do so in lubuntu? is there a config file that can be edited, or does a program need to be installed?
mouse lubuntu accessibility numpad
add a comment |Â
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I know there is an easy way to set up mouse emulation with the numpad in Xubuntu and Ubuntu. Is there an easy way to do so in lubuntu? is there a config file that can be edited, or does a program need to be installed?
mouse lubuntu accessibility numpad
I know there is an easy way to set up mouse emulation with the numpad in Xubuntu and Ubuntu. Is there an easy way to do so in lubuntu? is there a config file that can be edited, or does a program need to be installed?
mouse lubuntu accessibility numpad
edited Jun 13 '12 at 2:14
ish
112k27256290
112k27256290
asked Jun 12 '12 at 1:40
Jakob Weisblat
1721210
1721210
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
10
down vote
accepted
- Enable via conf file
Create a file /usr/share/X11/xorg.conf.d/90-enable-pointerkeys.conf
, with contents:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
- Enable for duration of session
setxkbmap -option keypad:pointerkeys
- In either case, Shift+Num-Lock will toggle mouse keys on/off.
Works in Raspbian.
â fuenfundachtzig
Dec 29 '17 at 15:19
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
10
down vote
accepted
- Enable via conf file
Create a file /usr/share/X11/xorg.conf.d/90-enable-pointerkeys.conf
, with contents:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
- Enable for duration of session
setxkbmap -option keypad:pointerkeys
- In either case, Shift+Num-Lock will toggle mouse keys on/off.
Works in Raspbian.
â fuenfundachtzig
Dec 29 '17 at 15:19
add a comment |Â
up vote
10
down vote
accepted
- Enable via conf file
Create a file /usr/share/X11/xorg.conf.d/90-enable-pointerkeys.conf
, with contents:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
- Enable for duration of session
setxkbmap -option keypad:pointerkeys
- In either case, Shift+Num-Lock will toggle mouse keys on/off.
Works in Raspbian.
â fuenfundachtzig
Dec 29 '17 at 15:19
add a comment |Â
up vote
10
down vote
accepted
up vote
10
down vote
accepted
- Enable via conf file
Create a file /usr/share/X11/xorg.conf.d/90-enable-pointerkeys.conf
, with contents:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
- Enable for duration of session
setxkbmap -option keypad:pointerkeys
- In either case, Shift+Num-Lock will toggle mouse keys on/off.
- Enable via conf file
Create a file /usr/share/X11/xorg.conf.d/90-enable-pointerkeys.conf
, with contents:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
- Enable for duration of session
setxkbmap -option keypad:pointerkeys
- In either case, Shift+Num-Lock will toggle mouse keys on/off.
answered Jun 12 '12 at 2:36
ish
112k27256290
112k27256290
Works in Raspbian.
â fuenfundachtzig
Dec 29 '17 at 15:19
add a comment |Â
Works in Raspbian.
â fuenfundachtzig
Dec 29 '17 at 15:19
Works in Raspbian.
â fuenfundachtzig
Dec 29 '17 at 15:19
Works in Raspbian.
â fuenfundachtzig
Dec 29 '17 at 15:19
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f149651%2fhow-do-i-setup-pointer-keys-mouse-keys-in-lubuntu-move-cursor-with-num-pad-key%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password