Clipboard control (default)
  Ctrl+Ins Edit|Copy
  Shift+Del Edit|Cut
  Shift+Ins Edit|Paste
  Ctrl+C Edit|Copy
  Ctrl+V Edit|Paste
  Ctrl+X Edit|Cut
  Debugger (default, classic, Brief, Epsilon, and Visual Studio) Breakpoint view
  Ctrl+V View Source
  Ctrl+S Edit Source
  Ctrl+E Edit Breakpoint
  Enter Edit Breakpoint
  Ctrl+D Delete Breakpoint
  Del Delete Breakpoint
  Ctrl+A Add Breakpoint
  Ins Add Breakpoint
  Ctrl+N Enable Breakpoint
  Call stack view
  Ctrl+V View Source
  Ctrl+S Edit Source
  Space View Source (Epsilon only)
  Ctrl+Enter Edit Source (Epsilon only)
  Message view
  Ctrl+V View Source
  Space View Source
  Ctrl+S Edit Source
  Ctrl+Enter Edit Source
  Watch view
  Ctrl+E Edit Watch
  Enter Edit Watch
  Ctrl+A Add Watch
  Ins Add Watch
  Ctrl+D Delete Watch
  Del Delete Watch
  Editor (default)
  Shortcut Action or command
  F1 Help|Topic Search
  Ctrl+F1 Help|Topic Search
  F3 Search|Search Again
  Ctrl+E Search|Incremental Search
  Ctrl+F Search|Find
  Ctrl+I Inserts a tab character
  Ctrl+j Templates pop-up menu
  Ctrl+N Inserts a new line
  Ctrl+P Causes next character to be interpreted as an ASCII sequence
  Ctrl+R Search|Replace
  Ctrl+S File|Save
  Ctrl+T Deletes a word
  Ctrl+Y Deletes a line
  Ctrl+Z Edit|Undo
  Ctrl+<space bar> Code Completion pop-up window
  Ctrl+Shift+I Indents block
  Ctrl+Shift+U Outdents block
  Ctrl+Shift+Y Deletes to the end of a line
  Ctrl+Shift+Z Edit|Redo
  Ctrl+Shift+<space bar> Code Parameters pop-up window
  Alt+[ Finds the matching delimiter (forward)
  Alt+] Finds the matching delimiter (backward)
  End Moves to the end of a line
  Home Moves to the start of a line
  Enter Inserts a carriage return
  Ins Turns insert mode on/off
  Del Deletes the character to the right of the cursor
  Backspace Deletes the character to the left of the cursor
  Tab Inserts a tab
  Space Inserts a blank space
  Left Arrow Moves the cursor left one column, accounting for the autoindent setting
  Right Arrow Moves the cursor right one column, accounting for the autoindent setting
  Up Arrow Moves up one line
  Down Arrow Moves down one line
  Page Up Moves up one page
  Page Down Moves down one page
  Ctrl+Left Arrow Moves one word left
  Ctrl+Right Arrow Moves one word right
  Ctrl+Tab Moves to the next code page (or file)
  Ctrl+Shift+Tab Moves to the previous code page (or file)
  Ctrl+Backspace Deletes the word to the right of the cursor
  Ctrl+Home Moves to the top of a file
  Ctrl+End Moves to the end of a file
  Ctrl+Del Deletes a currently selected block
  Ctrl+Space Inserts a blank space
  Ctrl+PgDn Moves to the bottom of a screen
  Ctrl+PgUp Moves to the top of a screen
  Ctrl+Up Arrow Scrolls up one line
  Ctrl+Down Arrow Scrolls down one line
  Ctrl+Enter Opens file at cursor
  Shift+Tab Moves the cursor to the left one tab position
  Shift+Backspace Deletes the character to the left of the cursor
  Shift+Left Arrow Selects the character to the left of the cursor
  Shift+Right Arrow Selects the character to the right of the cursor
  Shift+Up Arrow Moves the cursor up one line and selects from the left of the starting cursor position
  Shift+Down Arrow Moves the cursor down one line and selects from the right of the starting cursor position
  Shift+PgUp Moves the cursor up one screen and selects from the left of the starting cursor position
  Shift+PgDn Moves the cursor down one line and selects from the right of the starting cursor position
  Shift+End Selects from the cursor position to the end of the current line
  Shift+Home Selects from the cursor position to the start of the current line
  Shift+Space Inserts a blank space
  Shift+Enter Inserts a new line with a carriage return
  Ctrl+Shift+Left Arrow Selects the word to the left of the cursor
  Ctrl+Shift+Right Arrow Selects the word to the right of the cursor
  Ctrl+Shift+Home Selects from the cursor position to the start of the current file
  Ctrl+Shift+End Selects from the cursor position to the end of the current file
  Ctrl+Shift+PgDn Selects from the cursor position to the bottom of the screen
  Ctrl+Shift+PgUp Selects from the cursor position to the top of the screen
  Ctrl+Shift+Tab Moves to the previous page
  Alt+Backspace Edit|Undo
  Alt+Shift+Backspace Edit|Redo
  Alt+Shift+Left Arrow Selects the column to the left of the cursor
  Alt+Shift+Right Arrow Selects the column to the right of the cursor
  Alt+Shift+Up Arrow Moves the cursor up one line and selects the column from the left of the starting cursor position
  Alt+Shift+Down Arrow Moves the cursor down one line and selects the column from the left of the starting cursor position
  Alt+Shift+Page Up Moves the cursor up one screen and selects the column from the left of the starting cursor position
  Alt+Shift+Page Down Moves the cursor down one line and selects the column from the right of the starting cursor position
  Alt+Shift+End Selects the column from the cursor position to the end of the current line
  Alt+Shift+Home Selects the column from the cursor position to the start of the current line
  Ctrl+Alt+Shift+Left Arrow Selects the column to the left of the cursor
  Ctrl+Alt+Shift+Right Arrow Selects the column to the right of the cursor
  Ctrl+Alt+Shift+Home Selects the column from the cursor position to the start of the current file
  Ctrl+Alt+Shift+End Selects the column from the cursor position to the end of the current file
  Ctrl+Alt+Shift+Page Up Selects the column from the cursor position to the bottom of the screen
  Ctrl+Alt+Shift+Page Down Selects the column from the cursor position to the top of the screen
  Block commands (default and classic)
  Shortcut Action or command
  Ctrl+K+B Marks the beginning of a block
  Ctrl+K+C Copies a selected block
  Ctrl+K+H Hides/shows a selected block
 
 Ctrl+K+I Indents a block by the amount specified in the Block Indent
combo box on the General page of the Editor Options dialog box.
  Ctrl+K+K Marks the end of a block
  Ctrl+K+L Marks the current line as a block
  Ctrl+K+N Changes a block to uppercase
  Ctrl+K+O Changes a block to lowercase
  Ctrl+K+P Prints selected block
  Ctrl+K+R Reads a block from a file
  Ctrl+K+T Marks a word as a block
 
 Ctrl+K+U Outdents a block by the amount specified in the Block Indent
combo box on the General page of the Editor Options dialog box.
  Ctrl+K+V Moves a selected block
  Ctrl+K+W Writes a selected block to a file
  Ctrl+K+Y Deletes a selected block
  Ctrl+O+C Marks a column block
  Ctrl+O+I Marks an inclusive block
  Ctrl+O+K Marks a non-inclusive block
  Ctrl+O+L Marks a line as a block
  Ctrl+Q+B Moves to the beginning of a block
  Ctrl+Q+K Moves to the end of a block
  Bookmark operations (default, classic, and Visual Studio) Shortcut Action
  Ctrl+K+0 Sets bookmark 0
  Ctrl+K+1 Sets bookmark 1
  Ctrl+K+2 Sets bookmark 2
  Ctrl+K+3 Sets bookmark 3
  Ctrl+K+4 Sets bookmark 4
  Ctrl+K+5 Sets bookmark 5
  Ctrl+K+6 Sets bookmark 6
  Ctrl+K+7 Sets bookmark 7
  Ctrl+K+8 Sets bookmark 8
  Ctrl+K+9 Sets bookmark 9
  Ctrl+K+Ctrl+0 Sets bookmark 0
  Ctrl+K+Ctrl+1 Sets bookmark 1
  Ctrl+K+Ctrl+2 Sets bookmark 2
  Ctrl+K+Ctrl+3 Sets bookmark 3
  Ctrl+K+Ctrl+4 Sets bookmark 4
  Ctrl+K+Ctrl+5 Sets bookmark 5
  Ctrl+K+Ctrl+6 Sets bookmark 6
  Ctrl+K+Ctrl+7 Sets bookmark 7
  Ctrl+K+Ctrl+8 Sets bookmark 8
  Ctrl+K+Ctrl+9 Sets bookmark 9
  Ctrl+Q+0 Goes to bookmark 0
  Ctrl+Q+1 Goes to bookmark 1
  Ctrl+Q+2 Goes to bookmark 2
  Ctrl+Q+3 Goes to bookmark 3
  Ctrl+Q+4 Goes to bookmark 4
  Ctrl+Q+5 Goes to bookmark 5
  Ctrl+Q+6 Goes to bookmark 6
  Ctrl+Q+7 Goes to bookmark 7
  Ctrl+Q+8 Goes to bookmark 8
  Ctrl+Q+9 Goes to bookmark 9
  Ctrl+Q+Ctrl+0 Goes to bookmark 0
  Ctrl+Q+Ctrl+1 Goes to bookmark 1
  Ctrl+Q+Ctrl+2 Goes to bookmark 2
  Ctrl+Q+Ctrl+3 Goes to bookmark 3
  Ctrl+Q+Ctrl+4 Goes to bookmark 4
  Ctrl+Q+Ctrl+5 Goes to bookmark 5
  Ctrl+Q+Ctrl+6 Goes to bookmark 6
  Ctrl+Q+Ctrl+7 Goes to bookmark 7
  Ctrl+Q+Ctrl+8 Goes to bookmark 8
  Ctrl+Q+Ctrl+9 Goes to bookmark 9
  Cursor movement (default and classic)
  Shortcut Action
  Ctrl+Q+B Moves to the beginning of a block
  Ctrl+Q+C Moves to end of a file
  Ctrl+Q+D Moves to the end of a line
  Ctrl+Q+E Moves to the top of the window
  Ctrl+Q+K Moves to the end of a block
  Ctrl+Q+P Moves to previous position
  Ctrl+Q+R Moves to the beginning of a file
  Ctrl+Q+S Moves to the beginning of a line
  Ctrl+Q+T Moves to the top of the window
  Ctrl+Q+U Moves to the bottom of the window
  Ctrl+Q+X Moves to the bottom of the window
  Miscellaneous commands (default and classic) Shortcut Action or command
  Ctrl+K+D Accesses the menu bar
  Ctrl+K+E Changes a word to lowercase
  Ctrl+K+F Changes a word to uppercase
  Ctrl+K+S File|Save (default and classic only)
  Ctrl+Q+A Search|Replace
  Ctrl+Q+F Search|Find
  Ctrl+Q+Y Deletes to the end of a line
  Ctrl+Q+[ Finds the matching delimiter (forward)
  Ctrl+Q+Ctrl+[ Finds the matching delimiter (forward)
  Ctrl+Q+] Finds the matching delimiter (backward)
  Ctrl+Q+Ctrl+] Finds the matching delimiter (backward)
  Ctrl+O+A Open file at cursor
  Ctrl+O+G Search|Go to line number
  Ctrl+O+O Inserts compiler options and directives
  Ctrl+O+U Toggles case
  system
  Shortcut Action or command
  F1 Displays context-sensitive Help
  F4 Run|Go to Cursor
  F5 Run|Toggle Breakpoint
  Ctrl+F6 Open Source/Header file
  F7 Run|Trace Into
  F8 Run|Step Over
  F9 Run|Run
  F11 View|Object Inspector
  F12 View|Toggle Form/Unit
  Alt+0 View|Window List
  Alt+F2 View|Debug Windows|CPU
  Alt+F7 Displays previous error in Message view
  Alt+F8 Displays next error in Message view
  Alt+F10 Displays a context menu
  Alt+F11 File|Include Unit Hdr
  Alt+F12 Displays the Code editor
  Ctrl+F1 Help|Topic Search
  Ctrl+F2 Run|Program Reset
  Ctrl+F3 View|Debug Windows|Call Stack
  Ctrl+F4 Closes current file
  Ctrl+F5 Add Watch at Cursor
  Ctrl+F6 Displays header file in Code editor
  Ctrl+F7 Evaluate/Modify
  Ctrl+F9 Project|Make project
  Ctrl+F11 File|Open Project
  Ctrl+F12 View|Units
  Ctrl+D Descends item (replaces Inspector window)
  Ctrl+E View|ClassExplorer
  Ctrl+N Opens a new Inspector window
  Ctrl+S Incremental search
  Ctrl+T Displays the Type Cast dialog
  Shift+F7 Run|Trace To Next Source Line
  Shift+F11 Project|Add To Project
  Shift+F12 View|Forms
  Ctrl+Shift+P Plays back a key macro
  Ctrl+Shift+R Records a key macro
  Ctrl+K+D Accesses the menu bar
  Ctrl+K+S File|Save

方便!C++ builder快捷键大全的更多相关文章

  1. [No00009B]win10快捷键大全

    微软为Win10命令行(Command Prompt)加入了Ctrl + V的支持 Win10新增功能快捷键大全: 贴靠窗口:Win + 左/右 >  Win + 上/下 > 窗口可以变为 ...

  2. IntelliJ IDEA 快捷键大全

    IntelliJ IDEA 快捷键大全 (2012-03-27 20:33:44) 转载▼ 标签: ide intellij快捷键 杂谈 分类: IDE工具 最近刚接触IntelliJ这个工具,用了几 ...

  3. 【转】PHOTOSHOP常用快捷键大全

    PHOTOSHOP常用快捷键大全 一.文件新建 CTRL+N打开 CTRL+O 打开为 ALT+CTRL+O关闭 CTRL+W保存 CTRL+S 另存为 CTRL+SHIFT+S另存为网页格式 CTR ...

  4. Source Insight 常用设置和快捷键大全

    Source Insight 常用设置和快捷键大全 退出程序 : Alt+F4 重画屏幕 : Ctrl+Alt+Space 完成语法 : Ctrl+E 复制一行 : Ctrl+K 恰好复制该位置右边的 ...

  5. PHOTOSHOP(PS)快捷键大全

    PHOTOSHOP常用快捷键大全一.文件新建 CTRL+N打开 CTRL+O 打开为 ALT+CTRL+O关闭 CTRL+W保存 CTRL+S 另存为 CTRL+SHIFT+S另存为网页格式 CTRL ...

  6. [No00000F]Excel快捷键大全 Excel2013/2010/2007/2003常用快捷键大全

    一个软件最大的用处是提高工作效率,衡量一个软件的好坏,除了是否出名之外,最主就是能否让一个新手更快的学会这个软件和提高工作速度.就拿Excel表格来说吧,平常办公中我们经常会用它来制作表格,统计数据或 ...

  7. [No00000E]PPT快捷键大全 PowerPoint2013/2010/2007/2003常用快捷

    熟练掌握PowerPoint快捷键可以让我们更快速的制作PPT模板,大大的节约时间成本.想提高工作效率吗?请熟悉PowerPoint快捷键吧!想成为高手吗?请先了解PPT快捷键吧!想制作出一个优秀的P ...

  8. [No00000C]Word快捷键大全 Word2013/2010/2007/2003常用快捷键大全

    Word对于我们办公来说,是不可缺少的办公软件,因为没有它我们可能无法进行许多任务.所以现在的文员和办公室工作的人,最基础的就是会熟悉的使用Office办公软件.在此,为提高大家Word使用水平,特为 ...

  9. [No00000B]MS OFFICE 2013 快捷键大全

    常用快捷键 快捷键 作用 Ctrl+Shift+Spacebar 创建不间断空格 Ctrl+-(连字符) 创建不间断连字符 Ctrl+B 使字符变为粗体 Ctrl+I 使字符变为斜体 Ctrl+U 为 ...

随机推荐

  1. MS14-064 漏洞测试入侵win7

    Microsoft Windows OLE远程代码执行漏洞,OLE(对象链接与嵌入)是一种允许应用程序共享数据和功能的技术, 远程攻击者利用此漏洞通过构造的网站执行任意代码,影响Win95+IE3 – ...

  2. Wifite.py 修正版脚本代码

    Kali2.0系统自带的WiFite脚本代码中有几行错误,以下是修正后的代码: #!/usr/bin/python # -*- coding: utf-8 -*- """ ...

  3. sqlite使用xcode编译

    使用xcode去开发makefile的project(Building Makefile Projects With Xcode) 新建工程,template选择 external Build Sys ...

  4. CoreDataManager-Swift版-兼容iOS10以前的版本

    import UIKit import CoreData // coredata管理器 class CoreDataManager: NSObject { // 单例 static let share ...

  5. 造成OOM(内存溢出)的几种情况

    数据库Cursor没关.当我们操作完数据库后,一定要调用close()释放资源. 构造Adapter没有使用缓存ContentView. @Override public View getView(i ...

  6. 【读书笔记】iOS-iCloud编程

    一,苹果云服务-iCloud. 苹果公司斥资10亿美元在北卡罗来纳州简历数所中心-iDataCenter,该数据中心面积为50万平方英尺,也是美国最大规模的数据中心之一. 二,配置iCloud. 1, ...

  7. 手机屏幕滑动效果框架——flipsnap

    下午有时间,研究了下手机网页开发方面的内容.其中关于手机手势滑屏操作.发现有比较好的jquery 插件--flipsnap. 官方网站:http://pxgrid.github.com/js-flip ...

  8. nginx 的信号控制概述

    <nginx 在ubuntu 上的启动,停止,重启>中的停止和重启命令基本都是用信号来控制的.这是一些简单的信号控制. 在Nginx服务器中,通常情况都是通过对其发送控制信号进行控制的,除 ...

  9. Sql与MySQL简单入门

    作为过来人,给"新司机"一点建议:运维时需要搭建的生产环境,需尽量保持与测试环境一致:但搭建环境时,又苦于找不到合适的版本怎么办?不用怕,我是一个体贴的人,管杀也管埋(该链接为My ...

  10. android Gui系统之SurfaceFlinger(4)---Vsync(1)

    8.Vsync 8.1概论 VSYNC(Vertical Synchronization)是一个相当古老的概念,对于游戏玩家,它有一个更加大名鼎鼎的中文名字—-垂直同步. “垂直同步(vsync)”指 ...