User forums > Using Code::Blocks

Keyboard shortcuts disabled for alternate layouts

<< < (2/6) > >>

oBFusCATed:
This is really strange. In theory gtk should be responsible for shortcut handling and then it has to pass them to wx and finally C::B gets events from wx for the particular menu command.

Does shortcuts work in text fields in C::B it might be related to our version of wxScintilla...

Can you try to reset the locale locally to en_US.UTF8 and see if this fixes it?
For example start cb from a terminal where you've modified the locale.

oBFusCATed:
Would it be possible to try 17.12 or 16.01?

hidefromkgb:

--- Quote from: oBFusCATed on March 23, 2019, 07:29:46 pm ---Can you try to reset the locale locally to en_US.UTF8 and see if this fixes it?

--- End quote ---
After a system-wide locale reset the problem is still here. Tested on both my SVN build and the stock 17.12.


--- Quote from: oBFusCATed on March 23, 2019, 07:29:46 pm ---Does shortcuts work in text fields in C::B

--- End quote ---
Yes! IncrementalSearch accepts Ctrl+A even when the layout is Cyrillic.

oBFusCATed:
Hm, I can reproduce ctrl-a not working in the editor when in bg layout, so I guess the problem is only with shortcuts created inside scintilla...
Can you confirm? Does ctrl-z, ctrl-o or ctrl-s work for you? They work for me. Only ctrl-a doesn't.

hidefromkgb:
Yes, all three. But e.g. Ctrl+Y, Ctrl+C, Ctrl+V do not.
Is there some quick fix for that?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version