?? 04_help_long_pos.py
字號:
#!/usr/bin/python# Copyright (C) International Business Machines Corp., 2005# Author: Li Ge <lge@us.ibm.com>import refrom XmTestLib import *status, output = traceCommand("xm help --long")#print outputeyecatcher = "xm full list of subcommands:"where = output.find(eyecatcher)if where == -1: FAIL("xm help --long failed to show long listing")
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -