diff --git a/public/javascripts/big.js b/public/javascripts/big.js index 3660519be6..3694e67673 100644 --- a/public/javascripts/big.js +++ b/public/javascripts/big.js @@ -2289,6 +2289,11 @@ var lichess_sri = Math.random().toString(36).substring(5); // 8 chars SetImagePath("/assets/vendor/pgn4web/lichess/64"); // use "" path if images are in the same folder as this javascript file SetImageType("png"); SetShortcutKeysEnabled(true); + $('input').on('focus', function() { + SetShortcutKeysEnabled(false); + }).on('blur', function() { + SetShortcutKeysEnabled(true); + }); clearShortcutSquares("BCDEFGH", "12345678"); clearShortcutSquares("A", "1234567"); var $game = $("#GameBoard"); diff --git a/todo b/todo index c30e4164ea..136409f3cb 100644 --- a/todo +++ b/todo @@ -60,7 +60,6 @@ players world map account closed accounts in team counts IE10 no sound toggle http://en.lichess.org/forum/lichess-feedback/notification-of-game-creation#3 filter current games for watching http://en.lichess.org/forum/lichess-feedback/viewing-current-games-suggestion#2 -pgn4web shortcuts interfer with the chat ---