\r
// Read in the custom keys (if they exist)\r
private void loadCustomKeys() {\r
- File file = new File(Global.getDirectoryPath()+"shortcuts.txt");\r
+ File file = Global.getFileManager().getHomeDirFile("shortcuts.txt");\r
try {\r
Scanner scanner = new Scanner(file);\r
while ( scanner.hasNextLine() ){\r