Windows-Shift-S is the default keyboard shortcut, not sure if it works on fullscreen games though
- 0 Posts
- 5 Comments
AMoistGrandpa@lemmy.cato
Technology@lemmy.world•'Microslop' is heading for Edge – major browser redesign is inspired by Copilot, and it's already seriously unpopularEnglish
6·2 months agoFair enough, thanks for responding
AMoistGrandpa@lemmy.cato
Technology@lemmy.world•'Microslop' is heading for Edge – major browser redesign is inspired by Copilot, and it's already seriously unpopularEnglish
121·2 months agoOut of curiosity, why does everyone always go for Ubuntu in posts like this? I’ve always hated that distro; all my machines run Fedora instead. IMO Fedora with KDE is way better than Ubuntu with Gnome in terms of usability for people switching over from Windows, but maybe I’m just biased since I’m already super familiar with Linux
If you feel like learning a third shell, I find that Nushell is even easier to use than PowerShell.
open stuff.json | each { get fieldName } | where { str starts-with "asdf" } | each { $in | str upcase }This gets all the objects in the given json file, then grabs the value of the field named “fieldName”, then filters all those values to find the ones that start with and, converts those to uppercase, and prints them to the screen as a nicely formatted list


I think you’ve just invented Jsonnet, but with C integration.
https://jsonnet.org/