While Shift+1 prints the exclamation mark, the key “1” does not work!
up vote
2
down vote
favorite
When I press the key 1 on my laptop keyboard, it does not print anything on the screen, but Shift+1 prints !
. I have this problem only with just with 1!
xev
output when I press 1:
FocusOut event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 40, synthetic NO, window 0x0,
keys: 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 696147, (891,524), root:(891,528),
state 0x0, keycode 10 (keysym 0x31, 1), same_screen YES,
XLookupString gives 1 bytes: (31) "1"
XFilterEvent returns: False
xev
output when I press Shift+1:
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 697230, (891,524), root:(891,528),
state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 698223, (891,524), root:(891,528),
state 0x1, keycode 10 (keysym 0x21, exclam), same_screen YES,
XLookupString gives 1 bytes: (21) "!"
XmbLookupString gives 1 bytes: (21) "!"
XFilterEvent returns: False
xev
output when I press 2:
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 694954, (891,524), root:(891,528),
state 0x0, keycode 11 (keysym 0x32, 2), same_screen YES,
XLookupString gives 1 bytes: (32) "2"
XFilterEvent returns: False
keyboard keyboard-layout
This question has an open bounty worth +300
reputation from mini ending in 5 days.
This question has not received enough attention.
add a comment |
up vote
2
down vote
favorite
When I press the key 1 on my laptop keyboard, it does not print anything on the screen, but Shift+1 prints !
. I have this problem only with just with 1!
xev
output when I press 1:
FocusOut event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 40, synthetic NO, window 0x0,
keys: 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 696147, (891,524), root:(891,528),
state 0x0, keycode 10 (keysym 0x31, 1), same_screen YES,
XLookupString gives 1 bytes: (31) "1"
XFilterEvent returns: False
xev
output when I press Shift+1:
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 697230, (891,524), root:(891,528),
state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 698223, (891,524), root:(891,528),
state 0x1, keycode 10 (keysym 0x21, exclam), same_screen YES,
XLookupString gives 1 bytes: (21) "!"
XmbLookupString gives 1 bytes: (21) "!"
XFilterEvent returns: False
xev
output when I press 2:
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 694954, (891,524), root:(891,528),
state 0x0, keycode 11 (keysym 0x32, 2), same_screen YES,
XLookupString gives 1 bytes: (32) "2"
XFilterEvent returns: False
keyboard keyboard-layout
This question has an open bounty worth +300
reputation from mini ending in 5 days.
This question has not received enough attention.
Suggestion: Should add more information on setup: 1. Which keyboard layout is being used? 2. What kind of keyboard hardware (or laptop model)? These additional information will likely encourage any user with similar setup to help.
– clearkimura
34 mins ago
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
When I press the key 1 on my laptop keyboard, it does not print anything on the screen, but Shift+1 prints !
. I have this problem only with just with 1!
xev
output when I press 1:
FocusOut event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 40, synthetic NO, window 0x0,
keys: 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 696147, (891,524), root:(891,528),
state 0x0, keycode 10 (keysym 0x31, 1), same_screen YES,
XLookupString gives 1 bytes: (31) "1"
XFilterEvent returns: False
xev
output when I press Shift+1:
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 697230, (891,524), root:(891,528),
state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 698223, (891,524), root:(891,528),
state 0x1, keycode 10 (keysym 0x21, exclam), same_screen YES,
XLookupString gives 1 bytes: (21) "!"
XmbLookupString gives 1 bytes: (21) "!"
XFilterEvent returns: False
xev
output when I press 2:
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 694954, (891,524), root:(891,528),
state 0x0, keycode 11 (keysym 0x32, 2), same_screen YES,
XLookupString gives 1 bytes: (32) "2"
XFilterEvent returns: False
keyboard keyboard-layout
When I press the key 1 on my laptop keyboard, it does not print anything on the screen, but Shift+1 prints !
. I have this problem only with just with 1!
xev
output when I press 1:
FocusOut event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 40, synthetic NO, window 0x3a00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 40, synthetic NO, window 0x0,
keys: 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 696147, (891,524), root:(891,528),
state 0x0, keycode 10 (keysym 0x31, 1), same_screen YES,
XLookupString gives 1 bytes: (31) "1"
XFilterEvent returns: False
xev
output when I press Shift+1:
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 697230, (891,524), root:(891,528),
state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 698223, (891,524), root:(891,528),
state 0x1, keycode 10 (keysym 0x21, exclam), same_screen YES,
XLookupString gives 1 bytes: (21) "!"
XmbLookupString gives 1 bytes: (21) "!"
XFilterEvent returns: False
xev
output when I press 2:
KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
root 0x17b, subw 0x0, time 694954, (891,524), root:(891,528),
state 0x0, keycode 11 (keysym 0x32, 2), same_screen YES,
XLookupString gives 1 bytes: (32) "2"
XFilterEvent returns: False
keyboard keyboard-layout
keyboard keyboard-layout
edited yesterday
asked Nov 19 at 19:03
mini
54762147
54762147
This question has an open bounty worth +300
reputation from mini ending in 5 days.
This question has not received enough attention.
This question has an open bounty worth +300
reputation from mini ending in 5 days.
This question has not received enough attention.
Suggestion: Should add more information on setup: 1. Which keyboard layout is being used? 2. What kind of keyboard hardware (or laptop model)? These additional information will likely encourage any user with similar setup to help.
– clearkimura
34 mins ago
add a comment |
Suggestion: Should add more information on setup: 1. Which keyboard layout is being used? 2. What kind of keyboard hardware (or laptop model)? These additional information will likely encourage any user with similar setup to help.
– clearkimura
34 mins ago
Suggestion: Should add more information on setup: 1. Which keyboard layout is being used? 2. What kind of keyboard hardware (or laptop model)? These additional information will likely encourage any user with similar setup to help.
– clearkimura
34 mins ago
Suggestion: Should add more information on setup: 1. Which keyboard layout is being used? 2. What kind of keyboard hardware (or laptop model)? These additional information will likely encourage any user with similar setup to help.
– clearkimura
34 mins ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094301%2fwhile-shift1-prints-the-exclamation-mark-the-key-1-does-not-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Suggestion: Should add more information on setup: 1. Which keyboard layout is being used? 2. What kind of keyboard hardware (or laptop model)? These additional information will likely encourage any user with similar setup to help.
– clearkimura
34 mins ago