ofgg1983 created an issue (geany/geany-osx#58) Hi!
I am having trouble typing in some special characters such as ~, @ or even \ on the VTE since in a Latin American keyboard these are on the third level of a keymap: you press the right alt key plus, for instance, the letter q, and you get @. When I try the above example on the VTE I get `::1 broadcasthost localhost ` after a blank line. With other characters, such as the backticks (right alt + }) I get nothing. Third-level characters work as expected on the editor, the dialog boxes and the Scribble tab. This is the contents of my `~/.config/geany/geany_mac.conf`: ``` [Settings] # 0: automatic selection based on system settings (requires Geany restart when changed, macOS 10.14+); 1: light; 2: dark; make sure there's no ~/.config/gtk-3.0/settings.ini file, otherwise it overrides the settings made here theme=2 # no value: autodetect; locale string: locale to be used (e.g. en_US.UTF-8) locale= # no value: don't use any IM module; module name: use the specified module, e.g. 'quartz' for native macOS behavior, for complete list of modules, see Geany.app/Contents/Resources/lib/gtk-3.0/3.0.0/immodules, use without the 'im-' prefix im_module=quartz ``` I tried exploring the app container as stated in the config file above and this is what I see: <img width="687" alt="Image" src="https://github.com/user-attachments/assets/4578689c-6f35-4c1e-a88c-4deb441db3f4" /> I tried using some of them but the behaviour is the same. Since many useful characters (such as all of the examples above) are in the third level, I'd really like to solve this so I can run commands effectively. Is there any other config file I should look at? Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/58 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-osx/issues/5...@github.com>