Closed Xiarno closed 1 year ago
What error are you seeing? All it's showing me if you double-click shift is the search menu
What error are you seeing? All it's showing me if you double-click shift is the search menu
Then I guess this is the error. The search menu is brought up just by holding shift. No need to double-click it. As I said, while I don't think it's a bug in itself, due to the quests showings loads of items where you hold shift to see more information, each time you try it brings up the search menu which prevents actually seeing the information of the quest item.
Holding Shift should not bring up any search menu (and doesn't for me either). It seems like for some reason your keyboard is sending multiple Shift key-pressed events when you hold down Shift, which should not be the case. What OS are you using (and have you noticed any problems with the shift key in other apps) ?
Having said that, ignoring the double-tap-shift while the view quest panel is popped up would be an easy addition and would get round this problem you're seeing. And a keybind like Ctrl-F would probably make more sense as a search function in any case...
Holding Shift should not bring up any search menu (and doesn't for me either). It seems like for some reason your keyboard is sending multiple Shift key-pressed events when you hold down Shift, which should not be the case. What OS are you using (and have you noticed any problems with the shift key in other apps) ?
Having said that, ignoring the double-tap-shift while the view quest panel is popped up would be an easy addition and would get round this problem you're seeing. And a keybind like Ctrl-F would probably make more sense as a search function in any case...
I'm using Windows 10 and no, I've not seen any issue with the shift key on any other app.
Yes, a Ctrl-F would make more sense.
Can you try this web application: https://codepen.io/QDeltaE/full/PjXWZr
Click the keyboard, then hold shift down. You should just see >Keydown ↓ Key: "Shift" KeyCode: 16
or similar, not repeated, and then >Keyup ↑ Key: "Shift" KeyCode: 16
when you release the Shift key. If you see repeated Keydown/Keyup messages for the Shift key, then you have some problem with your keyboard auto-repeat.
Can you try this web application: https://codepen.io/QDeltaE/full/PjXWZr
Click the keyboard, then hold shift down. You should just see
>Keydown ↓ Key: "Shift" KeyCode: 16
or similar, not repeated, and then>Keyup ↑ Key: "Shift" KeyCode: 16
when you release the Shift key. If you see repeated Keydown/Keyup messages for the Shift key, then you have some problem with your keyboard auto-repeat.
Like this?
Just for the record, my keyboard is a SteelSeries Apex Pro keyboard.
Yeah, that doesn't look right... the Shift key should not be sending repeated keydown events like that. Not sure what's causing that, hardware or software. There might be some Windows accessibility setting affecting this?
Nope. As far as I know, it's always been like that on all my computers and keyboard. As well as every letter. If I just hold anything down, it starts spamming it / holding it.
Most keys should behave that way normally (unless an app specifically disables key repeat), but not modifier keys (shift/ctrl/alt).
Most keys should behave that way normally (unless an app specifically disables key repeat), but not modifier keys (shift/ctrl/alt).
Idk they've always done that with me.
I also have this issue. Was there no resolution? I have this issue on desktop with Corsair k55, and two other keyboards but not with my laptop. Have tried it on Win 10, 11, and Fedora. Seems to be a hardware thing.
hi i know this is old but i had this problem again today so digging a little if you go to the section shown and turn on just the filter keys setting it seams to fix it.
Modpack
FTB Stone Block 3
Modpack version
1.1.0
Log Files
No response
Describe the bug
When holding shift in FTB Quest, the search tab is brought up. While I don't think it's a "bug" in itself, the problem comes up when looking at the item from some quest. A lot of those items have "press shift for more info" or something like that. So it makes it really annoying to have that each time.
Steps to reproduce
Expected behaviour
The "bring the search tab" key should be moved to something else.
Screenshots
No response
Additional information
No response