I swore I had already asked this months ago… But I didn’t find my account! lol…
Is there a way to quickly switch between layer views? Like a keyboard shortcut?
Kind of like Alt+1 and ALT+2 to switch between grids. I’d like to find a way to set up shortcuts for
like “show all front layers” and “show all back layers” or what ever I want to quickly switch…
It uses the emacs paradigm. (Other editors also use it, so even if you were never an emacs user you might be familiar with it. Basically you hold the ctrl key down and hit tab and it pops up a list showing your most-recently used presets. Hitting further tabs scrolls down the list while hitting further shift-tabs scrolls back up. The currently selected one is activated when you let up the ctrl key. So it effectively makes toggling between the last two just ctrl-tab, but you can also select others quite easily. It’s easier to use than to describe…)
You have to implement a shortcut/hotkey system which can be fully configured. I want to switch between vi and emacs on the fly with a hotkey. But then there’s a difficult problem: should the switching hotkey be emacs-like or vi-like or should it change. Maybe it should be configurable.
May I suggest a compromise. Because the mouse would be configurable, too, the scroll wheel could be used for changing the system. Scrollwheel up = change to emacs, scrollwheel down = change to vi.
I thought that when in vim mode, you’d need a vim shortcut to switch to emacs.
Or was it that you need an emacs shortcut to switch to emacs for people who only understand emacs, and KiCad becomes completely unusable if they don’t have a shortcut for swithing to emacs?