Change shortcut key of forward navigation in VS2012 text editor

Keywords: Visual Studio, shortcut key, Alt, Right Arrow, navigation, NavigateForward, CompleteWord

If you want to assign shortcut key to Alt+Right Arrow (from Ctrl+Shift+-), please following these steps:

1. Open Tools\Options\Environment\Keyboard, locate to command "Edit.CompleteWord".

2. Select Alt+Right Arrow (Text Editor) from shortcut keys dropdown list and click [Remove] button next to the dropdown list to remove it.

3. Locate to command “View.NavigateForward”.

4. Select Text Editor from "Use new shortcut in" dropdown list and input Alt+Right Arrow in "Press shortcut keys" text box. Then click [Assign] which is at right of the dropdown list.

5. Save changes and close the Options dialog.

时间: 2024-08-01 15:52:15

Change shortcut key of forward navigation in VS2012 text editor的相关文章

Windows context menu shortcut key

Besides the context menu key, you have another option to trigger the context menu: Shift+F10. This is especially useful when your computer/laptop (Lenovo W530) hasn't a context menu key. Reference: Lenovo W530 and the Context Menu Key

tmux shortcut key

#tmux : create a session ># Ctrl+b, %: create a vetical pane ># Ctrl+b, " : create a horizontal pane ># Ctrl+b, q, N: change a pane, N is the order of panes, please press the order before disappear. ># Ctrl+b, c : create a new window >

ubuntu terminal shortcut

Keyboard shortcuts Keyboard shortcuts are combinations of keys that allow you to perform actions, such as opening the settings dialog or accessing a feature inside Terminal quickly. These shortcuts can be modified to suit your preferences. To change

Xcode Custom Shortcut

edit file "/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources" add <key>Custom ShortCut</key> <dict> <key>Duplicate Line</key> <string>selectLine:, copy:, moveToEndOfLine:, insertNewline:,

Eclipse Key Shortcuts for Greater Developers Productivity--reference

Posted by Ajitesh Kumar / In Java / June 6, 2014 http://vitalflux.com/eclipse-key-shortcuts-greater-developers-productivity/ The article presents Eclipse Key Shortcuts (for Windows) which could be used to perform most common coding tasks in a much ef

Forward secrecy

In cryptography, forward secrecy (FS), also known as perfect forward secrecy (PFS), is a property of secure communication protocols in which compromises of long-term keys do not compromise past session keys . Forward secrecy protects past sessions ag

navigation基本概述

基本介绍 react-navigation 的出现替代了Navigator. Ex-Navigation等老一代的导航组件,react-navigation可以说是Navigator的加强版,不仅有Navigator的全部功能,另外还支持底部导航类似于与iOS中的UITabBarController,此外它也支持侧拉效果方式的导航类似于Android中的抽屉效果. 基本分类 StackNavigator: 类似于普通的Navigator,屏幕上方导航栏: TabNavigator: 相当于iOS

2017高德地图API WEB开发(key申请,地图搭建)简约教程

前端时间因为公司需要研究 了一下百度的教程 然后写个简约的笔记记录一下自己学习的收获,只为了满足自己暂时的写作热情 高德地图WEB开发(key申请.api)简约教程 1.首先我们需要去"高德地图开发平台" 通过"百度搜索 "或者"谷歌搜索 " 高德地图然后会有一个高德开发平台|高德地图apl 2.登录高德开发平台 这是高德开发平台的官网,然后点击登录,没有注册就好 3.进入控制台创建新应用 进入控制台之后选择"应用管理"然后点

Umbraco(7)-The Navigation Menu And A Parent Page with Infinite Children

原文链接:http://www.ncloud.hk/%E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/umbraco7the-navigation-menu-and-a-parent-page-with-in-finite-children/ Master Template - The Navigation Menu 现在让我们开始解决导航菜单-这里有两个方法,你可以动态创建一个导航菜单的页面内容树中,这样当一个编译器创建了一个页面会自动出现,或者可以更简单的写硬编码.现