Any suggestions on how to debug this problem?
My binding file (vunxkeys.e) shows ...
def 'C-,'= pop_bookmark;
def 'C-.'= push_tag;
In Tools/Options with Keyboard and Mouse/Key Bindings selected it shows what I would expect when I hit Ctrl-comma in "search by key sequence" ("Ctrl+,), and shows the binding to be pop-bookmark. However, when I hit Ctrl-period in "search by key sequence", it shows an "e", with a dashed-line, and shows no binding. Clicking on the red-X button next to that box won't clear it, but it will clear if I hit Esc.
The utility xev shows what I'd expect for hitting and releasing the combo:
KeyPress for Control_L
KeyPress for period
KeyRelease for period
KeyRelease for Control_L
This was working properly before I upgraded my OS from ubuntu 2020-04 LTS to 2022-04 LTS. It's almost certainly related to the upgrade, but I don't know enough about the internals of slickedit to debug it.