⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 altchan

📁 EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。
💻
字号:
#$EPIC: altchan,v 1.3 2002/08/12 16:59:49 jnelson Exp $## "altchan" -- a script to implement ALT-<number> key bindings# BitchX I guess does this by default.  So here is a compatibility script.#bind ^[1 parse_command to_window 1bind ^[2 parse_command to_window 2bind ^[3 parse_command to_window 3bind ^[4 parse_command to_window 4bind ^[5 parse_command to_window 5bind ^[6 parse_command to_window 6bind ^[7 parse_command to_window 7bind ^[8 parse_command to_window 8bind ^[9 parse_command to_window 9bind ^[0 parse_command to_window 10alias to_window (window default 0) {	if (winnum($window) == -1) {		xecho -c -b SWAP: No such window: $window	} {		window refnum_or_swap $window	}}#hop'y2k+1

⌨️ 快捷键说明

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