Skip to content

Commit

Permalink
feat(quickui): add 'start autohotkey' option to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
paalss committed Dec 31, 2024
1 parent b603626 commit 94b152e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions after/plugin/quickui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ call quickui#menu#reset()
" script inside %{...} will be evaluated and expanded in the string
call quickui#menu#install("&Option", [
\ [ "AutoHotKey\tSPC ahk", "lua Ahk()", "Turn on AutoHotKey" ],
\ [ "--", "" ],
\ [ "Set", "" ],
\ ["&Paste %{&paste? 'Off':'On'}\tSPC sto", "set paste!","%{&paste? 'set nopaste - Turn on for coding':'set paste - Turn on for pasting from OS registry'}"],
\ ["&Relative number %{&relativenumber? 'Off':'On'}\t---", "set relativenumber!", "set relativenumber!"],
Expand Down

0 comments on commit 94b152e

Please sign in to comment.