diff --git a/src/preferences/BackgroundButton.js b/src/preferences/BackgroundButton.js index 033dfdf..01e712f 100644 --- a/src/preferences/BackgroundButton.js +++ b/src/preferences/BackgroundButton.js @@ -80,6 +80,10 @@ var BackgroundButton = GObject.registerClass({ this.add_controller(dropTarget); } + vfunc_mnemonic_activate() { + this.openFileChooser(); + } + openFileChooser() { this._filechooser.transient_for = this.get_root(); this._filechooser.show();