Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8ae71a0e
Unverified
Commit
8ae71a0e
authored
Jun 23, 2020
by
Robert Ancell
Committed by
GitHub
Jun 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the paths in keyboard map templates (#60015)
parent
65ea2be5
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
keyboard_map_android_cc.tmpl
dev/tools/gen_keycodes/data/keyboard_map_android_cc.tmpl
+1
-1
keyboard_map_darwin_cc.tmpl
dev/tools/gen_keycodes/data/keyboard_map_darwin_cc.tmpl
+1
-1
keyboard_map_fuchsia_cc.tmpl
dev/tools/gen_keycodes/data/keyboard_map_fuchsia_cc.tmpl
+1
-1
keyboard_map_glfw_cc.tmpl
dev/tools/gen_keycodes/data/keyboard_map_glfw_cc.tmpl
+1
-1
keyboard_map_linux_cc.tmpl
dev/tools/gen_keycodes/data/keyboard_map_linux_cc.tmpl
+1
-1
keyboard_map_web.tmpl
dev/tools/gen_keycodes/data/keyboard_map_web.tmpl
+1
-1
keyboard_map_windows_cc.tmpl
dev/tools/gen_keycodes/data/keyboard_map_windows_cc.tmpl
+1
-1
No files found.
dev/tools/gen_keycodes/data/keyboard_map_android_cc.tmpl
View file @
8ae71a0e
...
...
@@ -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_map
s_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.
...
...
dev/tools/gen_keycodes/data/keyboard_map_darwin_cc.tmpl
View file @
8ae71a0e
...
...
@@ -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_map
s_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].
...
...
dev/tools/gen_keycodes/data/keyboard_map_fuchsia_cc.tmpl
View file @
8ae71a0e
...
...
@@ -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_map
s_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.
...
...
dev/tools/gen_keycodes/data/keyboard_map_glfw_cc.tmpl
View file @
8ae71a0e
...
...
@@ -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_map
s_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].
...
...
dev/tools/gen_keycodes/data/keyboard_map_linux_cc.tmpl
View file @
8ae71a0e
...
...
@@ -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_map
s_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].
...
...
dev/tools/gen_keycodes/data/keyboard_map_web.tmpl
View file @
8ae71a0e
...
...
@@ -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_map
s
.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.
...
...
dev/tools/gen_keycodes/data/keyboard_map_windows_cc.tmpl
View file @
8ae71a0e
...
...
@@ -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_map
s
_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].
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment