Skip to content

Commit

Permalink
add node metadata to menu and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
socketteer committed Mar 7, 2021
1 parent 145bb94 commit 9961700
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ Visualization Settings: `Control-u`

Multimedia dialogue: `u`

Show Info: `i`, `Control-i`
Tree Info: `i`, `Control-i`

Node Metadata: `Control+Shift+N`


### Mode

Expand Down
1 change: 1 addition & 0 deletions controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def build_menus(self):
"Info": [
("Tree statistics", "I", None, no_junk_args(self.info_dialog)),
('Multimedia', 'U', None, no_junk_args(self.multimedia_dialog)),
('Node metadata', 'Ctrl+Shift+N', None, no_junk_args(self.node_info_dialogue))
],
}
return menu_list
Expand Down

0 comments on commit 9961700

Please sign in to comment.