General keyboard shortcuts

1.Ctrl + Right Arrow Move the cursor to the beginning of the next word  向右移动光标到下个文字开始

2.Ctrl + Left Arrow Move the cursor to the beginning of the previous word 向左移动光标到下个文字开始

3.Ctrl + Shift with an arrow key Select a block of text 连续选中一块内容

4.F3 Search for a file or folder 搜索文件或目录

5.Alt + Enter Display properties for the selected item 显示选中项的属性

6.Alt + Spacebar Open the shortcut menu for the active window 显示当前窗口的快捷键

7.Alt + Esc Cycle through items in the order in which they were opened 循环已打开的窗口

8.Right Arrow Open the next menu to the right, or open a submenu 打开当前菜单的子菜单

9.Left Arrow Open the next menu to the left, or close a submenu 关闭当前菜单的子菜单

10.Alt + Up Arrow View the folder one level up in Windows Explorer 返回上一级目录

11.Ctrl + Shift + Esc Open Task Manager 打开任务管理器

Dialog box keyboard shortcuts

1.Ctrl + Tab Move forward through tabs 顺序选中对话框中的可选项

2.Ctrl + Shift + Tab Move back through tabs 倒序选中对话框中的可选项

3.Backspace Open a folder one level up if a folder is selected in the Save As or Open dialog box 返回上级目录

4.F4 Display the items in the active list 显示对话框的下拉列表

Windows logo key keyboard shortcuts

1.Windows logo key  + M Minimize all windows. 最小化所有窗口

2.Windows logo key  + L Lock your computer or switch users 锁定屏幕或切换用户

3.Windows logo key  + R Open the Run dialog box.  打开运行对话框

4.Windows logo key  + T Cycle through programs on the taskbar. 循环选中任务栏打开的内容

5.Windows logo key  + Up Arrow Maximize the window.

6.Windows logo key  + Left Arrow Maximize the window to the left side of the screen. 最大化当前窗口至左侧

7.Windows logo key  + Right Arrow Maximize the window to the right side of the screen. 最大化当前窗口至右侧

8.Windows logo key  +  Down Arrow Minimize the window. 最小化当前窗口

9.Windows logo key  + Home Minimize all but the active window. 最小化非当前窗口

10.Windows logo key  + P Choose a presentation display mode. 选择屏幕呈现方式

11.Windows logo key  + X Open Windows Mobility Center. 打开移动中心

Win7常用但是被忽略的快捷键的更多相关文章

  1. Win7常用快捷键整理

    Win7常用快捷键整理.. -------------------- Win + Pause:显示系统属性对话框 ------------------------------------ Win7系统 ...

  2. win7屏蔽ctrl+alt+up/down快捷键/ (eclipse冲突)

    win7屏蔽ctrl+alt+up/down快捷键/   Eclipse有个非常好用的快捷键(当然Eclipse好用的快捷键有N个)Ctrl+Alt+UP/DOWN,用于复制当前行的内容,用法很简单, ...

  3. 开发常用Git/Linux/idea命令快捷键总结(持续更新)

    在开发过程中,会使用越来越多的命令,或快捷键,来帮助我们提高工作效率.本文记录了我在平时积累的常用命令,分享给大家. git命令 基本命令 set LESSCHARSET=utf-8 --idea T ...

  4. win7常用快捷键

    Win+1:打开/显示超级任务栏第一个图标代表的程序Win+2:打开/显示超级任务栏第二个图标代表的程序(3.4.……如此类推)Win+Tab:3D切换窗口,你要是按住不松口,则所有窗口会轮流翻转Wi ...

  5. win7系统自带截图工具快捷键是什么?怎么设置快捷键

    win7自带的截图工具很好,很强大,比从网上下载的截图工具好用多了,很少会出现问题.但是它能不能像QQ截图工具一样可以使用快捷键呢?今天小编和大家分享下心得,希望能够给你的工作带来快捷. 工具/原料 ...

  6. 提高效率 常用的几个xcode快捷键

    能用好快捷键,不仅仅可以提高工作效率,而且让你看起来更加的自信和能干,下面几个常用的快捷键,希望对你在工作中有帮助 1.首先说明一下几个标示的意思 Command  ⌘ Control      ⌃ ...

  7. Matlab常用小技巧及部分快捷键

    Matlab常用小技巧一: 1. m文件如果是函数,保存的文件名最好与函数名一致,这点都很清楚.不过容易疏忽的是,m文件名的命名尽量不要是简单的英文单词,最好是由大小写英文/数字/下划线等组成.原因是 ...

  8. WebStorm 常用安装,配置,快捷键

    WebStorm  软件资源   http://pan.baidu.com/s/1c2OmyQW(不建议使用汉化版,都已可能出现很多意想不到的问题) * Web前端集成开发工具 - WebStorm ...

  9. git详情、git工作流程、常用命令、忽略文件、分支操作、gitee远程仓库使用

    今日内容概要 git详情 git工作流程 git常用命令 过滤文件 分支操作 git远程仓库使用 可参照:https://www.cnblogs.com/liuqingzheng/p/15328319 ...

随机推荐

  1. Logstash的插件

    Logstash的插件: input插件: File:从指定的文件中读取事件流: 使用FileWatch(Ruby Gem库)监听文件的变化. .sincedb:记录了每个被监听的文件的inode, ...

  2. Java 动态代理机制分析及扩展,第 1 部分

    Java 动态代理机制分析及扩展,第 1 部分 http://www.ibm.com/developerworks/cn/java/j-lo-proxy1/ 本文通过分析 Java 动态代理的机制和特 ...

  3. js中的可枚举属性与不可枚举属性

    在JavaScript中,对象的属性分为可枚举和不可枚举之分,它们是由属性的enumerable值决定的.可枚举性决定了这个属性能否被for…in查找遍历到. 一.怎么判断属性是否可枚举 js中基本包 ...

  4. 分享知识-快乐自己:mybatis 主键回调

    以下两种方式实现 主键回掉方式. <!--添加用户信息:主键回调--> <insert id="insertUser" useGeneratedKeys=&quo ...

  5. define的用法与注意事项

    ------------------------------------------------- 在编程使用宏替换时,当字符串中不只一个符号时,加上括号表现出优先级, 如果是带参数的宏定义,则要给宏 ...

  6. sublime text _注册码

    转自:https://9iphp.com/web/html/sublime-text-3-license-key.html 使用方法 打开 Sublime Text 3 的 “Help”–“Enter ...

  7. Java微信开发_00_资源汇总贴

    1.微信公众平台技术文档(https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1445241432) 2.微信企业号开发接口文档(ht ...

  8. codeforces 589G G. Hiring(树状数组+二分)

    题目链接: G. Hiring time limit per test 4 seconds memory limit per test 512 megabytes input standard inp ...

  9. openfire存储中文字符乱码解决办法

    转载于: Xmpp问题总结:处理Openfire 中文乱码问题(2) openfire是一个非常不错的IM服务器,而且是纯Java实现,具有多个平台的版本,他的数据存储可以采用多种数据库,如MySQL ...

  10. QT(4)信号与槽

    mainWidget.h #ifndef MAINWIDGET_H #define MAINWIDGET_H #include <QWidget> #include <QPushBu ...