diff options
Diffstat (limited to 'localkeymode.js')
-rw-r--r-- | localkeymode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localkeymode.js b/localkeymode.js index 1f7616c..312c182 100644 --- a/localkeymode.js +++ b/localkeymode.js @@ -244,7 +244,7 @@ liberator.plugins.LocalKeyMode = (function() { loadKeyMap: function() { var self = this; // 暫定処置 - //if (liberator.plugins.feedKey && liberator.plugins.feedKey.origMap.length >0) return; + if (liberator.plugins.feedKey && liberator.plugins.feedKey.origMap.length >0) return; this.helpstring = ''; if (this.isBinding) this.restoreKeyMap(); if (!this.isEnable) { |