• 2 Posts
  • 74 Comments
Joined 2 years ago
cake
Cake day: January 13th, 2022

help-circle






  • If it helps, the Windows/Linux logic is basically:

    • Ctrl key for triggering actions within an application.
    • Alt key for navigating the UI of an application via the keyboard.
    • Meta/Super/Windows key for triggering actions outside of applications (on the OS level).

    Well, and Ctrl, Alt, Shift also serve for alternative characters when you’re typing. And some application or OS shortcuts wildly combine modifiers for more complex keybindings. And of course, some applications just didn’t get the note of how this generally works. I won’t claim, it really follows rules, but yeah, it’s not generally complete chaos either.


  • I think, what you’re describing used to be a thing, but there’s now a somewhat different, more granular way of rebinding keybindings:

    However, it should be said that these will only apply within KDE applications. If you’re using third-party stuff, like Firefox, GIMP, VLC etc., they won’t apply.

    If you really want to go hard on rebinding all kinds of keys for any application, you can also do things like these:

    As cool as both of these are, and as much as I would still generally recommend picking KDE for these kind of customization possibilities, I wouldn’t recommend overdoing either. You won’t be able to use other PCs anymore…







  • At $DAYJOB, I was evaluating a data collection software and needed some files for it to read. I had some random text files top-level in my home-directory, so I figured, I would just tell it to read from ~.

    I expected that it might read directories recursively by default, but I could just stop it, if it does that.
    What I didn’t expect, is that yes, it does read recursively, but also that by default, it deletes the files it has read. It had eaten a good chunk of my home-directory when I realized.

    Now you might think, it doesn’t just delete the files, it transfers them to a different place, so surely, the data still exists. And you’d be right.

    However, while it reads from directories recursively, it doesn’t retain the directory structure. So, the contents of my home-directory were all still there, just completely flattened in one big folder.



  • In Dolphin, you can click to the right of the path, like you would in a textbox.

    I admit, it’s not the most intuitive method either, but when you hover your mouse there, it does change over to a text editing cursor, shows a caret-like line to the right of the path and will eventually throw up a tooltip that you can “Click to Edit Location”…