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按键一起按就好了,这个还是挺重要的,省了好多事。
查看全文
相关阅读:
appium+python自动化98-非select弹出选择框定位解决
pytest文档5-fixture之conftest.py
pytest文档4-测试用例setup和teardown
pytest文档3-pycharm运行pytest
pytest文档2-用例运行规则
pytest文档1-环境准备与入门
Selenium2+python自动化75-非input文件上传(SendKeys)
Matlab中cellfun函数的使用
Matlab中sort函数的使用
Matlab中@与函数调用
原文地址:https://www.cnblogs.com/Goden/p/4310400.html
最新文章
通过HttpServletRequest转换获得json对象
前端对比插件JS
怎么设置IDEA,去除单词拼写检查,或者添加自定义的单词
#!/usr/bin/env在脚本中的作用
Idea 创建spring mvc项目时,在add framework support中找不到spring选项
Spring @Autowired 注解不生效
JS中for和forEach的区别
第十二章——SQLServer统计信息(1)——创建和更新统计信息
SQL调优--记一次表统计信息未及时更新导致查询超级慢
性能优化——统计信息——SQLServer自动更新和自动创建统计信息选项
热门文章
SQL Server SQL性能优化之--数据库在“简单”参数化模式下,自动参数化SQL带来的问题
SqlServer参数化脚本与自动参数化(简单参数化)
SQL Server性能调优系列
维护索引(2)填充因子
重建索引的填充因子
如何检查SQL Server索引填充因子
SqlServer 填充因子的说明
pytest文档7-pytest-html生成html报告
pytest文档6-fixture之yield实现teardown
Selenium2+python自动化70-unittest之跳过用例(skip)
Copyright © 2011-2022 走看看