Create a module on Kernel with USB Keyboard


up vote
0
down vote
favorite
I need to create a module on kernel which recognizes the keys of a keyboard and show in the terminal.
How can I do this? Someone can post files or another things if I can study.
kernel keyboard shortcut-keys
add a comment |Â
up vote
0
down vote
favorite
I need to create a module on kernel which recognizes the keys of a keyboard and show in the terminal.
How can I do this? Someone can post files or another things if I can study.
kernel keyboard shortcut-keys
a keyboard for typing? it should just work
â Joshua Besneatte
May 13 at 20:18
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to create a module on kernel which recognizes the keys of a keyboard and show in the terminal.
How can I do this? Someone can post files or another things if I can study.
kernel keyboard shortcut-keys
I need to create a module on kernel which recognizes the keys of a keyboard and show in the terminal.
How can I do this? Someone can post files or another things if I can study.
kernel keyboard shortcut-keys
asked May 13 at 19:06


Pedro Henrique Faria Teixeira
1
1
a keyboard for typing? it should just work
â Joshua Besneatte
May 13 at 20:18
add a comment |Â
a keyboard for typing? it should just work
â Joshua Besneatte
May 13 at 20:18
a keyboard for typing? it should just work
â Joshua Besneatte
May 13 at 20:18
a keyboard for typing? it should just work
â Joshua Besneatte
May 13 at 20:18
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
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%2f1035817%2fcreate-a-module-on-kernel-with-usb-keyboard%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
a keyboard for typing? it should just work
â Joshua Besneatte
May 13 at 20:18