背景

背景

背景

在 xfce4 中,按Ctrl+ Alt+End熱鍵循環到下一個工作區。可以使用以下命令從命令列顯示此設定:

xfconf-query -c xfce4-keyboard-shortcuts -lv | grep -i end

這揭示了:

/xfwm4/custom/<Alt><Control>End            move_window_next_workspace_key
/xfwm4/default/<Alt><Control>End           move_window_next_workspace_key
/xfwm4/default/<Primary><Alt>End           move_window_next_workspace_key

問題

當使用VNC連接Windows終端機時,Windows認證軟體會提示使用者發送Ctrl++Alt進行End認證。

問題

如何刪除Ctrl+ Alt+的熱鍵End以便熱鍵傳遞到 VNC?

主意

以下內容無效:

xfconf-query -c xfce4-keyboard-shortcuts -p "/xfwm4/default/<Alt><Control>End" --type string --set ''
xfconf-query -c xfce4-keyboard-shortcuts -p "/xfwm4/custom/<Alt><Control>End" --type string --set ''
xfconf-query -c xfce4-keyboard-shortcuts -p "/xfwm4/default/<Primary><Alt>End" --type string --set ''

熱鍵繼續循環桌面。

答案1

嘗試刪除(或更改)文件中的適當條目~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

答案2

我是一名程式設計師。我使用預設值。可以被變數覆蓋的硬編碼預設值。我再次將其設置為默認值作為示例......

那麼,您是否嘗試將其設定為別的東西那麼空字串?我想到了......;)

相關內容