altchan

来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· 代码 · 共 27 行

TXT
27
字号
#$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 + =
减小字号Ctrl + -
显示快捷键?