Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为不同的登录使用 keepassx 自动类型功能。当用户名包含“@”符号时,自动类型功能会将“@”转换为“1/8”。在数据库中,它正确显示了“@”符号。我该如何解决这个问题?
根据此错误报告,您面临错误/多个键盘布局的问题。建议的解决方案是:
如果您只需要一种键盘布局,使用setxkbmap <LanguageCode>应该可以。
setxkbmap <LanguageCode>
如果您实际使用多个键盘布局,除了只配置一个布局外,似乎没有其他解决方案。