Skip to content

Commit 2cb1672

Browse files
committed
Merge pull request #105 from ProgrammingLife3/fix/helpmenu
Added filter metadata short cut to help menu
2 parents fe41d43 + 767c466 commit 2cb1672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/tudelft/ti2806/pl3/Constants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class Constants {
4343
+ "Move the view to the left \t " + ARROW_LEFT + " \n"
4444
+ "Move the view to the right \t " + ARROW_RIGHT + " \n"
4545
+ "Gene navigation window \t G \n"
46+
+ "Filter on metadata window \t F \n"
4647
+ "Hide/show phylogenetic tree window \t " + SPACE + " \n"
4748
+ "\n"
4849
+ "All of the menus can be controlled with the underlined letter, "

0 commit comments

Comments
 (0)