Personally nothing but when I look at it I wonder if the big bang could actually have been a white hole.

  • utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    8 hours ago

    I don’t have one. If I did, I want change the keycap.

    Now… it’s called a meta key https://en.wikipedia.org/wiki/Meta_key … and I use it exactly as one would on Windows, e.g. Meta-e starts the file explorer … but I added my shortcuts too e.g. :

    • meta+k for konsole
    • meta+f for FIP (online French radio, music only, no ads)
    • meta+F to stop FIP
    • meta+a to play the series I’m currently watching
    • meta+A to stop mpv (playing the current series)
    • meta+o to turn on my office lights
    • meta+l to turn off those lights
    • meta+ESC to turn off lights and suspend computer
    • meta+s for Spectacle to take a screenshot

    and I have quite a others I can’t recall right now.

      • utopiah@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        44 minutes ago

        My bad then, as I mentioned before unfortunately I have no such keyboard available anymore.

        • zod000@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          26 minutes ago

          No problem, though I must admit I’m curious about your keyboard as it is quite uncommon to not have one. Are you using an older keyboard that lacks one or one of the “winkeyless” enthusiast mechanical keyboards or maybe a really small form factor keyboard?

    • non_burglar@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      I’ve used Linux since 1998, and several DEs. I’ve never heard the Windows key referred to as a “meta” key.

      • utopiah@lemmy.ml
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        8 hours ago

        Not according to Wikipedia (linked to initially already) nor KDE Plasma which I’m using :

        • Baleine@jlai.lu
          link
          fedilink
          arrow-up
          1
          ·
          7 hours ago

          The wikipedia page you linked says otherwise.

          On keyboards that lack a physical Meta key, its functionality may be invoked by other keys such as the Windows key or Macintosh’s Option key.[4] However, software often provides another workaround, such as using the Alt key (which does not exist on the Knight keyboard), or using the Esc key as a prefix (e.g., in Emacs). Because of these workarounds, the need for Meta – despite being the most-used additional modifier key – was less than for other modifier keys. It is more common today to use the Windows key to emulate the Super key.

          • utopiah@lemmy.ml
            link
            fedilink
            arrow-up
            3
            ·
            edit-2
            7 hours ago

            I don’t have a physical keyboard with a Windows key to verify (gave that to a friend who need an ergonomic keyboard few weeks ago) but AFAICT xev or KDE Plasma again return meta when pressed on that key.

            Also ZMK https://zmk.dev/docs/keymaps/list-of-keycodes list GUI as Meta GUI (Windows / Command / Meta) and QMK LGUI(kc) G(kc), LCMD(kc), LWIN(kc) https://docs.qmk.fm/feature_advanced_keycodes

            My interpretation of “Meta key, its functionality may be invoked by other keys such as the Windows key or Macintosh’s Option key” is that the Windows key is the meta key, isn’t it what it says?

      • schnurrito@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        7 hours ago

        KDE uses “meta” to refer to the Windows key. Emacs uses “meta” to refer to the Alt key. You are correct that GNOME calls the Windows key “Super”.

        This causes some confusion, obviously we Linux users don’t want to call it the Windows key, so the best solution is to call the keys “Super” and “Alt”, those are unambiguous.

        • Ferk@lemmy.ml
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          7 hours ago

          Relevant section:

          At first, around 1996, it was common practice to make the Windows key act as Meta. However, because of the existing alternative keys for Meta in Emacs, the reintroduction of a hardware Meta key binding did not prove exceptionally useful. This made Super the next most frequently emulated key of choice, and thus it became the standard assignment for the Windows key under X11.

          Most Linux software and documentation calls these keys “Super” keys. However, they are still referred to as KEY_LEFTMETA and KEY_RIGHTMETA in the kernel,[5] and some documentation such as that of KDE Plasma refers to it as just the Meta key.[6][7] “Windows” and ⌘[8] are also used in documentation.