/kactivation

Activate window according shortcut in KDE

Primary LanguageJavaScript

Installation

git clone https://github.com/klniu/kactivation.git
kpackagetool5 --type=KWin/Script -i ./kactivation

custom

find the resourceClass and modify the registerShortcut to set your own application shortcuts.

registerShortcut("Activate FSearch", "Activate FSearch", "Super+x", function() { activateWindowByClass("fsearch"); });