Explorar o código

Merge pull request #49 from devmil/fix/adapt_to_flutter_master

Removes no longer supported LogicalKeyboardKey
xuty %!s(int64=4) %!d(string=hai) anos
pai
achega
5f343fe76f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/frontend/input_map.dart

+ 0 - 1
lib/frontend/input_map.dart

@@ -2,7 +2,6 @@ import 'package:flutter/services.dart';
 import 'package:xterm/input/keys.dart';
 
 final _idKeyMap = {
-  LogicalKeyboardKey.none.keyId: TerminalKey.none,
   LogicalKeyboardKey.hyper.keyId: TerminalKey.hyper,
   LogicalKeyboardKey.superKey.keyId: TerminalKey.superKey,
   LogicalKeyboardKey.fnLock.keyId: TerminalKey.fnLock,