liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Some missing usability features/keybinds. #141

Open Kommynct opened 8 years ago

Kommynct commented 8 years ago
  1. You can't scroll on the tab bar to change through which tab is selected
  2. ctrl+L doesn't select the url bar
  3. The mouse doesn't change to the... for lack of a better term, clicky hand, when over something you can click.
  4. when you click on a on/off setting and not the actual switch for the setting, it plays the material effect, but doesn't flip the switch.
timsueberkrueb commented 8 years ago

Thanks for reporting!

  1. This should work since v0.3
  2. Thanks, fixed that!
  3. There's already an issue for that: #32 4.Thanks, fixed that! Can you explain more precisely what you mean with 1?
IdrissDimson commented 8 years ago

lol clicky hand. but yeah that's been an issue for a while. Shady code?

Kommynct commented 8 years ago

On chrome, if you use the scroll wheel on the tab bar, it'll go through them, that's handy as hell, this just moves them back\forth.

timsueberkrueb commented 8 years ago

@that1communist Right, but chrome also makes the tabs smaller the more are opened. Liri hides (as Firefox does) the tabs and you can scroll (or flick if you're using a touch screen) through them. I prefer this way. Might be possible in combination with #109.