Public bug reported:
I am unable to map anything to Alt-k from the keyboard shortcut menu.
May have something to do with the feature that holding alt puts you in a
context where you can select checkboxes and buttons by pressing another
key. However I can map Alt-j and there are no issues. I do not
Had the same issue and it was indeed a locale issue for me as well. To fix this
and other errors I changed my /etc/default/locale file to:
LANGUAGE=en_US.UTF-8
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
Then run:
sudo locale-gen
sudo dpkg-reconfigure locales
--
You received this bug notification becau