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按键一起按就好了,这个还是挺重要的,省了好多事。
查看全文
相关阅读:
Centos7.0 安装Oralce 11g数据库
python学习:基础数据类型
Centos7.0 安装MySQL数据库
Centos7.0 安装MariaDB数据库
微服务的详情
Class -- 10 -- Method类常用方法解析
遍历list的三种方式
使用@Autowired注解警告Field injection is not recommended
java中的两种排序工具Arrays和Collections的使用
java的reflection和introspector
原文地址:https://www.cnblogs.com/Goden/p/4310400.html
最新文章
哈夫曼树应用——压缩文件大小
七:运算符重载
七:运算符重载
六:多态性和虚函数
五:继承和派生
四:类和对象进一步实现
三:类和对象
二:C++程序的基本构成
一:面向对象程序设计方法
C/C++ 指针
热门文章
c++ 字节,宏定义和内存泄漏的问题
2.6 静态链表
2.5 单链表的应用:多项式的加法
2.4 线性表的其他变形
2.3 单链表
2.1 线性表+2.2 顺序表
OPP作业①
大物—①运动学1
组原——⑤输入输出系统
hw——取出字符串中的字符
Copyright © 2011-2022 走看看