Skip to content

Commit

Permalink
updated default hotkeys for "Hide neuron" and "Hide other neurons"
Browse files Browse the repository at this point in the history
  • Loading branch information
olbris committed Jun 24, 2024
1 parent c19cee0 commit 95ce67d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 9.19
// 9.19.1

Horta
* Added client support for downloading Tile-loading logging data
* Fixed issue with multi-swc imports in HortaCloud
* Added some fixes for SharedWorkspace Exceptions
* Changed default key bindings:
- Hide neuron is now "alt-h"
- Hide other neurons is now "alt-shift-h"
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// 9.19

Horta
* Added client support for downloading Tile-loading logging data
* Fixed issue with multi-swc imports in HortaCloud
* Added some fixes for SharedWorkspace Exceptions

// 9.18.8

FlyLight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
lazy = true
)
@ActionReferences({
@ActionReference(path = "Shortcuts", name = "OS-H")
@ActionReference(path = "Shortcuts", name = "A-H")
})
public class NeuronHideAction extends EditAction {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
lazy = true
)
@ActionReferences({
@ActionReference(path = "Shortcuts", name = "S-H")
@ActionReference(path = "Shortcuts", name = "AS-H")
})
public class NeuronHideOthersAction extends EditAction {

Expand Down

0 comments on commit 95ce67d

Please sign in to comment.