Fix the paths in keyboard map templates (#60015)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// This file is generated by flutter/flutter@dev/tools/gen_keycodes/bin/gen_keycodes.dart and
|
||||
// should not be edited directly.
|
||||
//
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_maps_android_cxx.tmpl instead.
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_map_android_cc.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
// Maps Android-specific key codes to the matching LogicalKeyboardKey id.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// This file is generated by flutter/flutter@dev/tools/gen_keycodes/bin/gen_keycodes.dart and
|
||||
// should not be edited directly.
|
||||
//
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_maps_android_cxx.tmpl instead.
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_map_darwin_cc.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
// Maps macOS-specific key code values representing [PhysicalKeyboardKey].
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// This file is generated by flutter/flutter@dev/tools/gen_keycodes/bin/gen_keycodes.dart and
|
||||
// should not be edited directly.
|
||||
//
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_maps_android_cxx.tmpl instead.
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_map_fuchsia_cc.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
/// Maps Fuchsia-specific IDs to the matching LogicalKeyboardKey.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// This file is generated by flutter/flutter@dev/tools/gen_keycodes/bin/gen_keycodes.dart and
|
||||
// should not be edited directly.
|
||||
//
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_maps_android_cxx.tmpl instead.
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_map_glfw_cc.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
/// Maps GLFW-specific key codes to the matching [LogicalKeyboardKey].
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// This file is generated by flutter/flutter@dev/tools/gen_keycodes/bin/gen_keycodes.dart and
|
||||
// should not be edited directly.
|
||||
//
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_maps_android_cxx.tmpl instead.
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_map_android_cc.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
/// Maps XKB specific key code values representing [PhysicalKeyboardKey].
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// This file is generated by dev/tools/gen_keycodes/bin/gen_keycodes.dart and
|
||||
// should not be edited directly.
|
||||
//
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_maps.tmpl instead.
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_map_web.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
/// Maps Web KeyboardEvent codes to the matching LogicalKeyboardKey id.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// This file is generated by flutter/flutter@dev/tools/gen_keycodes/bin/gen_keycodes.dart and
|
||||
// should not be edited directly.
|
||||
//
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_maps_windows_cc.tmpl instead.
|
||||
// Edit the template dev/tools/gen_keycodes/data/keyboard_map_windows_cc.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
/// Maps g_windows_to_physical_key specific key code values representing [PhysicalKeyboardKey].
|
||||
|
||||
Reference in New Issue
Block a user