5

I often change the font size of my editor. So does anyone know a shortcut key for that? Until now I have to use the menu with several clicks: Preferences -> Color and Fonts -> Basic -> Text Font. Would be nice of one can use CTRL + MouseWheel...

Simon Dugré
  • 17,980
  • 11
  • 57
  • 73
Peter Schmitz
  • 5,824
  • 4
  • 26
  • 48
  • Possible duplicate of [Keyboard shortcut to change font size in Eclipse?](http://stackoverflow.com/questions/6948374/keyboard-shortcut-to-change-font-size-in-eclipse) – studgeek May 04 '16 at 23:36

3 Answers3

6

I am sure at some point of time you would have wanted to increase/decrease the font using CTRL + + or mouse scroll. Found one solution, CTRL and +/- keys for increasing and decreasing font.

Enjoy

Anri
  • 6,175
  • 3
  • 37
  • 61
3

You can get close by binding your-favorite-function-key to the command. Here's how:

  • Windows > Preferences > General > Keys
  • Locate the command related to setting the font >> Preferences (General > Appearance > Colors and Fonts)
  • Click inside the Binding text field
  • Specify the key-binding you wish to use by pressing the appropriate keys
  • Accept by pressing OK
  • Profit!
Sri Sankaran
  • 8,120
  • 4
  • 38
  • 47
0

I'm using Aptana with an English keyboard and casually came into these keys combinations - [CTRL] + [-] then 1 --> smaller font - [CTRL] + [SHIFT] + [=] --> bigger font

NOTE: [-] key is on the main keyboard, not the numeric pad [SHIFT] + [=] gives + in the English keyboard

zeroquaranta
  • 392
  • 4
  • 16