Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Posts by samcarter
One possibility is to use Hammerspoon with the following configuration: hs.hotkey.bind({ "cmd" }, "Right", function() local NextSpace = 1 for k, v in pairs(hs.spaces.allSpaces()[hs.scree...
Another approach is to use Karabiner-Elements. As a first step, I created to executable shell scripts, which will switch to the previous/next space using the handy tool SpaceInfo Space_prev: #!/...
I didn't yet find a clean solution, but as a dirty hack one can edit the quarto.js file and change the line [kLatexAutoInstall]: true, to [kLatexAutoInstall]: false, (this obviously won't s...
This is probably not a lasting solution, but one can manually copy the individual folders of the extensions to <path to your quarto installation>/share/extensions/quarto/ Documents seem t...
The problem has been fixed in macOS 14.0. After upgrading to macOS Sonoma, one can again use sips to convert pdfs to pngs
I finally found a solution thanks to @bogdanw at https://stackoverflow.com/a/77256214/2777074 The idea is to create a file called UIKit.plist with the content: <?xml version="1.0" encoding="UT...
As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date. ```mermaid gantt tickInterval 1day axisFormat ...
This problem seems to have been solved in Safari 18.0 (19619.1.26.111.10)
As a hack, you can open your background image e.g. in preview and add some lighter area at the top of the image. This won't be visible behind the menu bar and you don't need to be very accurate ...
- ← Previous
- 1
- 2
- 3
- 4
- Next →