Skip to content

Commit

Permalink
Fix: keymaps + f2 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuub committed May 8, 2012
1 parent 5c94dec commit bccb1a4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Expand Up @@ -16,7 +16,7 @@
[
{ "key": "setting.repl", "operator": "equal", "operand": true }
]
},
}

//{ "keys": ["f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection"}},
//{ "keys": ["shift+f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}},
Expand Down
18 changes: 9 additions & 9 deletions Default (OSX).sublime-keymap
Expand Up @@ -16,14 +16,14 @@
[
{ "key": "setting.repl", "operator": "equal", "operand": true }
]
},
}

{ "keys": ["f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection"}},
{ "keys": ["shift+f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}},
{ "keys": ["f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file"}},
{ "keys": ["shift+f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file", "action":"view_write"}},
{ "keys": ["f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines"}},
{ "keys": ["shift+f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines", "action":"view_write"}},
{ "keys": ["f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block"}},
{ "keys": ["shift+f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block", "action":"view_write"}}
//{ "keys": ["f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection"}},
//{ "keys": ["shift+f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}},
//{ "keys": ["f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file"}},
//{ "keys": ["shift+f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file", "action":"view_write"}},
//{ "keys": ["f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines"}},
//{ "keys": ["shift+f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines", "action":"view_write"}},
//{ "keys": ["f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block"}},
//{ "keys": ["shift+f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block", "action":"view_write"}}
]
18 changes: 9 additions & 9 deletions Default (Windows).sublime-keymap
Expand Up @@ -16,16 +16,16 @@
[
{ "key": "setting.repl", "operator": "equal", "operand": true }
]
},
}


{ "keys": ["f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection"}},
{ "keys": ["shift+f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}},
{ "keys": ["f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file"}},
{ "keys": ["shift+f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file", "action":"view_write"}},
{ "keys": ["f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines"}},
{ "keys": ["shift+f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines", "action":"view_write"}},
{ "keys": ["f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block"}},
{ "keys": ["shift+f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block", "action":"view_write"}}
//{ "keys": ["f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection"}},
//{ "keys": ["shift+f2", "s"], "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}},
//{ "keys": ["f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file"}},
//{ "keys": ["shift+f2", "f"], "command": "repl_transfer_current", "args": {"scope": "file", "action":"view_write"}},
//{ "keys": ["f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines"}},
//{ "keys": ["shift+f2", "l"], "command": "repl_transfer_current", "args": {"scope": "lines", "action":"view_write"}},
//{ "keys": ["f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block"}},
//{ "keys": ["shift+f2", "b"], "command": "repl_transfer_current", "args": {"scope": "block", "action":"view_write"}}

]

0 comments on commit bccb1a4

Please sign in to comment.