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

From Lazarus wiki
Jump to navigationJump to search
m
Line 1: Line 1:
Dialog allows to choose the preset of all hotkeys in IDE. Such presets exist:
+
Dialog allows to choose the preset of all hotkeys in IDE. Presets exist:
  
 
* Lazarus (default): this is "Windows" preset on Windows/Linux, and "Mac OS X (Apple style)" on OS X
 
* Lazarus (default): this is "Windows" preset on Windows/Linux, and "Mac OS X (Apple style)" on OS X
Line 5: Line 5:
 
* Mac OS X (Apple style): hotkeys are like in Apple XCode
 
* Mac OS X (Apple style): hotkeys are like in Apple XCode
 
* Mac OS X (Lazarus style): preset based on "Apple style" with some keys overridded (e.g. "Goto line start/end")
 
* Mac OS X (Lazarus style): preset based on "Apple style" with some keys overridded (e.g. "Goto line start/end")
 +
* Default adapted to OS X: this is preset "Windows" adapted to OS X, so that all keys "Ctrl" are replaced to "Meta" (for example, Ctrl+O becomes Meta+O)
  
  
 
[[Category:IDE Window|C]]
 
[[Category:IDE Window|C]]

Revision as of 13:55, 14 March 2016

Dialog allows to choose the preset of all hotkeys in IDE. Presets exist:

  • Lazarus (default): this is "Windows" preset on Windows/Linux, and "Mac OS X (Apple style)" on OS X
  • Classic: hotkeys are similar to Borland's IDE
  • Mac OS X (Apple style): hotkeys are like in Apple XCode
  • Mac OS X (Lazarus style): preset based on "Apple style" with some keys overridded (e.g. "Goto line start/end")
  • Default adapted to OS X: this is preset "Windows" adapted to OS X, so that all keys "Ctrl" are replaced to "Meta" (for example, Ctrl+O becomes Meta+O)