Skip to content

Commit

Permalink
fix(initDefaultMainKeysIfMissing): log messages
Browse files Browse the repository at this point in the history
Now the log messages correctly reflect the key binding configuration:

* historyForward logs historykey + " RIGHT".
* historyBack logs historykey + " LEFT".
  • Loading branch information
RalfBarkow committed Jun 10, 2024
1 parent 72c32a0 commit c43b642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ void initDefaultMainKeysIfMissing() {
acceleratorKeysMain.getRootElement().addContent(acckey);

// Log the key binding configuration
Constants.zknlogger.info("Key binding set for historyForward: " + historykey + " LEFT");
Constants.zknlogger.info("Key binding set for historyForward: " + historykey + " RIGHT");

}

Expand Down

0 comments on commit c43b642

Please sign in to comment.