Hello,
is there a shortcut for making the font size in the editor window bigger and another for making it smaller ?
I'm working with Codelite under Linux/Ubuntu.
Thanks.
Shortcut for switching font size
-
- CodeLite Enthusiast
- Posts: 37
- Joined: Fri Feb 05, 2010 10:57 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcut for switching font size
You could use:
Ctrl-(-) (Control with NumPad Minus)
Ctrl-(+) (Control with NumPad Plus)
OR:
Hold down Ctrl and use the mouse rolling button
To restore back to the original font:
Ctrl-(/) (Control with NumPad forward slash)
Eran
Ctrl-(-) (Control with NumPad Minus)
Ctrl-(+) (Control with NumPad Plus)
OR:
Hold down Ctrl and use the mouse rolling button
To restore back to the original font:
Ctrl-(/) (Control with NumPad forward slash)
Eran
Make sure you have read the HOW TO POST thread