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. IE Firefox css 差别

    1.单位问题 问题:任何距离的数值ie可以不加单位,ff必须要求写单位(0除外) 解决:写全单位如padding:0px; 2.水平居中 问题:div里的内容,ie默认为center,而ff默认lef ...

  2. Spring- 通过Xml的方式完成Bean的实例化

    传统应用程序可以通过反射方式进行实例化Bean,而Spring Ioc 容器则需要根据Bean定义的配置元数据使用反射机制来创建Bean.在Spring Ioc 容器中主要有以下几种创建Bean实例的 ...

  3. css 中 div垂直居中的方法

    在说到这个问题的时候,也许有人会问CSS中不是有vertical-align属性来设置垂直居中的吗?即使是某些浏览器不支持我只需做少许的CSS Hack技术就可以啊!所以在这里我还要啰嗦两句,CSS中 ...

  4. algorithm 简单用法

    algorithm 简单用法 #include <iostream> #include <vector> #include <algorithm> using na ...

  5. Hibernate映射--基本类映射和对象关系映射(转)

    原文地址:http://blog.csdn.net/lovesummerforever/article/details/20901011   尊重原创,请访问原网址 回想一些我们在没有学习ssh的时候 ...

  6. 【leetcode刷题笔记】Search a 2D Matrix

    Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the follo ...

  7. RTP 打包H264与AAC

    static int h264_parse(Track *tr, uint8_t *data, size_t len) { h264_priv *priv = tr->private_data; ...

  8. BZOJ4976: [Lydsy1708月赛]宝石镶嵌

    BZOJ4976: [Lydsy1708月赛]宝石镶嵌 https://lydsy.com/JudgeOnline/problem.php?id=4976 分析: 本来是从\(k\le 100\)这里 ...

  9. 使用NSURLProtocol和NSURLSession拦截UIWebView的HTTP请求(包括ajax请求)

    问题:服务器端有一个网站需要AD认证,整站都开了Basic认证,包括图片,CSS等资源,我在HTTP请求头里面添加认证所需的用户名和密码,传递到服务器端可以认证通过.我在UIWebView的shoul ...

  10. POJ3784:Running Median

    浅谈堆:https://www.cnblogs.com/AKMer/p/10284629.html 题目传送门:http://poj.org/problem?id=3784 用一个"对顶堆& ...