gnuchessx

来自「一款运行在linux上的象棋游戏。用GTK/GNOME环境下用GLADE开发。」· 代码 · 共 13 行

TXT
13
字号
#!/bin/sh# Start GNU Chess, but have it use the xboard protocol.# This makes it easy for programs (like xboard) to simply invoke# "gnuchessx" and have it do the "right thing."# The final parameter is more complicated to work around a# bug in some old Unix-like systems; see the GNU autoconf documentation# for the rationale.gnuchess xboard ${1+"$@"}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?