lxqt / lxqt-archiver

A simple & lightweight desktop-agnostic Qt file archiver
https://lxqt.github.io
GNU General Public License v2.0
39 stars 29 forks source link

Added more shortcuts to mainwindow #320

Closed stefonarch closed 2 years ago

stefonarch commented 2 years ago

For some reason the existing shortcuts for expand|collapse are not shown in the GUI, I found them while editing.

I'd liked to hve Ctrl+E etc. for "expand" but ctrl+c and ctrl+a are already taken.

tsujan commented 2 years ago

For some reason the existing shortcuts for expand|collapse are not shown in the GUI

Translation problem?

expand

I'd liked to hve Ctrl+E etc. for "expand"

IMHO, the current down and up keys are more intuitive.

tsujan commented 2 years ago

Or maybe because they're consumed by your WM? Please check both possibilities.

If those keys are usually used by WMs, yes, it's better to change them as you proposed.

stefonarch commented 2 years ago

It was both: a typo in the translation Ctlr+maiusc+ but it will be displayed (translated) only when removing the translation completely...

In kwin it moves windows a desktop up|down, in openbox it's not used, only right|left

cat .config/kglobalshortcutsrc |grep -i ctrl+shift
Window One Desktop Down=none,Meta+Ctrl+Shift+Down,Finestra in basso di un desktop
Window One Desktop Up=none,Meta+Ctrl+Shift+Up,Finestra in alto di un desktop
Window One Desktop to the Left=none,Meta+Ctrl+Shift+Left,Finestra a sinistra di un desktop
Window One Desktop to the Right=none,Meta+Ctrl+Shift+Right,Finestra a destra di un desktop

No idea if someone uses a desktop above or down, and how it can be configured...

tsujan commented 2 years ago

No idea if someone uses a desktop above or down

grid