lirios/browser

Ctrl + Shift + Tab

ShalokShalom opened this issue ยท 14 comments

Implement the mentioned key combination to move one tab to the left ๐Ÿ˜ƒ

This is already implemented. @ShalokShalom is it not working for you? Are you using a Mac?

Linux.

@ShalokShalom and Ctrl+Shift+Tab not working for you? Are you sure you haven't mapped the combination somewhere else in your desktop or something like that?

Its working in Opera and all the other browsers. KaOS, Qt 5.9.1 and Liri-Browser 0.3.127

Is Ctrl+Tab working?

// touch test.qml
import QtQuick 2.5

Item {
    Shortcut {
        sequence: "Ctrl+Shift+Tab"
        onActivated: console.log("Ctrl+Shift+Tab pressed")
    }
}
// qmlscene test.qml

Does this print anything in the console?

Yes, Ctrl+Tab is working.

It prints a white screen

screenshot_20170929_174954

@ShalokShalom that's fine :) Does it print Ctrl+Shift+Tab pressed to the console when you press the combination?

Just pushed a commit that might fix it.

The shortcut's context was set to Qt.ApplicationShortcut but that should not be a problem (unless with multiple windows).

Okay, can you try the latest AppImage to check whether it's fixed? Thanks a lot!

I build by myself and it works. ๐Ÿ˜„

Thanks a lot dude ^-^