diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js index aae73924a..d09639ceb 100644 --- a/js/ui/runDialog.js +++ b/js/ui/runDialog.js @@ -207,6 +207,11 @@ RunDialog.prototype = { 'debugexit': Lang.bind(this, function() { Meta.exit(Meta.ExitCode.ERROR); + }), + + // rt is short for "reload theme" + 'rt': Lang.bind(this, function() { + Main.loadTheme(); }) };