You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/jabref/gui/maintable/MainTable.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -206,11 +206,15 @@ public MainTable(MainTableDataModel model,
206
206
207
207
/**
208
208
* This is called, if a user starts typing some characters into the keyboard with focus on main table. The {@link MainTable} will scroll to the cell with the same starting column value and typed string
209
+
* If the user presses any other special key as well, e.g. alt or shift we don't jump
209
210
*
210
211
* @param sortedColumn The sorted column in {@link MainTable}
0 commit comments