Commit Graph

163 Commits

Author SHA1 Message Date
Antonio Scandurra fb338da0fc
Enable default editor keymaps for editors located outside atom-workspace 2021-05-21 19:29:24 +03:00
Max Brunsfeld ab9fc642c1 Move syntax-aware-selection key bindings to base keymap 2018-10-24 10:36:58 -07:00
Benjamin Gray 1fc0f0d683
Merge pull request #16342 from davidrsfalcao/master
'cmd--': As default for 'window:decrease-font-size' on MacOs
2018-07-26 09:34:13 +10:00
Max Brunsfeld a8e457df61 Tweak syntax selection key bindings 2017-12-27 12:37:50 -08:00
David Falcão 5c4e13840d change darwin's keymap 2017-12-07 19:16:41 +00:00
Max Brunsfeld 203c38ca45 Add select-{larger,smaller}-syntax-node commands 2017-11-30 15:17:14 -08:00
Nathan Sobo fd85c1bb5a Add `Paste without reformatting` command
It is bound to cmd-shift-V on macOS and ctrl-shift-V on Windows and
Linux. It is also available in the edit menu.
2017-10-23 17:14:41 -06:00
Damien Guard 1112e41c5a Merge pull request #13007 from torn4dom4n/ln-update-keybinding
Update keybinding
2017-01-10 12:31:40 -08:00
Damien Guard 8c796b22ec
Use ctrl-shift-f5 to reload on Win/Linux 2016-11-18 11:26:48 -08:00
Damien Guard 876fb36082
Remove checkout-head-revision binding to avoid i8n key conflicts on Linux and Windows 2016-11-17 14:50:27 -08:00
Damien Guard 6d250c5b71
Remap Linux bindings to avoid i8n keyboard symbols. 2016-11-17 14:11:27 -08:00
Damien Guard 47ee7c6665
Avoid additional ctrl-alt key shortcuts on Win32 2016-11-16 15:08:05 -08:00
Damien Guard 13e501b12e
Stop using ctrl-alt-letter bindings on Win32 - they conflict on international keyboards. Changes;
- window:reload is now ctrl-shift-r
- window:run-package-specs is now ctrl-shift-y
- application:add-project-folder is now ctrl-shift-a
- editor:log-cursor-scope is no longer bound by default
2016-11-16 12:45:41 -08:00
Long Nhat Nguyen 7a65769d8c Replace upperCase with shift-lowerCase 2016-10-17 15:52:50 +00:00
Long Nhat Nguyen e3befbaa7a Replace upperCase with shift-lowerCase 2016-10-17 13:27:21 +00:00
Long Nhat Nguyen e521793e63 Replace upperCase with shift-lowerCase 2016-10-17 13:26:50 +00:00
Long Nhat Nguyen 3ebef80c6f Replace upperCase with shift-lowerCase 2016-10-17 13:26:15 +00:00
Long Nhat Nguyen 01e5cd5489 Replace upperCase with shift-lowerCase 2016-10-17 13:25:00 +00:00
Damien Guard bb3320e553
Move emacs alt-*/editor bindings to darwin to avoid menu conflicts on Win/Linux. Addresses some of #4057 2016-10-05 17:38:49 -07:00
Damien Guard 745ab52df7
Rebind dev-tools to ctrl-shift-i on Windows as new keymap takes ctrl-alt-* 2016-10-03 16:00:39 -07:00
Lee Dohm 53c52342e5 Add Ctrl+F4 keybinding for Linux 2016-04-21 13:36:50 -07:00
Machiste Quintana e932e3db05 Merge branch 'master' into mq-move-selected-columns 2016-03-28 22:16:31 -07:00
natalieogle 420a8d8692 Add activatePreviousRecentlyUsedItem to pane model and add specs. 2016-02-27 20:45:02 -08:00
natalieogle 553b3f3300 Change name of function that moves the active item to the top of the item stack. 2016-02-27 20:45:02 -08:00
natalieogle 69a6b9e5c5 Add keymap for 'ctrl-tab ^ctrl' in order to move item to top of stack when lifting ctrl. 2016-02-27 20:45:01 -08:00
natalieogle 3641cc0296 Remove redundant MRU function. 2016-02-27 20:45:01 -08:00
natalieogle 7a6c8f53a4 Add activateMostRecentlyUsedItem to pane model. 2016-02-27 20:45:00 -08:00
Aaron Contreras 500afb0f20 Improve split API, add new commands and rewrite existing ones
Allow empty splits, as well as moving (instead of copying) active item
2016-02-02 00:50:10 +01:00
Daniel Imms 235e489f6e Fix F11 keymaps
Function key keymaps don't work when they feature upperface 'F' characters.
They still tend to work because they typically have an application menu item
which is associated with it and falled back upon. The main difference is that
the originalEvent (KeyboardEvent) is not retained when doing this fallback as
Atom thinks that the menu item was pressed instead of the keymap.

