(String command)
| 1620 | } |
| 1621 | |
| 1622 | public static boolean commandInUse(String command) { |
| 1623 | if (pluginsTable.get(command)!=null) |
| 1624 | return true; |
| 1625 | else |
| 1626 | return false; |
| 1627 | } |
| 1628 | |
| 1629 | public static int convertShortcutToCode(String shortcut) { |
| 1630 | int code = 0; |
no test coverage detected