开云体育

Locked Re: Title Bar of Preferences window is off screen. How do I move the window? #preferences


 

If using libwc.?
To create a move window hotkey on Ctrl+Alt+v
Do not use C-A-m that is an accessability hotkey.
You can? edit a file at $HOME/.config/labwc/rc.xml
?
and add after?? <keyboard>
? ? <keybind key="C-A-v">
? ? ? <action name="move">
? ? ? </action>
? ? </keybind>

If the file doesnt exist? do this in terminal
?
mkdir $HOME/.config/libwc
cat > $HOME/.config/libwc/rc.xml << EOF
<?xml version="1.0" encoding="UTF-8"?>
<openbox_config xmlns="http://openbox.org/3.4/rc">
? <keyboard>
? ? <keybind key="C-A-v">
? ? ? <action name="move">
? ? ? </action>
? ? </keybind>
? </keyboard>
</openbox_config>
EOF
?

Join jmriusers@groups.io to automatically receive all group messages.