Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- { "keys": ["super+alt+p"], "command": "paste_previous_assign" },
- { "keys": ["option+c"], "command": "insert", "args": {"characters": "continue\n"} },
- { "keys": ["option+i"], "command": "insert", "args": {"characters": "import "} },
- { "keys": ["option+b"], "command": "insert", "args": {"characters": "break\n"} },
- { "keys": ["option+d"], "command": "insert", "args": {"characters": "def "} },
- { "keys": ["option+e"], "command": "insert", "args": {"characters": "else:"} },
- { "keys": ["option+f"], "command": "insert", "args": {"characters": "for"} },
- { "keys": ["option+shift+f"], "command": "insert", "args": {"characters": "False"} },
- { "keys": ["option+shift+t"], "command": "insert", "args": {"characters": "True"} },
- { "keys": ["option+n"], "command": "insert", "args": {"characters": "not"} },
- { "keys": ["option+shift+n"], "command": "insert", "args": {"characters": "None"} },
- { "keys": ["option+r"], "command": "insert", "args": {"characters": "return"} },
- { "keys": ["option+w"], "command": "insert", "args": {"characters": "while"} },
- { "keys": ["option+y"], "command": "insert", "args": {"characters": "yield"} },
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement