zoukankan
html css js c++ java
tips for using shortcuts
tips for using shortcuts
for mac:
command+ctrl+F:full screen(当前应用全屏之后有一个好处 就是 使用 4 tap 的手势 可以在全屏的界面之间进行切换 使用起来很酷炫)
right click + option : could force quite
command+i : show the informaion of the file(when you chose one file)
command+delete : delete the file directly
command+m : minimize the current window
command+h : hide the current window
command + tab then choose your app than command + option than loosing the command than the previous window will recover
command+tab可以在程序之间进行切换,如果打开多个word文档,想进行切换的话 可以使用command+ ~
for safarie:
command+T : open a new tag
command+R : refresh
for eclipse
backforward history : alt+ command+ left
forward history : alt+ command + right
添加自定义的快捷键:
http://www.macx.cn/thread-2138732-1-1.html
在当前文件夹下打开终端 使用了go2shell的小应用 (貌似还有点问题)
按键冲突问题
比如在虚拟机里 可能Fx按键都有其各自的功能,但是直接按的话,会变成mac自己的功能,这时只要加上fn按键一起按就好了,这个还是挺重要的,省了好多事。
查看全文
相关阅读:
Java实现各种内部排序算法
Java实现堆排序(大根堆)
Java对象的序列化和反序列化
Java实现链式存储的二叉查找树(递归方法)
337. House Robber III(包含I和II)
318. Maximum Product of Word Lengths
114. Flatten Binary Tree to Linked List
106. Construct Binary Tree from Inorder and Postorder Traversal
105. Construct Binary Tree from Preorder and Inorder Traversal
96. Unique Binary Search Trees(I 和 II)
原文地址:https://www.cnblogs.com/Goden/p/4310400.html
最新文章
AjaxFormSubmit使用demo
js子窗体、父窗体方法互调
Json.net对于导航属性的处理(解决对象循环引用)
T4模板
Android 水波纹点击效果(Ripple Effect)
Android Espresso(UI自动化测试)的搭建
Java与线程
Java虚拟机内存模型和volatile型变量
Android Fresco (Facebook开源的图片加载管理库)
Java方法参数传递
热门文章
Android 分Dex (MultiDex)
Java内存区域介绍
Java虚拟机的内存管理----垃圾收集器
Java虚拟机的内存管理
jdk1.8.0_45源码解读——LinkedList的实现
java.lang.System.arraycopy() 与java.util.Arrays.copyOf()的区别
jdk1.8.0_45源码解读——ArrayList的实现
Java中的容器类(List,Set,Map,Queue)
Java实现基于桶式排序思想和计数排序思想实现的基数排序
Linux Ubuntu下安装配置mysql
Copyright © 2011-2022 走看看