()
| 55 | } |
| 56 | |
| 57 | private void update() { |
| 58 | conf().setIsUpdating(false); |
| 59 | target.clear(); |
| 60 | target.addAll(lastest); |
| 61 | getParent().requestFocus(); |
| 62 | |
| 63 | setText(target.toString()); |
| 64 | Log.info("Updating keybind '{}' to '{}'", name, target.toString()); |
| 65 | } |
| 66 | |
| 67 | private ConfKeybinding conf() { |
| 68 | return Recaf.getController().config().keys(); |
no test coverage detected