Fixes #10287
2016-01-09 04:20:34 -08:00
Max Brunsfeld 4988f6be11 Remove application:run-all-specs command 2015-10-07 15:25:05 -05:00
Kevin Sawicki 8308248578 Update keymaps for changed pane command names 2015-08-13 06:54:51 -07:00
Kevin Sawicki 388d716028 pane:enlarge/shrink -> pane:increase-size/decrease-size 2015-08-13 06:54:51 -07:00
liuxiong332 ccccc9657c add keymaps for `pane:shrink` and `pane:enlarge` commands. 2015-08-13 06:54:51 -07:00
Nathan Sobo 8698f2285d Bind ctrl-up/down to just move up or down by default
This prevents insertion of weird characters when ctrl-up/down are
pressed.
2015-07-28 11:09:34 -06:00
Kevin Sawicki 316f393c24 Put older versions of cut/copy/paste shortcuts first
So the common ones, ctrl-c/v/x are displayed in the context menu

Closes #5989
2015-07-20 17:18:01 -07:00
Nathan Sobo 5386bf9098 Add emacs-style subword movement bindings 2015-07-01 12:27:40 -05:00
Nathan Sobo 83bddaf34e Merge branch 'master' into add-subword-cursors-4
Conflicts:
	spec/text-editor-spec.coffee
2015-06-30 15:43:33 -05:00
Machiste Quintana de186c1d0e Add Linux and Windows keybindings for move selection 2015-06-18 07:14:42 -04:00
Machiste Quintana 1f023d1d2c Implement editor:move-selection-left 2015-06-18 07:14:41 -04:00
Heather 5d07713e28 add missing keybindings to show specific item on windows
related issue on discuss: https://discuss.atom.io/t/ctrl-x-tab-selection/13615
2015-04-28 11:16:36 +04:00
Kevin Sawicki a49f635fc0 Remove application:open-dev keybindings 2015-04-07 13:10:01 -07:00
Kevin Sawicki b9db13ae06 Group add-project-folder with open-folder 2015-04-07 13:05:28 -07:00
Kevin Sawicki d41296b121 Swap open-dev and add-project-folder keybindings 2015-04-07 13:02:11 -07:00
Kevin Sawicki 1acc3a8356 Don't clash with existing linux/windows keybindings 2015-04-07 12:41:59 -07:00
Kevin Sawicki ceaa869426 Add application:add-project-folder keybinding 2015-04-07 12:33:41 -07:00
Darrell Sandstrom c8b4129b31 Add keymaps 2015-03-01 17:27:54 -08:00
Nathan Sobo 95ec0d8162 Replaces usages of .mini selector with [mini] 2014-11-13 16:04:57 -08:00
Agent Antelope f86dc6b0a6 Revert change to cmd-shift-backspace 2014-11-12 17:09:42 +00:00
Agent Antelope 87be5af1ec Make cmd-delete delete to end of line.
This also affects cmd-shift-backspace.

The expected behaviour of cmd-delete is that it deletes to end of line,
with cmd acting as a modifier to delete/shift-backspace.
2014-11-12 13:41:32 +00:00
Ben Ogle e21cc17a7b Add tab-moving key bindings for windows 2014-11-10 13:31:18 -08:00