12
votes
2answers
132 views

Enable tab and shift + tab for code formatting

After some discussion on this question I decided to make a feature-request (or at least a discussion about it). It would be very nice to be able to use Tab and Shift+Tab to move code blocks (like in ...
7
votes
2answers
63 views

Suggestion to provide [kbd:] markup to simplify <kbd></kbd>

Obviously, this is not a big deal, but typing <kbd>F</kbd><kbd>o</kbd><kbd>o</kbd> to get Foo is a little tedious, and those who need to use it could save a few ...
7
votes
1answer
57 views

Ctrl+Enter does not work on suggested edits improve option

I often now use Ctrl+Enter to submit edits on sites, where I have greater than 2K reputation and the edit UI is integrated into the page, since I have a trackpad and it's a pain to scroll to click a ...
4
votes
0answers
54 views

Could we have a way to turn off keyboard shortcuts in the editor box? [duplicate]

Possible Duplicate: Is there a way to disable the hotkeys? Google Chrome, at least on my Mac, has a rather complete set of emacs-derived keyboard bindings to control keys. SO has its own ...
8
votes
0answers
93 views

Where I've participated on the page?

Sometimes when I revisit an old page, and I remember having left comments, I'd like to quickly jump to them. So the first thing I do is CTRL+F my name, bobobobo Actually what happens is my name at ...
7
votes
1answer
74 views

Data Explorer should run the query with the Ctrl/Cmd+Enter keyboard shortcut

Many other query editors use Ctrl/⌘ Command + ⏎ Enter to execute the current query, and it would be great if the Data Explorer could do the same. It would save the world so much time if we all ...
3
votes
1answer
124 views

WMD shortcut conflict with Unicode input mode (CTRL + SHIFT + U)

The Ctrl U WMD shortcut turns the current line in a list item. The Ctrl Shift U shortcut triggers the unicode input mode. Ctrl+Shift, Ctrl+Alt keyboard shortcuts in the WMD editor is tagged ...
15
votes
1answer
82 views

Minimize search box with ESC

A tiny cosmetic feature request: Could the search box be minimized with a press on Escape? Now we have to click somewhere outside the search box to minimize it to its initial size in order to get ...
3
votes
0answers
83 views

Hotkey to post answers

Pressing Ctrl + Enter while editing any post will commit the edit. Can we have the same hotkey while typing a new answer (instead of having to press Tab, Enter)?
0
votes
1answer
107 views

Create shortcut key trigger on slash (/) to go to the search box

I'd like it if hitting the slash key (/) would go to the search box, like it does in Gmail and Vim. I could then type my query after doing: Ctrl + T www.stackoverflow.com search query and ...
15
votes
1answer
241 views

Pressing Esc when editing a comment should cancel editing

When editing a post, pressing Esc does the same thing as clicking the "cancel" link: it cancels the edit. However, when editing a comment, pressing Esc does nothing. Could pressing Esc when editing a ...
0
votes
0answers
49 views

Why not some Gmail like shortcuts? [duplicate]

Possible Duplicate: Add keyboard shortcuts to Stack Overflow I think mostly to some baic navigation keys: "U" like Up to get back to list from a question, "J" and "K" for Next /Previous ...
10
votes
1answer
63 views

Accidentally submitting posts when editing tags

This is a user problem, but I've made this mistake almost every time I've edited tags on a question. I start to type a tag name, and the completion pops up: "Hey!", I think. "There's my tag right ...
26
votes
3answers
543 views

Key equivalent for <kbd></kbd>

The editor has key equivalents for all the buttons (Ctrl+B for bold, etc.). However, the most annoying thing to type is <kbd></kbd>, but there's no key equivalent for this. Can haz?
1
vote
1answer
75 views

Overwrite ctrl-s and/or command-s to save a question/answer edit

I find myself doing this repeatedly out of habit and wonder if I'm not the only one.
2
votes
1answer
111 views

Standardized formatting in comments and keyboard shortcuts for this formatting [duplicate]

Possible Duplicate: Formatting Keyboard Shortcuts for Comments Allowing Ctrl+k in comments has been ignored for a while, but I wanted to extend the feature request. That question and its ...
-4
votes
1answer
457 views

[Request] Can you add shortcut key for code formatting? [duplicate]

Possible Duplicates: Is there any auto indentation for formatted code Automatic code reindent button I read a bit of similar posts about indenting code on Stack Overflow, it seems that ...
3
votes
1answer
172 views

Is there any shortcut for highlighting a text

Here by highlighting, I mean this. Is there any keyboard shortcut for this. I didn't find any info about this anywhere. I know I can do this by placing them inside two sqiggle. A shortcut would be ...
5
votes
0answers
175 views

Add keyboard shortcuts for the <kbd> tag [duplicate]

Possible Duplicate: Key equivalent for <kbd></kbd> Here's what I do in order to have the nice-looking CtrlS: Create text "<kbd>" Highlight it Copy it - CtrlC Paste it ...
4
votes
2answers
137 views

Please add a user preference to allow me to disable your fancy textarea and use a plain one

The text box I am writing this in and use to answer questions interferes with my normal browser usage quite a bit, anyone like myself who uses any sort of extension that changes editting areas (Emacs ...
0
votes
1answer
131 views

Addition of j k l b Vi-style movement keys to SO sites, reinventing-the-wheel?

I don't always use vi/m but when I don't speed drops like a rock to a pool. I once visited a site that had vi-style movement keys to move and some additional keys to focus on pictures and text. I am ...
0
votes
4answers
426 views

Feature Request: Ctrl+K to enter/modify a hyperlink (instead of code)

Many applications have already established the shortcut Ctrl+K for modifying the hyperlink of text. You should stick with what people have been used to for many years rather than trying to redefine a ...
2
votes
1answer
129 views

Feature request: use Ctrl-RightArrow/Ctrl-LeftArrow to navigate between pages

http://habrahabr.ru/, for example, uses Ctrl-RightArrow to go to previous page and Ctrl-LeftArrow to go to next page. It's a very convenient way to navigate and supposed to be an easy change. ...
38
votes
3answers
653 views

Add keyboard shortcuts to Stack Overflow

Just a thought, but would Stack Overflow be able to add some keyboard navigation shortcuts? Something along these lines: Shortcut Key - Page to navigate to: H - Home Q - ...
17
votes
0answers
279 views

Option to disable keyboard shortcuts in WMD

I use Safari because it supports most of Emacs keyset in textareas. Unfortunately, Stack Overflow breaks that. (Especially annoying are strong text (C-b, left-arrow), followed shortly by enter code ...
28
votes
4answers
691 views

Is there a way to disable the hotkeys?

I navigate with Ctrl-n,p,f,b (readline/emacs keys) so that I don't have to move my hands too much and get RSI again. Is there a way to disable Ctrl-b being hotkey for bold? EDIT: Note that this is ...