Home:ALL Converter>How to create keyboard shortcut for displaying ruler in Sublime Text 2?

How to create keyboard shortcut for displaying ruler in Sublime Text 2?

Ask Time:2012-10-24T21:23:57         Author:Jake

Json Formatter

What I want is to toggle Sublime Text 2 rulers visibility with a keyboard shortcut.

The only information I have got on topic is that rulers can be controlled by following JSON code in Preferences:

{
"rulers": [80, 120],
}

Is it possible to create such a keyboard shortcut?

Thanks in advance!

Author:Jake,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/13050202/how-to-create-keyboard-shortcut-for-displaying-ruler-in-sublime-text-2
yy