mirror of
https://github.com/coder/code-server.git
synced 2026-06-21 09:27:11 +02:00
not finished
This commit is contained in:
8
packages/vscode/src/fill/native-keymap.ts
Normal file
8
packages/vscode/src/fill/native-keymap.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
getCurrentKeyboardLayout: (): null => {
|
||||
return null;
|
||||
},
|
||||
getKeyMap: (): undefined[] => {
|
||||
return [];
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user