I’m on KDE Plasma using wayland, and I’m annoyed with KDE’s emoji picker. Well, the interface is fine, I just want emojis to immediately be pasted into the text field that was in focus when I used the shortcut to launch the emoji picker. Basically I want the behavior to be as close to the Windows emoji picker as possible.

Does anyone know of an alternative that allows me to quickly type 2 different emojis in succession? Bonus points when it’s easily available on arch.

  • @[email protected]
    link
    fedilink
    9
    edit-2
    1 month ago

    I use ibus-uniemoji, and I settled with this years ago after trying to find a similar replacement coming from Windows as you.

    After install just set up a keyboard shortcut to quickly change between input languages, and you can just type your emojis effortlessly. As it’s an input method it doesn’t matter what DE you use. Demo gif from Github:

    https://raw.githubusercontent.com/salty-horse/ibus-uniemoji/refs/heads/master/example.gif

    • silly goose meekahOP
      link
      2
      edit-2
      1 month ago

      This is definitely a good contender. I do already use 2 different keyboard layouts regularly, so I think it might get annoying when I’m trying to switch between those two. I’ll give it a go though, thank you!

      • @[email protected]
        link
        fedilink
        16 days ago

        I just became the maintainer of the AUR package of ibus-uniemoji, please comment there if it’s still not working for you. I also updated to the new upstream version, it looks much better than on the gif.

        • silly goose meekahOP
          link
          15 days ago

          I’ll check it out again, thanks!

          Kinda off topic, but after I played around with all these emoji boards, every time I reboot, my system keyboard layouts get reset. Any idea what may be causing this?

          • @[email protected]
            link
            fedilink
            15 days ago

            I remember similar things happened to me when I fiddled some with settings which could be set up both on the DE and also on the system level. So I guess something similar happens here.

            Does it already reset if you are on the login screen, or if you open a tty?

            On the ArchWiki page on Xorg keyboard config there is a big warning:

            Note: XKB options can be overridden by the tools provided by some desktop environments such as GNOME and Plasma.

            • silly goose meekahOP
              link
              15 days ago

              Ohh I didn’t realize there’s a difference between system and DE keyboard options. I’ll look into that, thanks

  • @[email protected]
    link
    fedilink
    31 month ago

    Not exactly what you may be looking for, but one of the first things I set up in Linux is the “Compose” key. Sun keyboards in the 90’s had a dedicated Compose key, and you can enable the functionality still. I usually set it to Right Alt.

    The Compose key is kind of like an extended shift key, so ‘Compose’ + “c” + “/” for example will give you “¢”.

    The key combinations and characters can be edited in a config file (can’t remember off the top of my head).

    Not as versatile and an “Emoji picker”, but allows quick insertion of Unicode glyphs into text. Useful for ¢£€¥™×° type characters.

    • silly goose meekahOP
      link
      41 month ago

      hmm, might be worth my while to put my most used emojis into that config file… thanks for the input!

      • @[email protected]
        link
        fedilink
        21 month ago

        That’s exactly why I always enable the Compose key. It’s the fastest and easiest way to just type a variety of Unicode glyphs. The key combinations trend to be intuitive as well.

        There’s a good chance the default config file will have a pretty decent selection. Although I have edited the config in the past, I haven’t done it under KDE. The KDE article on setting up the compose key seems to say that KDE uses a different config file anyways.

        Turning on the Compose key is pretty straightforward as I recall, just another setting under Keyboard settings. Finding that config file is still useful if you can’t guess the right combo for your desired glyph.

        Very useful for using character common in math and science.

        • silly goose meekahOP
          link
          2
          edit-2
          1 month ago

          Thanks for the link! I couldn’t get ibus-uniemoji to work properly, so I’ll probably have to settle for this.