mmagnuski / eegDb

eegDb is an egglab plugin that eases up managing preprocessing routines. It allows to create project databases for reproducible eeg preprocessing with eeglab.
MIT License
3 stars 3 forks source link

Keyboard shortcuts (in signal plotter) #67

Closed mmagnuski closed 8 years ago

mmagnuski commented 9 years ago

Keyboard shortcuts

This is work in progress, just planning ahead / daydreaming :wink:

fastplot - soon

'sm' - select mark (choose mark - maybe 'cm' is better)
'm' - mark (selected epochs, time-portions, etc...)
'se' - select epochs
'sc' - select continuous?

% possible combos:
'sve' - select all visible epochs (or 'sae')
'm' - mark selected

's2t4e' - select epochs two to four (?)

in select mode arrows step epoch by epoch (continuous signal/seletction will be supported later) but numerical input ended with e also moves the cursor (to visible epoch of given number) space starts/ends selection so: space, 4e, space selects signal from current to fourth epoch.

mmagnuski commented 8 years ago

most basic and more advanced shortcuts work now. Some will be considered later - in separate pull requests.