Earlier quoted context omitted.
That's why the function keys are seperated into groups of 3, and you can feel which it is by feeling the gaps between them.
Not on a lot of keyboards. (Edit: I mean no groupings at all, not about the size of groupings.)
Function keys productivity trick
41–50 of 221 posts
Re: Function keys productivity trick
#42Re: Function keys productivity trick
#43No, you're using the computer wrong. See, you should use a tiling window manager with several workspaces and shortcuts without having to look at your keyboard, e.g. Meta+4 to go to workspace 4 where you have your chat apps.
It is a little amusing to see such a dramatic headline supported by the extremely elementary thesis that you should have kbd shortcuts for your favorite applications.
On top of that, numbered shortcuts for arbitrary apps is way worse than using Super+[arbitrary key].
Re: Function keys productivity trick
#44No, you're using the computer wrong. See, you should use a tiling window manager with several workspaces and shortcuts without having to look at your keyboard, e.g. Meta+4 to go to workspace 4 where you have your chat apps.
You arrive to your chat workspace, your works slack side by side with your favorite irc and matrix clients, all positioned and scaled perfectly every time. Adding more / fewer / swapping apps in is just a matter of invocation, and there the new configuration sits waiting.
The concept is expanded greatly. Shoutout to i3 and xmonad, for my personal setups.
Re: Function keys productivity trick
#45Re: Function keys productivity trick
#46Another way of doing this is assign Hyper key to Caps Lock with Karabiner and then use that to set up hyper+X shortcuts to different or macros using Hammerspoon. So e.g. I have hyper+a for Alacritty, hyper+b for Browser etc.
Re: Function keys productivity trick
#47Re: Function keys productivity trick
#48Re: Function keys productivity trick
#49~/.config/i3/config: # emacsclient set $em_daemon ~/.local/bin/em # make a quick launcher for specific things I do all the time bindsym $mod+o mode "spotlight" mode "spotlight" { ## specific files in a new emacs buffer # dired in home bindsym d exec $em_daemon ~/; mode "default" # ibuffer bindsym e exec $em_daemon --eval "(ibuffer)"; mode "default" # # guaranteed new scratch buffer bindsym s exec $em_daemon --eval '(…
This. It makes more sense to bind apps to homerow keys with some chain or modificator to "snipe" often-used applications instead of F-keys.