Skip to content

Commit

Permalink
Merge pull request #5203 from ethereum/doc_keys
Browse files Browse the repository at this point in the history
changed AI doc key combination
  • Loading branch information
STetsing committed Sep 27, 2024
2 parents 2d3a46d + eaad559 commit bc83435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/remix-ui/editor/src/lib/remix-ui-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@ export const EditorUI = (props: EditorUIProps) => {
contextMenuOrder: 0, // choose the order
contextMenuGroupId: 'gtp', // create a new grouping
keybindings: [
// Keybinding for Ctrl + D
monacoRef.current.KeyMod.CtrlCmd | monacoRef.current.KeyCode.KeyD
// Keybinding for Ctrl + H
monacoRef.current.KeyMod.CtrlCmd | monacoRef.current.KeyCode.KeyH,
],
run: async () => {
const unsupportedDocTags = ['@title'] // these tags are not supported by the current docstring parser
Expand Down

0 comments on commit bc83435

Please sign in to comment.