昨天我更新系统后,运行 endevouros i3 版本,出现此错误。
The following errors where detected when starting rofi:
Failed to set binding Tab for: Go to next element (in logical order).(kb-element-next):
there is always a binding matching 'Tab'
Failed to set binding ISO_LEFT_Tab for: Go to next element (in logical order).(kb-element-prev):
there is already a binding matching 'ISO_LEFT_Tab'
我猜这意味着我将 tab 和 iso_left_tab 设置为某个配置值两次,但我似乎看不到它在哪里,或者这个错误指向其他东西?
我的 rofi 配置文件:https://gist.github.com/SaHHiiLL/23c43c72fba344842ffd306155d60620
答案1
最新的更新会检测重复的键绑定并阻止rofi
启动。
重复的绑定是:
kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";
...
kb-row-up: "Up,Control+p,ISO_Left_Tab";
...
kb-row-tab: "Tab";
ISO_Left_Tab
从中删除kb-row-up
并删除或评论kb-row-tab: "Tab";
。