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. 大话设计模式--状态模式 State -- C++实现实例

    1.状态模式: 当一个对象的内在状态改变时,允许改变其行为,这个对象看起来就像是改变了其类. 状态模式解决的是当控制一个对象状态转换的条件表达式过于复杂, 把状态的判断逻辑转移到表示不同状态的一系列类 ...

  2. Codeforces Round #260 (Div. 2) A , B , C 标记,找规律 , dp

    A. Laptops time limit per test 1 second memory limit per test 256 megabytes input standard input out ...

  3. GVM管理Go版本

    1.为什么要安装GVM 1.1什么是GVM GVM是一个golang虚拟环境配置工具,其允许一台机器上安装多个golang版本,gvm是第三方开发的Go多版本管理工具,类似ruby里面的rvm工具.使 ...

  4. Codeforces 294B Shaass and Bookshelf:dp

    题目链接:http://codeforces.com/problemset/problem/294/B 题意: 有n本书,每本书的厚度为t[i],宽度为w[i] (1<=t[i]<=2, ...

  5. 十七 Django框架,文件上传

    1.自定义上传[推荐] 请求对象.FILES.get()获取上传文件的对象上传对象.name获取上传文件名称上传对象.chunks()获取上传数据包,字节码类型 html <!DOCTYPE h ...

  6. MFC实现COM组件

    一般而言,ATL实现了对COM组件最好的支持,所以不用MFC实现COM组件.但是MFC实际上也是可以实现COM组件的. 一.MFC DLL优点: MFC com组件可以将MFC的类型作为参数进行传递, ...

  7. docker 基本概念

    image 操作系统 应用 registeries image 的远程仓库 containers 类似一个目录,一个容器包含了 应用运行所需要的一切东西, 容器之间互相独立 image包换一系列的层, ...

  8. jspsmartupload 文件上传让input数据和文件上传同时提交

    一.使用原因: 文件上传时,表单的属性中必须要有multipart/form-data,如以下例子: <form name="form_post" class="a ...

  9. jsp 自定义标签中的Function函数

    在taglib中我们发现有一个标签叫做<function>,这次简单介绍<function>标签的基本用法,<function>标签可以做什么呢? 它可以让我们在j ...

  10. do-while-zero 结构在宏定义中的应用

    do while 语句在使用宏定义时是一个有用的技巧,说明如下: 假设有这样一个宏定义 #define macro(condition) / if(condition) dosomething() 现 ...