Example #1
0
 public static KeyBinding load(String filename) throws LoadingException {
   return Key.load(KeyBinding.class, filename);
 }