We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5fa2a commit 4b20b05Copy full SHA for 4b20b05
de_dieploegers_godate.js
@@ -20,7 +20,7 @@ de_dieploegers_godateHandlerObject.prototype.init =
20
function () {
21
22
appCtxt.getKeyboardMgr()._evtMgr.addListener(
23
- DwtEvent.ONKEYPRESS,
+ DwtEvent.ONKEYDOWN,
24
new AjxListener(
25
this,
26
this.handleKeyAction
@@ -44,7 +44,7 @@ de_dieploegers_godateHandlerObject.prototype.handleKeyAction =
44
(ev.ctrlKey) &&
45
(!ev.altKey) &&
46
(!ev.metaKey) &&
47
- (ev.charCode == 71)) {
+ (ev.keyCode == 71)) {
48
49
this.showGotoDateDialog();
50
return false;
0 commit comments