M30s in Milwaukee, WI. I’ll never say “no” to a meal at Naf Naf Grill!

  • 2 Posts
  • 24 Comments
Joined 3 months ago
cake
Cake day: February 18th, 2025

help-circle



  • Man, 100% agreed. Devs didn’t think about EOL at the time, but hopefully someone will implement this at some point because environmentalism has been growing bigger than ever.

    Surprisingly, even for interactive screen-mirroring, there is still generally only scrcpy—which is even used by giants like SideQuest for Meta Quest VR headsets (since they’re Droids). Previously there was Vysor.io, but that’s closed-source and for-profit.

    Anyway, this totally reminded me that I once really tried to look into this but found that the only solution in the entire known English-speaking world for this is currently the closed-source, freemium Spacedesk + a rooted tablet. I gave up because at the time I didn’t wanna try to root the tablet due to the mandatory factory reset, but I eventually caved in to install Kotatsu lol. Haven’t retried…





  • You shouldn’t be navigating by mouse in the first place, though. Either of these methods works:

    • Use Ctrl+Tab/Ctrl+Shift+Tab/Ctrl+PgUp or PgDn
    • Type "% " in the omnibar (note the space) and start typing any part of the name of the tab you want to jump to (like the name of the video), then hit Tab and then Enter

    You can use AutoHotkey or some other tool on your OS of choice to map these to more ergonomic alternatives if that may be easier (for example, I mapped Ctrl+Q to "Ctrl+L, % " to invoke the second way automatically). I can help with AutoHotkey code if you’d like, in !ahk@programming.dev.

    If you have that many tabs that it’s difficult to avoid the buttons, then you may like this second method anyway, since that tab-jumping method makes it totally needless to visually track which tabs are where in the tab strip. You could have a hundred tabs and not know where they are; just use "% " and part of the tab’s name to jump to it.

    TL;DR: I couldn’t figured out how to hide those interactive buttons either, haha.







  • AutoHotkey, it’s navigation through programs by hotkey-invoked series of smart, self-changing mouse clicks and keystrokes, though it can also do math and launch programs or put the focus on windows in specific ways. For example, I have a dynamic, template-based, weekly, ~60-slide PowerPoint builder whose clicks and keystrokes change across the screen depending on what the content is. One AHK GUI I built lets you specify how to proceed using a base template I made + a spreadsheet with data from week to week.

    I also have a URL-cleaning script that deletes all my known trackers when pasting, does URL-decoding, etc. AHK can even check for images on screen and click them or wait to proceed (like wait for the browser to finish loading before taking action, etc.). I’ve got a bunch of various scripts and have not found any cross-platform tool as remotely as easy + capable.

    However, thanks to your post and another Lemmy denizen, I now know of SikuliX! I’ll check that out…





  • That makes sense. The extent of my desktop-publishing work has typically involved bifold programs, so I use LibreOffice Writer’s “brochure”-printing mode (which automatically sets every 4 pages as double-sided quarters of 1 sheet) because I can’t stand how bad element selection in MS Publisher is. I’ve never used InDesign and want to avoid Adobe as much as possible since my org is already neck-deep in Microsoft’s subscriptions as it is.

    Don’t get me wrong; Scribus can clearly make a lot of beautiful stuff. I just can’t even start to figure it out; I gotta find video tutorials or something.