Skip to content

Commit

Permalink
Merge pull request #158 from tshino/update-default-keybinding-2022-11…
Browse files Browse the repository at this point in the history
…-04-17-02

Update wrappers based on VS Code 1.73.0
  • Loading branch information
tshino authored Nov 5, 2022
2 parents 9b401db + 418ff5f commit 66be4c9
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 59 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to the Keyboard Macro Bata extension will be documented in this file.

### [Unreleased]
- Update
- Updated default keybindings wrappers based on vscode 1.73.0. [#158](https://github.com/tshino/vscode-kb-macro/pull/158)
- Internal:
- Updated automated workflow to stop using deprecated 'set-output' commands. [#156](https://github.com/tshino/vscode-kb-macro/pull/156)

Expand Down
60 changes: 46 additions & 14 deletions generator/default-keybindings-linux.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Default Keybindings of Visual Studio Code 1.72.2 for Linux
// Default Keybindings of Visual Studio Code 1.73.0 for Linux
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down Expand Up @@ -493,10 +493,6 @@
"when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus" },
{ "key": "enter", "command": "acceptSelectedSuggestion",
"when": "acceptSuggestionOnEnter && suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && suggestionMakesTextEdit && textInputFocus" },
{ "key": "shift+escape", "command": "hideCodeActionWidget",
"when": "codeActionMenuVisible" },
{ "key": "escape", "command": "hideCodeActionWidget",
"when": "codeActionMenuVisible" },
{ "key": "shift+escape", "command": "hideSuggestWidget",
"when": "suggestWidgetVisible && textInputFocus" },
{ "key": "escape", "command": "hideSuggestWidget",
Expand Down Expand Up @@ -754,7 +750,7 @@
{ "key": "ctrl+l", "command": "notebook.centerActiveCell",
"when": "notebookEditorFocused" },
{ "key": "ctrl+f", "command": "notebook.find",
"when": "notebookEditorFocused && !editorFocus && activeEditor == 'workbench.editor.notebook'" },
"when": "notebookEditorFocused && !editorFocus && activeEditor == 'workbench.editor.interactive' || notebookEditorFocused && !editorFocus && activeEditor == 'workbench.editor.notebook'" },
{ "key": "ctrl+end", "command": "notebook.focusBottom",
"when": "notebookEditorFocused && !inputFocus" },
{ "key": "down", "command": "notebook.focusNextEditor",
Expand Down Expand Up @@ -865,6 +861,8 @@
"when": "inSearchEditor && inputBoxFocus || inputBoxFocus && searchViewletVisible" },
{ "key": "ctrl+up", "command": "search.focus.previousInputBox",
"when": "inSearchEditor && inputBoxFocus || inputBoxFocus && searchViewletVisible && !searchInputBoxFocus" },
{ "key": "shift+alt+f", "command": "search.restrictSearchToFolder",
"when": "folderMatchWithResourceFocus && searchViewletVisible" },
{ "key": "ctrl+shift+l", "command": "selectAllSearchEditorMatches",
"when": "inSearchEditor" },
{ "key": "escape", "command": "settings.action.focusLevelUp",
Expand Down Expand Up @@ -1378,6 +1376,10 @@
"when": "codeActionMenuVisible" },
{ "key": "enter", "command": "acceptSelectedCodeAction",
"when": "codeActionMenuVisible" },
{ "key": "shift+escape", "command": "hideCodeActionWidget",
"when": "codeActionMenuVisible" },
{ "key": "escape", "command": "hideCodeActionWidget",
"when": "codeActionMenuVisible" },
{ "key": "ctrl+enter", "command": "previewSelectedCodeAction",
"when": "codeActionMenuVisible" },
{ "key": "ctrl+down", "command": "selectNextCodeAction",
Expand Down Expand Up @@ -1732,7 +1734,6 @@
// - git.revertChange
// - git.runGitMerge
// - git.runGitMergeDiff3
// - git.setLogLevel
// - git.showOutput
// - git.stage
// - git.stageAll
Expand Down Expand Up @@ -1776,6 +1777,8 @@
// - ipynb.openIpynbInNotebookEditor
// - javascript.goToProjectConfig
// - javascript.reloadProjects
// - javascript.removeUnusedImports
// - javascript.sortImports
// - jsBrowserBreakpoints.focus
// - jsBrowserBreakpoints.resetViewLocation
// - jsExcludedCallers.focus
Expand All @@ -1794,6 +1797,7 @@
// - lastCursorWordSelect
// - layoutEditorGroups
// - lineBreakInsert
// - list.collapseAllToFocus
// - list.focusParent
// - list.scrollLeft
// - list.scrollRight
Expand All @@ -1802,6 +1806,8 @@
// - list.toggleFindMode
// - list.toggleKeyboardNavigation
// - list.triggerTypeNavigation
// - markdown.editor.insertImageFromWorkspace
// - markdown.editor.insertLinkFromWorkspace
// - markdown.findAllFileReferences
// - markdown.preview.refresh
// - markdown.preview.toggleLock
Expand Down Expand Up @@ -1833,7 +1839,8 @@
// - merge.openBaseEditor
// - merge.openResult
// - merge.showBase
// - merge.showBaseAtTop
// - merge.showBaseCenter
// - merge.showBaseTop
// - merge.showNonConflictingChanges
// - merge.toggleActiveConflictInput1
// - merge.toggleActiveConflictInput2
Expand Down Expand Up @@ -1905,6 +1912,7 @@
// - openInTerminal
// - openReference
// - outline.collapse
// - outline.expand
// - outline.filterOnType
// - outline.focus
// - outline.followCursor
Expand Down Expand Up @@ -1970,10 +1978,13 @@
// - scm.openInTerminal
// - scrollEditorBottom
// - scrollEditorTop
// - scrollLeft
// - scrollRight
// - search.action.clearHistory
// - search.action.clearSearchResults
// - search.action.collapseSearchResults
// - search.action.copyAll
// - search.action.excludeFromSearch
// - search.action.expandSearchResults
// - search.action.focusFilesToExclude
// - search.action.focusFilesToInclude
Expand Down Expand Up @@ -2037,10 +2048,12 @@
// - typescript.goToSourceDefinition
// - typescript.openTsServerLog
// - typescript.reloadProjects
// - typescript.removeUnusedImports
// - typescript.restartTsServer
// - typescript.selectTypeScriptVersion
// - typescript.sortImports
// - update.check
// - update.checkForVSCodeUpdate
// - update.checkForUpdate
// - update.checking
// - update.downloadNow
// - update.downloadUpdate
Expand Down Expand Up @@ -2109,6 +2122,7 @@
// - workbench.action.decreaseViewHeight
// - workbench.action.decreaseViewSize
// - workbench.action.decreaseViewWidth
// - workbench.action.download
// - workbench.action.duplicateActiveEditorGroupDown
// - workbench.action.duplicateActiveEditorGroupLeft
// - workbench.action.duplicateActiveEditorGroupRight
Expand Down Expand Up @@ -2213,6 +2227,7 @@
// - workbench.action.newGroupRight
// - workbench.action.nextPanelView
// - workbench.action.nextSideBarView
// - workbench.action.openAccessibilitySettings
// - workbench.action.openActiveLogOutputFile
// - workbench.action.openApplicationSettingsJson
// - workbench.action.openDefaultKeybindingsFile
Expand Down Expand Up @@ -2253,6 +2268,18 @@
// - workbench.action.openWorkspaceInNewWindow
// - workbench.action.openWorkspaceSettings
// - workbench.action.openWorkspaceSettingsFile
// - workbench.action.output.show.editSessionsSyncLog
// - workbench.action.output.show.extHostLog
// - workbench.action.output.show.extension-output-vscode.git-#1-Git
// - workbench.action.output.show.extension-output-vscode.github-authentication-#1-GitHub Authentication
// - workbench.action.output.show.extension-output-vscode.microsoft-authentication-#1-Microsoft Authentication
// - workbench.action.output.show.mainLog
// - workbench.action.output.show.ptyHostLog
// - workbench.action.output.show.remoteTunnelLog
// - workbench.action.output.show.rendererLog
// - workbench.action.output.show.sharedLog
// - workbench.action.output.show.tasks
// - workbench.action.output.show.userDataSyncLog
// - workbench.action.pauseSocketWriting
// - workbench.action.populateFileFromSnippet
// - workbench.action.positionPanelBottom
Expand All @@ -2276,6 +2303,7 @@
// - workbench.action.quickOpenSelectPrevious
// - workbench.action.quickOpenTerm
// - workbench.action.quickOpenView
// - workbench.action.quickOpenWithModes
// - workbench.action.quickPickManyToggle
// - workbench.action.quickSwitchWindow
// - workbench.action.reloadWindowWithExtensionsDisabled
Expand Down Expand Up @@ -2385,6 +2413,7 @@
// - workbench.action.terminal.setDimensions
// - workbench.action.terminal.showEnvironmentInformation
// - workbench.action.terminal.showTabs
// - workbench.action.terminal.showTextureAtlas
// - workbench.action.terminal.sizeToContentWidthInstance
// - workbench.action.terminal.splitInActiveWorkspace
// - workbench.action.terminal.switchTerminal
Expand Down Expand Up @@ -2429,12 +2458,15 @@
// - workbench.actions.syncData.reset
// - workbench.actions.table.workbench.panel.markers.view.viewAsTable
// - workbench.actions.table.workbench.panel.markers.view.viewAsTree
// - workbench.actions.treeView.repl.filter
// - workbench.actions.treeView.testExplorer.filter
// - workbench.actions.treeView.workbench.panel.comments.filter
// - workbench.actions.treeView.workbench.panel.markers.view.collapseAll
// - workbench.actions.treeView.workbench.panel.markers.view.filter
// - workbench.actions.view.toggleProblems
// - workbench.actions.workbench.panel.comments.toggleResolvedComments
// - workbench.actions.workbench.panel.comments.toggleUnResolvedComments
// - workbench.actions.workbench.panel.markers.view.toggleActiveFile
// - workbench.actions.workbench.panel.markers.view.toggleErrors
// - workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
// - workbench.actions.workbench.panel.markers.view.toggleInfos
// - workbench.actions.workbench.panel.markers.view.toggleWarnings
// - workbench.debug.action.copyAll
// - workbench.debug.action.focusBreakpointsView
// - workbench.debug.action.focusCallStackView
Expand Down Expand Up @@ -2553,6 +2585,7 @@
// - workbench.notebook.layout.configure.editorTitle
// - workbench.notebook.layout.gettingStarted
// - workbench.notebook.layout.select
// - workbench.notebook.layout.webview.reset
// - workbench.output.action.clearOutput
// - workbench.output.action.switchBetweenOutputs
// - workbench.output.action.toggleAutoScroll
Expand Down Expand Up @@ -2605,7 +2638,6 @@
// - workbench.scm.toggleVisibility
// - workbench.trust.configure
// - workbench.trust.manage
// - workbench.userData.actions.askToTunrOnAfterInit
// - workbench.userData.actions.cancelTurnOn
// - workbench.userData.actions.openSyncBackupsFolder
// - workbench.userData.actions.signin
Expand Down
Loading

0 comments on commit 66be4c9

Please sign in to comment.