-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a default lxqt-globalkeys.conf in lxqt-common #126
Comments
lxqt-globalkeys doesn't do/execute any logic by itself. It just provides the interface for setting/grabbing shortcuts. IMO this hould stay that way. If you need to execute a specific logic base on pressing the newly provided shortcuts, this should go into separate daemon/process (either into some existing one or newly implemented). |
Perhaps Ihave not expressed correctly, sorry. I need new shotcuts for
Yes, it is true, but new shortcuts are stored in lxqt-globalkeys.conf, and Thanks. |
Sorry... I forgot about those. So you can forget about my previous comment 😄 |
I have just update files. I have added default shortcuts:
You must delete ~/.config/lxqt/globalkeyshortcuts.conf in order to load defaults: More defaults? |
Browse #331 for some inspiration? ...if not a duplicate. |
I have just added:
If you use Openbox, you can read more defaults in /etc/xdg/lxqt/openbox/rc.xml. |
Brightness controls are already handled by some other pieces of the stack though (still havent figured out which. systemd?) |
It's ethier something that binds XF86MonBrightnessUp XF86MonBrightnessDown, or hardware itself.
So, you leave one handily situated and readily available button without any useful function? (#331) |
I thought about that. Finally, as some systems are not implemented, I decided to keep XF86MonBrightnessUp-Down key shortcuts. The biggest problem is that brightness is set twice in some systems. But... is this a real problem?. Linux driver doesn't do anything if the set value is the same.
Control+Alt+... is well known as shortcut. Missing of ctr+atl+t could be considered as a bug: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1292113 |
That bug was about shortcut not working as configured. LXQt, as a new and fresh DE, could introduce some much more logical and streamlined shortcut configuration (and advertise it as a cool feature), instead of hacky ctrl+alt stuff which is probably being dragged along from the times when you-know-which-OS hadn't yet introduced that 'other' key. |
Maybe a first start message is needed, like Ubuntu Unity one: http://i.stack.imgur.com/pf1y5.png Then we can explain users how to use the desktop and introduce new features. |
+1 |
Maybe it could be a txt file. A simple tool must read LANG environment variable and load required translation. It should be in autostart and disable itself after first run. I have just added aero snap in openbox using mouse wheel over tittlebar. It is useful. 😄 |
Maybe it is me but I have problems "reading" icon language, I would suggest to have text too below the images. The messagge should be also avalaible in the menu/config, maybe under "about", I think showing only one time on startup is not enough. |
It would be easier for us if translate only icons that are more difficult to understand. Please, which icons are more difficult?
OK. |
|
I put my 'conkyinfo' thing in session autostart and also in root of applications menu - Two handy points of destination when telling users to RTFM. Icons may be good for spicing things up a bit, but not as sole means of communicating the shortcuts. Lots of ambiguity. IMHO Ubuntu did it right with icons. ...and using a certain logo is very questionable. |
From Debian testing I just installed lxqt on a EeePC 1005HA (2009) and on a XPS 13 (9343 2015) - it works very well so far. Found a temporary workaround through; lxqt session settings ->autostart->add QTerminal to global shortcuts. Then use Ctrl+Shift+T to launch another terminal next to the one that surface by the autostart launch. Would like to set up F8 for terminal, F9 for browser a la this workflow. |
Run |
@ptrber |
I did found this conf file but I do not have a clue where to find for example the path /panel/volume/down because the Client does something but not change the mastervolume. So I want to change that. I know that the command Brightnesscontrol is the same at the moment there isn't any shortcut for it. |
I need to add some key shortcuts by default.
Some of them help to solve problems with screen brightness. These shortcuts are:
I would like to add another shortcut too:
This shortcut is set by default in other desktops.
Maybe the simplest way to add those shortcuts is writing a new config file in lxqt-common. This file would be lxqt-common/config/lxqt-globalkeys.conf.
I can do it by myself.
What do you think?
The text was updated successfully, but these errors were encountered: