Can people hit their function keys without looking at the keyboard? Sure, hitting F5 to go to your terminal is less keystrokes than e.g. Cmd+tab+tab, but I can't hit anything in the function row without glancing down at my keyboard. And I put a lot of value in looking at my keyboard as little as possible
The function keys can be operated by touch if you use them regularly. Source: Former WordPerfect user. And WordPerfect used function keys. A lot.
Function keys productivity trick
21–30 of 221 posts
Re: Function keys productivity trick
#22Windows users can do this by pressing Win+digit with open apps or apps you have pinned on the task bar. Linux Mint, as with many other windows shortcuts, has this also
On smaller-than-regular keyboards, such as 60% size, function keys already require one extra key held to activate (Fn+, an upside is being closer to reach while on the home row), so they're already both equivalent in keypresses for such users.
Re: Function keys productivity trick
#23My favorite trick is not the function keys but other "useless" keys: like Caps is remapped to be Esc (when released before another key is pressed) or Control (when used in conjunction with another key: act as a modifier), my 2 shifts and 2 alt do their normal modifier function (when used in conjunction with another key) but when used by themselves act as PageUp/PageDown Home/End
Going up 2 pages up in the browser? Shift Shift. Top of the page? Alt. Bottom? The other Alt.
For the Control keys, as I don't need that many I've experimented with a few remapping, but BackSpace/Delete are very handy.
Going to the previous page in the browser? Alt+Control.
Re: Function keys productivity trick
#24~/.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 '(…
Re: Function keys productivity trick
#25Re: Function keys productivity trick
#26If I ever do need to see two things side-by-side, I’ve also got Rectangle for window positioning. A single cmd+caps lock+H/J/K/L for left-half/restore/maximise/right-half is all I’ve found is necessary.
Re: Function keys productivity trick
#27Can people hit their function keys without looking at the keyboard? Sure, hitting F5 to go to your terminal is less keystrokes than e.g. Cmd+tab+tab, but I can't hit anything in the function row without glancing down at my keyboard. And I put a lot of value in looking at my keyboard as little as possible
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.
Re: Function keys productivity trick
#28Another 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
#29Re: Function keys productivity trick
#30Who organizes things around application anyway, instead of windows?
Anyway, no, it's bad to remap the Fn keys. They have been used to fast intra-application navigation since they appeared, and they are still in wide use. (Does the author not use application shortcuts?) Combining them with another key is just obvious.