I can create hotkeys to open applications in KDE.
In the system settings->accessibility->input actions, I can see the menu editor entries (the shortcuts created from the toolbar) and the executable for these entries are represented like this
kde-konqbrowser.desktop
for my shortcut to open a konquerer browser.
Is there a way to access the different desktops I have configured directly as a member variable? In other words, if I had a desktop named 'Internet' could I force the browser to open on that desktop by using an altered menu editor entry, something like:
kde-konqbrowser.desktop.Internet
(of course, that is not it, I have already tried it, which is why I am back here )
This would also help me to learn how the different variables of the desktop are controlled in kde; can I assume they are widgets like I used in my limited experience with QT?
Thanks!
In the system settings->accessibility->input actions, I can see the menu editor entries (the shortcuts created from the toolbar) and the executable for these entries are represented like this
kde-konqbrowser.desktop
for my shortcut to open a konquerer browser.
Is there a way to access the different desktops I have configured directly as a member variable? In other words, if I had a desktop named 'Internet' could I force the browser to open on that desktop by using an altered menu editor entry, something like:
kde-konqbrowser.desktop.Internet
(of course, that is not it, I have already tried it, which is why I am back here )
This would also help me to learn how the different variables of the desktop are controlled in kde; can I assume they are widgets like I used in my limited experience with QT?
Thanks!
Comment