Page 1 of 1

[kovarex] [1.1.21] editor mode Ctrl+1 as quickbar key not working

Posted: Sat Feb 13, 2021 3:06 pm
by sp55aa
reproduce:
1. set Ctrl+1 as quickbar shortcut 1
2021-02-13_230109.png
2021-02-13_230109.png (13.62 KiB) Viewed 2081 times
2. open editor, assign item to quickslot 1
2021-02-13_230448.png
2021-02-13_230448.png (14.49 KiB) Viewed 2081 times
3. press Ctrl+1, nothing happend
4. press 1, item selected

more tests:
1. Ctrl+1 for other quickbars not working
2. Ctrl+2 is fine
3. Ctrl+1 for other action (open inventory, move up, ...) is fine
4. Ctrl+1 in normal gameplay is fine
5. 0.18.47, 1.0.0, 1.1.19, 1.1.21 all not working
6. 0.17.79 is fine

Re: [kovarex] [1.1.21] editor mode Ctrl+1 as quickbar key not working

Posted: Sat Feb 13, 2021 9:23 pm
by kovarex
Hello, thanks for the report.

I had to investigate in the code to be able to figure out what is going on.
Apparently, there is this "select surface" shortcut which is based on (configurable) Control + <index of surface>.

Since you probably did only have one surface, it did work for Control + 2 and higher.

I changed the priorities, so the shortcut to change surface has the lowest priority compared to other (non generic) shortcuts for the next verison.