Keyboard shortcuts and snippets
This page presents the list of shortcuts and snippets in the template GUI. You can also display them in the console by pressing F1.
List of keyboard shortcuts
All keyboard shortcuts
Clustering
-------------
Keyboard shortcuts
- clear_filter esc
- first home
- label l
- last end
- merge g
- move_all_to_good ctrl+alt+g
- move_all_to_mua ctrl+alt+m
- move_all_to_noise ctrl+alt+n
- move_all_to_unsorted ctrl+alt+u
- move_best_to_good alt+g
- move_best_to_mua alt+m
- move_best_to_noise alt+n
- move_best_to_unsorted alt+u
- move_similar_to_good ctrl+g
- move_similar_to_mua ctrl+m
- move_similar_to_noise ctrl+n
- move_similar_to_unsorted ctrl+u
- next space
- next_best down
- previous shift+space
- previous_best up
- redo ctrl+shift+z, ctrl+y
- reset ctrl+alt+space
- split k
- undo ctrl+z
- unselect_similar backspace
Snippets
- filter :f
- label :l
- merge :g
- select :c
- sort :s
- split :k
BaseController
--------------
Keyboard shortcuts
- switch_raw_data_filter alt+r
- toggle_spike_reorder ctrl+r
GUI
---
Keyboard shortcuts
- about ?
- enable_snippet_mode :
- exit ctrl+q
- save ctrl+s
- show_all_shortcuts h
AmplitudeView
-------------
Keyboard shortcuts
- change_marker_size alt+wheel
- next_amplitudes_type a
- previous_amplitudes_type shift+a
- select_time alt+click
- select_x_dim shift+left click
- select_y_dim shift+right click
ClusterScatterView
------------------
Keyboard shortcuts
- add_to_lasso control+left click
- change_marker_size alt+wheel
- clear_lasso control+right click
- select_cluster click
- select_more shift+click
- switch_color_scheme shift+wheel
Snippets
- set_size :css
- set_x_axis :csx
- set_y_axis :csy
CorrelogramView
---------------
Keyboard shortcuts
- change_bin_size alt+wheel
- change_window_size ctrl+wheel
Snippets
- set_bin :cb
- set_refractory_period :cr
- set_window :cw
FeatureView
-----------
Keyboard shortcuts
- add_lasso_point ctrl+click
- change_marker_size alt+wheel
- decrease ctrl+-
- increase ctrl++
- stop_lasso ctrl+right click
- toggle_automatic_channel_selection c
FiringRateView
--------------
Keyboard shortcuts
- change_window_size ctrl+wheel
Snippets
- set_bin_size (s) :frb
- set_n_bins :frn
- set_x_max (s) :frmax
- set_x_min (s) :frmin
HistogramView
-------------
Keyboard shortcuts
- change_window_size ctrl+wheel
Snippets
- set_bin_size (s) :hb
- set_n_bins :hn
- set_x_max (s) :hmax
- set_x_min (s) :hmin
ISIView
-------
Keyboard shortcuts
- change_window_size ctrl+wheel
Snippets
- set_bin_size (ms) :isib
- set_n_bins :isin
- set_x_max (ms) :isimax
- set_x_min (ms) :isimin
ProbeView
---------
RasterView
----------
Keyboard shortcuts
- change_marker_size alt+wheel
- decrease_marker_size ctrl+shift+-
- increase_marker_size ctrl+shift++
- select_cluster ctrl+click
- select_more shift+click
- switch_color_scheme shift+wheel
ScatterView
-----------
Keyboard shortcuts
- change_marker_size alt+wheel
TemplateView
------------
Keyboard shortcuts
- change_template_size ctrl+wheel
- decrease ctrl+alt+-
- increase ctrl+alt++
- select_cluster ctrl+click
- select_more shift+click
- switch_color_scheme shift+wheel
TraceImageView
--------------
Keyboard shortcuts
- change_trace_size ctrl+wheel
- decrease ctrl+alt+down
- go_left ctrl+alt+left
- go_right ctrl+alt+right
- go_to ctrl+alt+t
- go_to_end ctrl+alt+end
- go_to_start ctrl+alt+home
- increase ctrl+alt+up
- jump_left ctrl+shift+alt+left
- jump_right ctrl+shift+alt+right
- narrow ctrl+alt+shift++
- switch_origin ctrl+alt+o
- widen ctrl+alt+shift+-
Snippets
- go_to :tig
- shift :tis
TraceView
---------
Keyboard shortcuts
- change_trace_size ctrl+wheel
- decrease alt+down
- go_left alt+left
- go_right alt+right
- go_to alt+t
- go_to_end alt+end
- go_to_next_spike alt+pgdown
- go_to_previous_spike alt+pgup
- go_to_start alt+home
- increase alt+up
- jump_left shift+alt+left
- jump_right shift+alt+right
- narrow alt++
- navigate alt+wheel
- select_channel_pcA shift+left click
- select_channel_pcB shift+right click
- select_spike ctrl+click
- switch_color_scheme shift+wheel
- switch_origin alt+o
- toggle_highlighted_spikes alt+s
- toggle_show_labels alt+l
- widen alt+-
Snippets
- go_to :tg
- shift :ts
WaveformView
------------
Keyboard shortcuts
- change_box_size ctrl+wheel
- decrease ctrl+down
- extend_horizontally shift+right
- extend_vertically shift+up
- increase ctrl+up
- narrow ctrl+left
- next_waveforms_type w
- previous_waveforms_type shift+w
- shrink_horizontally shift+left
- shrink_vertically shift+down
- toggle_mean_waveforms m
- toggle_show_labels ctrl+l
- toggle_waveform_overlap o
- widen ctrl+right
Snippets
- change_n_spikes_waveforms :wn
List of snippets
Complex actions cannot be easily bound to a keyboard shortcut as they may require parameters. For these, you can use keyboard snippets. Snippets are activated by first pressing the : key, typing the snippet name followed by some parameters, and pressing Enter.
For example, to change the window size in the Correlogram View (:cw snippet as shown in the list below):
- Activate the snippet mode by typing
:on the keyboard. You can see the snippet bar at the bottom of the GUI. - Type
cw 200to change the window to 200 ms. - Press Enter.
To cancel, press Escape to leave the snippet mode.

All snippets
Snippets for Selection
- select :c
Snippets for Clustering
- filter :f
- label :l
- merge :g
- select :c
- split :k
- sort :s
- sort by xyz :sxy
- color field xyz :cfxy
- colormap xyz :cmxy
Notes:
- For colormaps and sorting in the cluster view,
xyin the snippets refer to the first two alphabetical characters of the column/field/name. For example, to quickly sort by number of spikes, use the snippet:sns. Sorting is in decreasing order when using this snippet. - For classes deriving from HistogramView, use the
alias_char = 'X'property to automatically define snippetsXn,Xmin,Xmaxto change the number of bins and the histogram range.