Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. [
  2. { "keys": ["ctrl+c"], "command": "copy" },
  3. { "keys": ["ctrl+x"], "command": "cut" },
  4. { "keys": ["ctrl+v"], "command": "paste" },
  5. { "keys": ["ctrl+s"], "command": "save" },
  6. { "keys": ["ctrl+a"], "command": "move_to", "args": {"to": "bol", "extend": false} },
  7. { "keys": ["ctrl+e"], "command": "move_to", "args": {"to": "eol", "extend": false} }
  8. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement