KE-complex_modifications VS espanso

Compare KE-complex_modifications vs espanso and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
KE-complex_modifications espanso
19 231
0 9,141
- 3.4%
0.0 8.5
about 2 years ago 5 days ago
Rust
The Unlicense GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

KE-complex_modifications

Posts with mentions or reviews of KE-complex_modifications. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • My favourite Git commit (2019)
    8 projects | news.ycombinator.com | 1 Feb 2024
    This bad commit message keeps resurfacing on HN front page like beach litter. I would just go with "Remove non-breaking space characters" instead of writing a Russian novel. Also, if you're on macOS just use a Karabiner rule [0] that converts all non-breaking space characters to regular space characters to prevent yourself from accidentally typing it out.

    [0] https://ke-complex-modifications.pqrs.org/#nonbreaking_space

  • Can Espanso convert a text trigger into running a Keyboard Shortcut?
    1 project | /r/espanso | 30 Jan 2023
    you are welcome! Karabiner-Elements complex_modifications rules, for even more inspiration: https://ke-complex-modifications.pqrs.org/ And if you are not familiar with the Hyperkey: https://brettterpstra.com/2017/06/15/a-hyper-key-with-karabiner-elements-full-instructions/
  • emacs has ruined my navigation in other apps
    5 projects | /r/emacs | 23 Jan 2023
    On macOS I use Karabiner-Elements. I remapped right Command to Control and now have two Control and two Meta keys, and can use one hand for modifier keys and the other for letter. For the occasional Command I use the left one. I’ve also extended a bit Emacs complex modifications and I’m quite happy withe the setup. Caveat: I think that due to how I use modifier keys the double keys combinations don’t always work. But have never debugged it deeper.
  • Trackpad repair and forgot to run Keyboard Mapper for client
    1 project | /r/Karabiner | 20 Jan 2023
    it would also be helpful is anyone is aware of a modifier rule that exists on https://ke-complex-modifications.pqrs.org/
  • Custom Umlaut Shortcut
    1 project | /r/mac | 19 Jan 2023
    Rule
  • Help request: Homerow Mods implementation that allows combinations of remapped modifiers.
    1 project | /r/Karabiner | 23 Dec 2022
  • Apps that should be paid, but are not (Part 2)
    9 projects | /r/macapps | 3 Nov 2022
    More resources on this - https://ke-complex-modifications.pqrs.org/
  • How to Start Dictation on macOS with a Microsoft Surface Ergonomic Keyboard
    1 project | news.ycombinator.com | 8 Sep 2022
    I was using my friend's Microsoft Surface Ergonomic Keyboard when I was staying at their house for a few days. I really liked the keyboard so I bought one for myself. It's a great keyboard, but the function key behavior is a bit annoying. Pressing the function key just toggles a little light on the key, and doesn't actually send any keypress event. macOS also thinks that this keyboard has a globe key for some reason. So it took me a long time to figure out how to start dictation and come up with this workaround that I posted on StackExchange.

    I actually really enjoyed finding a solution for this problem, and I'm really impressed with Karabiner-Elements. I've been reading through the complex rule examples on their documentation site [1], and there's some really cool ideas.

    I like the idea of setting up keyboard shortcuts to launch apps [2]. There's also a safeguard for command-q, so you always have to press it twice. (Google Chrome already does this, so you could set up a condition to ignore the rule if Google Chrome is the active application.)

    [1] https://ke-complex-modifications.pqrs.org

    [2] https://ke-complex-modifications.pqrs.org/#apps_launch_any_l...

    [3] https://ke-complex-modifications.pqrs.org/#command_q

  • Swapped Control and Command, how do I "alt-tab" like windows?
    1 project | /r/mac | 26 Jul 2022
  • Things I can’t do on macOS which I can do on Ubuntu
    24 projects | news.ycombinator.com | 26 Apr 2022

espanso

Posts with mentions or reviews of espanso. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • You don't have to type faster to type faster
    2 projects | news.ycombinator.com | 3 Apr 2024
    If you want a standalone cross platform text expander I currently enjoy using Espanso[1]

    [1]: https://espanso.org/

  • Espanso: Because Who Actually Likes Typing Out Their Emails?
    1 project | dev.to | 1 Apr 2024
    # espanso match file # For a complete introduction, visit the official docs at: https://espanso.org/docs/ # You can use this file to define the base matches (aka snippets) # that will be available in every application when using espanso. # Matches are substitution rules: when you type the "trigger" string # it gets replaced by the "replace" string. matches: # signatures - trigger: ";n" replace: "Nikola" - trigger: ";b" replace: "Brežnjak" - trigger: ";li" replace: "https://www.linkedin.com/in/nikola-bre%C5%BEnjak-892b9a24/" - trigger: ";sn" replace: "Kind regards,\nNikola Brežnjak\nhttp://www.nikola-breznjak.com/blog" - trigger: ";web" replace: "http://www.nikola-breznjak.com/" - trigger: ";em" replace: "[email protected]" ## git - trigger: ";ga" replace: "git add ." - trigger: ";gb" replace: "git branch" - trigger: ";gc" replace: "git commit -m " - trigger: ";gd" replace: "git diff --color " - trigger: ";gf" replace: "git fetch --all" - trigger: ";gi" replace: "find . -name '.DS_Store' -type f -delete" - trigger: ";gl" replace: "git log" - trigger: ";gp" replace: "git push origin main" - trigger: ";gs" replace: "git status" - trigger: ";gt" replace: "git remote -v" - trigger: ";gu" replace: "git pull origin main" ## blog - trigger: ";bimp" replace: "https://nikola-breznjak.com/blog/books/want-improve-read-books/" - trigger: ";brem" replace: "https://nikola-breznjak.com/blog/miscellaneou/make-remote-developer/" ## emojis - trigger: ";eew" replace: "⚠️" - trigger: ";eet" replace: "🤔" - trigger: ";eeb" replace: "💰" - trigger: ";eem" replace: "💪" - trigger: ";eetm" replace: "™" - trigger: ";eeh" replace: "❤️" - trigger: ";eeu" replace: "👍" - trigger: ";eep" replace: "🙏" - trigger: ";eef" replace: "🤦" - trigger: ";ees" replace: "🙂" - trigger: ";eeg" replace: "😎" - trigger: ";eev" replace: "👋" - trigger: ";eel" replace: "😂" - trigger: ";eec" replace: "👏" - trigger: ";eeo" replace: "✅" - trigger: ";eer" replace: "🚀" - trigger: ";eex" replace: "⏭️" ## replies - trigger: ";ryw" replace: "You’re welcome 👍" - trigger: ";rlmk" replace: "Please let me know 👍" - trigger: ";rbtw" replace: "Btw, how are things on your end?" - trigger: ";rt" replace: "Thank you! 👍" ## misc - trigger: ";fd" replace: "firebase deploy" - trigger: ";wed" replace: "Happy Wednesday (a dy on which, historically, most people wed on - thus: Wed nes day). Not really, but it would be a fun fact actually 🙂" - trigger: ";cl" replace: "console.log(" - trigger: ";se" replace: "select * from " - trigger: ";o" replace: "open ." - trigger: ";im" replace: "![]({{clipb}})" vars: - name: "clipb" type: "clipboard" - trigger: ";ch" replace: "chrome://history" - trigger: ";;c" replace: "code ."
  • Polish characters and formatting issues on MacOS
    1 project | /r/espanso | 8 Dec 2023
  • Is there global autocorrect for linux?
    4 projects | /r/linuxquestions | 7 Dec 2023
  • Add-on that makes it possible to paste one sentence?
    1 project | /r/firefox | 5 Dec 2023
    This should work for you. Free, cross-platform and works everywhere not just the browser. https://espanso.org/
  • Espanso: Open-source, privacy-first, cross-platform and extensible text expander
    1 project | news.ycombinator.com | 12 Oct 2023
  • Bad Emacs Defaults
    4 projects | news.ycombinator.com | 11 Oct 2023
    Huh, didn't know abbrev had that limitation (wonder why?). Gave it a go in espanso (https://espanso.org/), and it does work there.
  • Show HN: I automated 1/2 of my typing
    11 projects | news.ycombinator.com | 30 Aug 2023
    I use a tool called "Espanso" to accomplish something similar at work. It only runs locally, so no weird data scraping issues to worry about. And it's easy to update as things changes becauase everything lives in a simple yml file.

    https://espanso.org/

    It can do simple text replacement, so I have words, phrases, and sentences I use frequently compressed into a few keyboard clicks. It can also grab what is in your clipboard, so that can be incorporated into responses, which is simple but very handy.

    A simple text replacement looks like this in the yaml file:

  • Cannot get espanso to work on Debian 12 (stable)
    1 project | /r/espanso | 27 Aug 2023
  • [DEV] Open source text expander - Bugs fixed, new updates, now available on IzzyOnDroid - might be worth trying again :D
    1 project | /r/androidapps | 13 Jul 2023
    If you don't know what a text expander is, see: https://espanso.org

What are some alternatives?

When comparing KE-complex_modifications and espanso you can also consider the following projects:

Quicksilver - Quicksilver Project Source

AutoHotkey - AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.

beardedspice - Mac Media Keys for the Masses

AutoKey - AutoKey, a desktop automation utility for Linux and X11.

vimac - Productive macOS keyboard-driven navigation

rofimoji - Emoji, unicode and general character picker for rofi and rofi-likes

yabai - A tiling window manager for macOS based on binary space partitioning

svntogit-packages - Automatic import of svn 'packages' repo (read-only mirror)

AutoRaise - AutoRaise (and focus) a window when hovering over it with the mouse

obsidian-text-expander - Text Expander plugin for Obsidian

dual-key-remap - Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape! (It's like xcape for windows!)

vim-clutch - A hardware pedal for improved text editing in Vim