Guys I have problem. Maybe it's a duplicate but I can't find a solution with the search engine here. I'm not using an US keyboard so I do not have backtick escapes.

The problem for me is not when I'm writing a question, because I can use the UI of course, but when I'm writing a comment I have to use the keyboard to format my text.

I know the Ctrl+K shorcut, but it's not working on comments, to me at least, I was wondering if there is an alternative char.

share|improve this question
I wouldn't have thought that there's any keyboard layout that doesn't have backticks. They're used in a couple of programming languages after all. – sepp2k Aug 16 '10 at 18:27
2  
Yep, we exist. It's called 'accento grave' in my language (italian) and it's not used alone. We have the àèìòù directly. Alt+96 is the code to print ` – dierre Aug 16 '10 at 18:53
2  
@sepp2k: That's just a sign that the language designers didn't consider all their potential users. Apparently the C# designers considered using the back-tick for something (verbatim string literals, perhaps? Not sure) but rejected them precisely because they were awkward to type for some users. – Jon Skeet Aug 17 '10 at 10:19
So basically any Italian who wants to write a shell script has to switch his keyboard layout or type the backtick using a symbol table? That's... troubling. – sepp2k Aug 17 '10 at 11:39
@sepp2k a little bit. Should I retag to feature-request or something? – dierre Aug 17 '10 at 13:55
Same for me - there's no backtick on my ipad keyboard – Noel M Aug 18 '10 at 9:50
1  
While this doesn't really answer your question, I think you should switch to the enUS layout. Programming with it is much easier, and you'll encounter less problems in the long run. I'm Italian too and have used the enUS layout for over a decade now, and I don't regret my choice. You can do accents with apostrophes, for example però => pero', it's not the same but I don't think anyone I talked to ever noticed the difference (or at least, no one ever pointed it out) – Andreas Bonini Aug 18 '10 at 10:33
@sepp2k: The iPhone OS keyboard doesn't have the backtick either. – KennyTM Aug 18 '10 at 12:13
@Kop: yeah, that could be a solution. I actually saw once an italian keyboard with an additional US-layout (like blue chars for [Fn] on a notebook keyboard). – dierre Aug 18 '10 at 12:18
@Jon The problem extends all the way to the Markdown specifications - daringfireball.net/projects/markdown, so I don't think its going to be a easy fix for this problem. Truthfully speaking there aren't that many single characters left that are not used by computer languages and universal at the same time. – Yi Jiang Aug 18 '10 at 12:37
What's wrong with using Alt+96? – Ladybug Killer Aug 18 '10 at 13:53
1  
@Lady: that it's more time consuming. No one said it's impossible to type the character, they are only saying it's not as easy as it should be. – Andreas Bonini Aug 18 '10 at 15:45
1  
@Lady: as I said, it's just not handy nor user-friendly. – dierre Aug 18 '10 at 16:35
I'm Italian too, and have the same problem. I use code in comments a lot, what I do is click on the help link, then copy the backtick character and keep it in the clipboard to have the CTRL-V at will. Of course it would be better to have a key with that symbol always available. – vulkanino Feb 9 '12 at 9:55
1  
Just incase anyone stumbles across this, on a windows platform there's the Microsoft keyboard layout creator which allows you to remap things out. You could manually reassign your layout to have backquote as say, AltGr + ' if you wanted? – tanantish Apr 14 '12 at 11:19

2 Answers

I got it working using ALT+96 press and hold ALT key and type 96 from numpad you will have `

share|improve this answer
1  
Working with a numpad is difficult for some laptops. – SpaceTrucker Mar 15 at 7:37

I have almost the same problem with the German keyboard.
Switching to an enUS layout, as commented, is not a viable solution, I still have a lot to write in German!
I have to type the ` (accento-grave) followed by a space to generate a single back-tick. This also works with the Brazilian layout.

EDIT:
not a solution for Italian layout since there have no back-tick key.

if you are using FireFox you can use the abcTajpu plugin to generate special characters not (easily) available on the keyboard.

share|improve this answer
Actually you do not have the same problem. Your keyboard does have a `-key. Italian keyboards actually don't have a `-key, they have separate keys for à, è etc. (this was news to me, too). – sepp2k Aug 18 '10 at 13:02
I think he was referring to the Brazilian layout not the German one about the `-key. – dierre Aug 18 '10 at 13:19
@sepp - you are correct, I didn't know that the Italian keyboard does not have a back-tick. Both German and Brazilian layouts have it. I edited the answer to include another option: abcTajpu. – Carlos Heuberger Aug 18 '10 at 13:52
I'm italian an ALT + 9 output: ` – Jeffrey Jan 25 '11 at 15:34
1  
@Charlie That's specific to your OS. – badp's kitten Jan 25 '11 at 16:42

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged