Difference between revisions of "IDE Window: Choose Key Mapping Scheme"

From Lazarus wiki
Jump to navigationJump to search
(new)
 
m (Add link to Lazarus IDE Shortcuts)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Dialog allows to choose one of presets of all hotkeys in IDE. Such presets exist:
+
The Tools > Options > Editor > Key Mappings Dialog allows you to choose the preset key mapping schemes for hotkeys in the IDE.  
  
* Lazarus (default)
+
Presets exist for:
* Classic: hotkeys are changed to be more like Borland's IDE.
+
 
* Mac OS X (Apple style)
+
* '''Lazarus default''': this is "Windows" preset on Windows/Linux, and "macOS (Apple style)" on macOS
* Mac OS X (Lazarus style)
+
* '''Classic''': preset with hotkeys similar to Borland's IDE  
 +
* '''macOS, Apple style''': preset with hotkeys modelled on Apple Xcode
 +
* '''macOS, Lazarus style''': preset based on "Apple style" with some keys overridden (eg "Goto line start/end")
 +
* '''Default adapted to macOS''': this is "Windows" preset adapted to macOS, so that all keys "Ctrl" are replaced to "Meta" (for example, Ctrl+O becomes Meta+O)
 +
 
 +
For a detailed explanation of the preset key mapping schemes, see [[Lazarus IDE Shortcuts]].
 +
 
 +
[[Category:Lazarus]]
 +
[[Category:IDE Window|C]]

Latest revision as of 08:39, 11 August 2020

The Tools > Options > Editor > Key Mappings Dialog allows you to choose the preset key mapping schemes for hotkeys in the IDE.

Presets exist for:

  • Lazarus default: this is "Windows" preset on Windows/Linux, and "macOS (Apple style)" on macOS
  • Classic: preset with hotkeys similar to Borland's IDE
  • macOS, Apple style: preset with hotkeys modelled on Apple Xcode
  • macOS, Lazarus style: preset based on "Apple style" with some keys overridden (eg "Goto line start/end")
  • Default adapted to macOS: this is "Windows" preset adapted to macOS, so that all keys "Ctrl" are replaced to "Meta" (for example, Ctrl+O becomes Meta+O)

For a detailed explanation of the preset key mapping schemes, see Lazarus IDE Shortcuts.