📄 notify.tcl
字号:
# -*- Mode: Tcl -*- # notify.tcl# # Description : Script to test the add_notify_proc command# # Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.## $Id: notify.tcl,v 1.3 1997/02/01 09:50:20 tim Exp $# add_notify_proc notify_procproc notify_proc {message arg} { puts "notify_proc: $message $arg"}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -