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 ...
4
votes
1answer
113 views

Problem when auto indenting code on shift+enter

I don't know about you guys but this is starting to get annoying. There's a problem when you try to keep the indentation using Shift+Enter in a code block. Having the caret at the end of the line ...
5
votes
2answers
254 views

⌘⇧Z and ⌃⇧Z redo keyboard shortcuts don't work

The keyboard shortcuts command+shift+z and ctrl+shift+z for redo in text input boxes don't work. The shortcuts command+y and ctrl+y work correctly, but aren't the standard on OS X. Undo works (with ...
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 ...
1
vote
1answer
174 views

Unbalanced HTML tags confuse keyboard shortcuts for wmd editor

Hardly a real problem, but maybe a code review reveals more: when using Google Chrome and having unbalanced HTML tags in a post (tags for which no matching opening or closing tag is found) then ...
0
votes
0answers
85 views

WMD editor bug: CTRL-* and CTRL-SHIFT-* shortcuts collide [duplicate]

Possible Duplicate: Ctrl+Shift, Ctrl+Alt keyboard shortcuts in the WMD editor Closely related to this bug (CTRL-[Letter] and CTRL-ALT-[Letter] collide), there is another small glitch to fix ...
2
votes
1answer
171 views

Ctrl+Shift, Ctrl+Alt keyboard shortcuts in the WMD editor

Sometimes when I'm answering a Javascript question, I'll open Chrome's console so that I can just check something quickly before I finish my post. The keyboard shortcut is Ctrl+Shift+I. The problem ...
1
vote
0answers
61 views

Why can't I type characters { > ] into questions and answers? [duplicate]

Possible Duplicates: Minor bug: Croatian keyboard layout’s ] combo (AltGr+G) results in Insert Image dialog WMD editor bug: German keyboard layout - “@” creates blockquote section ...
5
votes
0answers
96 views

Bug with editor when using Dvorak-Qwerty keyboard layout (Mac)

If I press command-v, for paste in the "dvorak-qwerty command" layout, I expect the textarea to execute paste. Instead, it puts backticks around the current selection. Pretty much every other command ...
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 ...