摘要: #!/usr/bin/wishwm title . "this is main title"wm geometry . 500x300+30+200500 --width300 --heigh30 -- x200 -- y 阅读全文
posted @ 2013-11-05 16:09 galoishelley 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 由于mac os的分辨率比较大,在PC上显示正常的word文档(显示比例100%),在mac下打开会很小,需要经常调整显示比例,如调到125%、130%或150%,可以通过下面方法来设置默认显示比例,下载再打开100%显示比例的文档时会自动放大到指定的显示比例:1、打开或新建一个word文档2、按 fn + option + F11 键,会弹出一个【项目】窗口,选中Normal,如下图:3、点击【菜单——插入——模块】,将下面宏代码复制粘贴到代码框处,如下图:Sub AutoOpen()ActiveWindow.ActivePane.View.Zoom.Percentage = 130End 阅读全文
posted @ 2013-11-05 10:07 galoishelley 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: 在文档结构图的侧栏里按住control+option,然后滑动鼠标滚轮/双指上下滚动触摸板。 阅读全文
posted @ 2013-11-05 10:01 galoishelley 阅读(1586) 评论(0) 推荐(0) 编辑