reproduce:
1. set Ctrl+1 as quickbar shortcut 1
2. open editor, assign item to quickslot 1
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
[kovarex] [1.1.21] editor mode Ctrl+1 as quickbar key not working
Re: [kovarex] [1.1.21] editor mode Ctrl+1 as quickbar key not working
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.
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.