Hello,
I have put this here because it is not a direct keyboard thing. It is more of Linux. I have realized that from a random time my shift symbols doesnt work. At first I thought it was a thing of my filco but it happens to me with the cheap rubberdome that I had before. The thing is that when I push shift and any number it doesnt work it writes the number instead. I dont know where to look or what to do.
Some tips will be highly appreciated.
EDIT: To solve the problem I have to unplug an plug in again the keyboard.
Thanks.
Problem with linux and keyboard
- lcs
- Location: Brazil
- Main keyboard: SSK
- Main mouse: Razer DeathAdder
- Favorite switch: Buckling Springs
- DT Pro Member: -
Does that happen every time you try to use the shift? I suppose it also happens when you try to make capital letters?
Also, did you try the board on windows or another pc just to see if it's just a problem with your install? What distro are you using?
Also, did you try the board on windows or another pc just to see if it's just a problem with your install? What distro are you using?
-
- Location: Germany
- DT Pro Member: -
capslock+number =number (opposed to windows where capslock + number = symbol)
- pheo
- Location: Spain
- Main keyboard: Filco MJ2 TKL w/Blues
- Main mouse: Logitech G5
- Favorite switch: I love the sound of blues in the morning
- DT Pro Member: -
No it does not happen everytime I use shift it is something random. I would say that it is something very likely a few hours after starting the computer. And long time after I unplug and I plug again.lcs wrote:Does that happen every time you try to use the shift? I suppose it also happens when you try to make capital letters?
Also, did you try the board on windows or another pc just to see if it's just a problem with your install? What distro are you using?
I havent realized if it happens also with capital letters. The thing is that I always detect that is happening when I try to use a symbol from the numbers row. So I have assumed that it does not happens with letters or I havent realized.
I havent tried the boards on windows much because I try not to use windows. But with other board happens too.
I am using crunchbang based on debian.
Thank you very much.
I am not using capslock as I wrote on initial post it is when I use shift key.mintberryminuscrunch wrote:capslock+number =number (opposed to windows where capslock + number = symbol)
I will try to be more aware if it happens too with letters or with symbol in the letters rows.
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
Yet when it happens, it gets stuck? So you have to power cycle the keyboard to access symbols again. Sounds like a lock issue of some sort. Perhaps you're accidentally engaging a mode you are unaware of. The OS might have a key combination you're hitting every now and then.
-
- Location: Hungary
- Main keyboard: Cherry G80-3000LQCEU
- Main mouse: Genius NetScroll 110
- Favorite switch: Cherry MX Clear
- DT Pro Member: -
Maybe you can check the keyboard events with xev. If the left shift is pressed you should see something like this:
KeyPress event, serial 47, synthetic NO, window 0x1e00001,
root 0xb7, subw 0xe0002e, time 1570704, (71,114), root:(1238,813),
state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
If the keyboard gets stucked, and no Xevent is displayed, then the problem should be somewhere between the xorg and the hardvare. (Keyboard, USB connector, USB HUB, kernel driver of USB hub, kernel driver of HID, evdev, xorg evdev driver)
KeyPress event, serial 47, synthetic NO, window 0x1e00001,
root 0xb7, subw 0xe0002e, time 1570704, (71,114), root:(1238,813),
state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
If the keyboard gets stucked, and no Xevent is displayed, then the problem should be somewhere between the xorg and the hardvare. (Keyboard, USB connector, USB HUB, kernel driver of USB hub, kernel driver of HID, evdev, xorg evdev driver)
- Vierax
- Location: France (Lille)
- Main keyboard: Tipro MID KM128 Bépo layout
- Main mouse: Kensington Orbit Trackball
- Favorite switch: MX Clear / MX Grey (under thumbs)
- DT Pro Member: -
- Contact:
What a strange kb behaviour !
Is this happening in a particular program ? Only in gtk ones (gtk doesn't use xim by default) ?
Is this happening in a particular program ? Only in gtk ones (gtk doesn't use xim by default) ?