What are some of your most useful keyboard keyboard/mouse macros?

Haha I wrote this up when I was half asleep.

My first macro opens up a terminal and changes to my dev directory. Right now I am using chrome driver daily so it starts that up as well.

I also made a few more macros:

iex -S mix phx.server
mix ecto.reset
mix ecto.create
mix ecto.migrate

each of these are assigned to a button on a layer on my UHK. I am going to try to think of commands I use daily and eventually have an entire layer dedicated to my elixir commands. So far I am really liking the new keyboard and how customizable it is.

1 Like