GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Aral Balkan (aral@mastodon.ar.al)'s status on Tuesday, 22-Oct-2024 23:33:45 JST Aral Balkan Aral Balkan

    If you’re on a Mac and you want to change the keyboard shortcut for showing the emoji picker, e.g., to ⌘E, you can do so from Settings → Keyboard → Keyboard Shortcuts… → App Shortcuts → All Applications.

    Press the + button to add a shortcut and, in the Menu title textbox, enter (exactly):

    Emoji & Symbols

    Hit Done and you’re, umm, done.

    This is useful when using a non-Apple external keyboard and ⌘^space is too verbose.

    #macOS #emoji #emojiPicker #keyboard #shortcut #keyboardShortcut

    In conversation Tuesday, 22-Oct-2024 23:33:45 JST from mastodon.ar.al permalink
    • Embed this notice
      Aral Balkan (aral@mastodon.ar.al)'s status on Tuesday, 22-Oct-2024 23:38:53 JST Aral Balkan Aral Balkan
      in reply to

      Related little typographical tidbit:

      If you want to enter the symbol for the command key, it’s known as the “place of interest sign” and you can enter it via the emoji picker by searching for “place”.

      #macOS #Mac #command #key #placeOfInterestSign #unicode #emojiPicker

      In conversation Tuesday, 22-Oct-2024 23:38:53 JST permalink

      Attachments


      1. https://s3-eu-central-1.amazonaws.com/mastodon-aral/media_attachments/files/113/351/575/098/216/118/original/891db703a425e521.png
    • Embed this notice
      Reginald (raganwald@social.bau-ha.us)'s status on Tuesday, 22-Oct-2024 23:45:13 JST Reginald Reginald
      in reply to

      @aral It is a "place of interest symbol," but also so much more:

      https://en.wikipedia.org/wiki/Looped_square

      In conversation Tuesday, 22-Oct-2024 23:45:13 JST permalink
    • Embed this notice
      Aral Balkan (aral@mastodon.ar.al)'s status on Wednesday, 23-Oct-2024 00:07:05 JST Aral Balkan Aral Balkan
      in reply to

      And since we’re on the subject of typography and the Mac, one of the things you might miss from Linux (say, hypothetically, if you decided you’d had enough and were going back from Linux to macOS after six years), might be the all-powerful Compose Key*.

      Well, fear not, because you can emulate it as Howard Rogers has basically recreated it using DefaultKeyBinding.dict:

      https://absolutelybaching.com/a-compose-key-for-the-mac/

      (In Vial, I made my Caps Lock produce a § and mapped it to that.)

      * https://en.wikipedia.org/wiki/Compose_key

      In conversation Wednesday, 23-Oct-2024 00:07:05 JST permalink

      Attachments


      1. https://s3-eu-central-1.amazonaws.com/mastodon-aral/media_attachments/files/113/351/689/939/739/918/original/3f7b1d01ce39054d.png
      2. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        Compose key
        A compose key (sometimes called multi key) is a key on a computer keyboard that indicates that the following (usually 2 or more) keystrokes trigger the insertion of an alternate character, typically a precomposed character or a symbol. For instance, typing Compose followed by ~ and then n will insert ñ. Compose keys are most popular on Linux and other systems using the X Window System, but software exists to implement them on Windows and macOS. History The Compose Character key was introduced by engineers at Digital Equipment Corporation (DEC) on the LK201 keyboard, available since 1983 with the VT220 terminal. The keyboard included an LED indicating that a Compose sequence is on-going. While the LK201 introduced the group of command keys between the alphanumerical block and the numerical keypad, and the "inverted T" arrangement of arrow keys...
    • Embed this notice
      Aral Balkan (aral@mastodon.ar.al)'s status on Wednesday, 23-Oct-2024 00:31:39 JST Aral Balkan Aral Balkan
      in reply to
      • Hyde 📷 🖋 :debian:

      @hyde I do (use WezTerm) and I never knew; thanks :)

      In conversation Wednesday, 23-Oct-2024 00:31:39 JST permalink
    • Embed this notice
      Hyde 📷 🖋 :debian: (hyde@lazybear.social)'s status on Wednesday, 23-Oct-2024 00:31:40 JST Hyde 📷 🖋 :debian: Hyde 📷 🖋 :debian:
      in reply to

      @aral or if you use #wezTerm type Ctrl+Shift+u and you get ⤵️

      #terminal #console

      In conversation Wednesday, 23-Oct-2024 00:31:40 JST permalink

      Attachments


      1. https://lazybear.social/system/media_attachments/files/113/351/756/533/743/914/original/16091077b7a3f946.png
    • Embed this notice
      Aral Balkan (aral@mastodon.ar.al)'s status on Wednesday, 23-Oct-2024 00:33:32 JST Aral Balkan Aral Balkan
      in reply to
      • Sunny :blobfoxsnug:

      @sunny I can’t seem to find the Fn key in Vial (apparently there were compatibility issues but then it was added to QMK but I guess it hasn’t made its way over yet or something) so this is my workaround :)

      In conversation Wednesday, 23-Oct-2024 00:33:32 JST permalink
    • Embed this notice
      Sunny :blobfoxsnug: (sunny@boitam.eu)'s status on Wednesday, 23-Oct-2024 00:33:33 JST Sunny :blobfoxsnug: Sunny :blobfoxsnug:
      in reply to

      @aral For me the OS decides that it wants to open this window somehow randomly so I went for the `Fn` key to make it simpler to retry...

      In conversation Wednesday, 23-Oct-2024 00:33:33 JST permalink
    • Embed this notice
      Aral Balkan (aral@mastodon.ar.al)'s status on Wednesday, 23-Oct-2024 00:41:59 JST Aral Balkan Aral Balkan
      in reply to

      One thing I missed from Howard’s Compose Key mappings was <compose>^1, <compose>^2, etc., to enter superscript digits¹ in toots² so I just added them in:

      "\\^" = {
      "1" = ("insertText:", "¹");
      "2" = ("insertText:", "²");
      "3" = ("insertText:", "³");
      "4" = ("insertText:", "⁴");
      "5" = ("insertText:", "⁵");
      "6" = ("insertText:", "⁶");
      "7" = ("insertText:", "⁷");
      "8" = ("insertText:", "⁸");
      "9" = ("insertText:", "⁹");
      };

      ¹ AKA footnote indices :)
      ² Hey, why not?

      In conversation Wednesday, 23-Oct-2024 00:41:59 JST permalink

      Attachments


      1. https://s3-eu-central-1.amazonaws.com/mastodon-aral/media_attachments/files/113/351/822/114/604/156/original/d67edf439b3b5688.png
    • Embed this notice
      Aral Balkan (aral@mastodon.ar.al)'s status on Wednesday, 23-Oct-2024 06:08:54 JST Aral Balkan Aral Balkan
      in reply to
      • David Culley

      @davidculley Six years of daily driving it :)

      Seriously, though, I’ll write a post about it, I think. Many little things. Not like I won’t be using it. Kitten is deployed on Linux. But not as my main machine any longer.

      In conversation Wednesday, 23-Oct-2024 06:08:54 JST permalink
    • Embed this notice
      David Culley (davidculley@sigmoid.social)'s status on Wednesday, 23-Oct-2024 06:08:55 JST David Culley David Culley
      in reply to

      @aral I’m curious what made you move from Linux to macOS?

      In conversation Wednesday, 23-Oct-2024 06:08:55 JST permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.