I've just noticed that it is no longer possible to bring up special ASCII characters using ASCII codes? It used to be possible, but now you end up doing random things like forum searches or some other odd characters. Is there any way to stop this happening?
You mean use Firefox and it works? I can't imagine why it wouldn't work - afaik it's a fundamental function of Windows...
It's the vBulletin Keyboard Shortcuts causing the problem: Alt+1 = forum home Alt+2 = new posts Alt+3 = toggles print view Alt+4 = search Alt+5 = faq Grrr!!!
Interesting - I didn't know it could do that! Having said that, surely you hold ALT+more-than-just-one-number in order to get your character eg ALT+129 gives ü The vB only causes problems if you let go of the ALT key after just one tap on your Numpad...
I use &#(code); such as (code)=176 for degree sign ° I found the 'name' shortcuts like ° stopped working a year or two back, leaving some of my early posts a bit of a mess. Bookmark this page.
Save it for getting round RTT's little quirks, ƒtw! Pope, your example <ALT>129 ü works in Firefox, but <ALT>176 doesn't. May depend on the last digit.
It's just VB's access keys. It's designed for accessibility, such that people with disabilities can more easily use the web. It's all outlined in the W3C Web Accessiblity Initiative. On the HTML side of things, you just add another option in the <a> tag i.e. <a href="http://www.foo.net" accesskey=1>foo</a> so that when you press alt+1 anywhere on the page, you follow that particular link.
Not for me. The instant I touch the 1 key with alt held in, it goes off into searchland or something. I can't even think to be bothered to do the &#...; approach - in any case, I usually have to experiment to get the right one. I still can't find the right code for the unequal sign ( =/= if you will) /edit - meh, damn, missed the quote message checkbox again. It was one of Pope's, I think.
Same here, as soon as I hit any of the access keys the page jumps to whatever it means. Most annoying now that I know it does that!
Glad it wasn't just me with the problem. I keep losing posts when I try to include the degree symbol!
erm, isnt that a bad thing that it doesnt work in opera? its a web standard, and opera isnt following it take that, opera fanboy! Spoiler lol dt880 > hd650
Firehed, why don't you just type != ? Use logical operators And yet again, a browser war... Scorecard: Firefox=3,293,409,323 : Opera=2 : IE=-753,273,283,991,329x10^79
This "problem" should affect all browsers, since it's a web standard. If a browser doesn't support accessibility, it's not a good thing.