SUMMARY Hi, in my emacs config I use Ctrl+. shortcut for isearch-forward-thing-at-point command. This shorcut work with Aterm and with GUI, but not in Konsole. STEPS TO REPRODUCE 1. open emacs 2. in *scratch* buffer type (global-set-key (kbd "C-.") 'isearch-forward-thing-at-point), then Ctrl+e to run the command 3. try to use Ctrl+. over "global-set-key" OBSERVED RESULT Konsole ignore the shortcut and print only a "." EXPECTED RESULT Konsole behave like Xterm. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Fedora 34 (available in About System) KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.85.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION