Replies: 1 comment 5 replies
-
I don't, but I noticed that I need my `hs.grid.HINTS to have one more row than my grid setting. ;; Make the grid hints look like my keyboard layout
(set hs.grid.HINTS
[[ "f1" "f2" "f3" "f4" "f5" "f6" "f7" "f8" "f9" "f10" ] ; This line doesn't show
[ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0" ]
[ "Q" "W" "F" "P" "V" "J" "L" "U" "Y" ";" ]
[ "A" "R" "S" "T" "G" "M" "N" "E" "I" "O" ]
[ "Z" "X" "C" "D" "B" "K" "H" "," "." "/" ]])
(local config
{:title "Main Menu"
;...
:grid {:size "9x4"}
:hyper {:key :F18}}) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As an example, on my main monitor, doing "w s" places a window into the middle column of the screen, but on my secondary, it always places it where "q a" is instead.
Beta Was this translation helpful? Give feedback.
All reactions