Comment 0 for bug 1802501

Revision history for this message
Pander (pander) wrote : Resize window to 50% of screen no longer working since 18.10

Resize window to 50% of screen no longer working since 18.10. It did work in 17.10 and 18.04.

Configuration is done properly:

$ grep W-Right ~/.config/openbox/lubuntu-rc.xml -A8 -B3
        <!--
        # HalfRightScreen
    -->
        <keybind key='W-Right'>
            <action name='UnmaximizeFull'/>
            <action name='MoveResizeTo'>
                <x>-0</x>
                <y>0</y>
                <height>100%</height>
                <width>50%</width>
            </action>
        </keybind>

Also some other shortcuts or hot keys are no longer working. The application lxqt-globalkeysd has no configuration for this key. I might disable therefore or another key configuration application shipped with 18.10 is involved in this.