我已经制作了一个 yad 列表来选择一个可以正常工作的操作列表,除了我无法弄清楚如何通过单击而不是双击来选择和完成,而且似乎没有描述手册页中的一个选项以启用此行为。
代码在这里
yad --list \
--borders=0 \
--columns=1 \
--column=text --column=@fore@ --column=@font@ " / Start-Stop" "" "Font Awesome 5 Brands 10" " / Pause-Resume" "" "Font Awesome 5 Brands 10" " Pomodoro" "" "Font Awesome 5 Free 10" \
--no-buttons \
--text-align="center" \
--no-headers \
--close-on-unfocus \
--title="yad-calendar" \
--posx="$pos_x" --posy="$pos_y" \
--height="$YAD_HEIGHT" --width="$YAD_WIDTH"
有什么建议么?