Backslash On Keyboard
Florine Nogoda <[email protected]> Thu, 25 Jan 2024 07:16:02 -0800 (PST)
| Newsgroups | alt.comp.linux |
|---|---|
| Message-ID | <[email protected]> |
<div>By the way, Shift+` gives me the "not" sign, (which I call "planking L"). I don't think I'll ever need that, so whilst an existing sequence to get a backslash is preferable, a solution that allows me to map backslash onto Shift+` is also acceptable to me.</div><div></div><div></div><div></div><div></div><div></div><div>backslash on keyboard</div><div></div><div>DOWNLOAD: https://t.co/bshOYpndOy </div><div></div><div></div><div>Press the alt key to the right of the space bar (alt gr), and the key above the enter key (which should typically be hash on a US keyboard set to UK input - but on your laptop it is actually the \ key!). This should provide a backslash!</div><div></div><div></div><div>If you are controlling a windows machine remotely that is set to UK then open the "On-screen keyboard"It's in All Programs Accessories Ease of Access.You will now see a representation of a keyboard on the screen!</div><div></div><div></div><div>All the UK servers I control, I now pin the on-screen keyboard to the start menu now so I can get to that key fairly easily. I could set the machines to US keyboards, but my UK based colleagues probably wouldn't thank me for it :)</div><div></div><div></div><div></div><div></div><div></div><div></div><div>To solve this problem, Simply go to keyboard layout seetings on the control panel and change the keyboard layout to US and save. Proceed as follows;Settings-Control panel-Clock,language,region-Change Input method</div><div></div><div></div><div>I exactly have this issue with my BT keyboard attached to Samsung Galaxy TabS7. Additionally I had issue with my +2 key.SolutionWent to language settings, Turned off English UK & Turned on English US. Do not multi-select input languages, need to be one only</div><div></div><div></div><div>My new Librem 13 hung. When I reset it and rebooted, the \ key (backslash and vertical bar) generates (less than and greater than). I have no way to generate a backslash or a vertical bar now. The rest of the keys work normally.</div><div></div><div></div><div>Hello sorry by disturb you I am having problems with the backslash here in relational database I was trying to write it many times but it was not possible \ i dont know what happen because i can write \\\ every time that i want the problem is in pgsql console sincerely I offer you apologies by my orthography i am not full english.</div><div></div><div></div><div>Although "slash" often describes the forward slash, it can describe either a forward slash or backslash. It's better to say "backslash" or "whack" instead of "slash" when telling someone to enter a backslash.</div><div></div><div></div><div>A forward slash, yes, but no backslash. No matter what I select, the symbols button to get the symbols, the shift button to get more symbols, the letter button for letters, or holding down select on anything, nothing brings up a back slash.</div><div></div><div></div><div>On the physical keyboard the backslash is located on the second key the left of the backspacekey. On the key backslash is maked in the lower right corner. Typically this means that ALT-GR must be held to use it.</div><div></div><div>On the key is question mark(Upper left), a plus sign(Center of the key) and the backslash(Lower right.).</div><div></div><div></div><div></div><div></div><div></div><div></div><div>Thanks for trying to help Sandytechy20, but I finally managed to figure it out myself.</div><div></div><div></div><div></div><div>I looked into creating my own custom keymap, downloaded the Microsoft tool and everything. One thing this tool can do is to analyse a keymap and look for errors. One is missing keys... However, there were no missing keys in the original HP Danish Keymap... so the backslash must exist. And it does!</div><div></div><div></div><div></div><div>Just to the right of ALT GR, on a key marked with and it is hidden!</div><div></div><div></div><div>On my machine theres even a very hard to see backslash in very faint blue on the physical keyboard. It does not light up with the keyboard light, and I have to turn on quite a bit of room light to be able to see it.</div><div></div><div>I must have missed it earlier when I tried pressing every single key on the keyboard. Probably because pressing ALT GR and this key is quite awkward .</div><div></div><div></div><div>Switching between keyboards only changes the language of the input. To change the display language for apps, settings, menus, and other areas in Windows, see the Changing the display language section in this document.</div><div></div><div></div><div>I find it hard to belive that I would need to change layout to american every time I need to type a backslash. Especially since the american layout fits the physical images on the keys terribly. For example I can type a backslash but I need to press the key with a * on it, do to it. Paranthesis' and most other special characters are on keys that do not match the physical layout.</div><div></div><div></div><div>I'm simpy unable to type the backslash character on my AZERTY keyboard in the cmd window. On my mac i simply do SHIFT+ALT(OPTION)+SLASH, but that doesn't work in the cmd window.</div><div></div><div>So how can i make it work ?</div><div></div><div>PS the windows VM also had French (AZERTY) keyboard setup.</div><div></div><div></div><div>What the viewer shows is not consistent with the keyboard (there is no key between left shift and Z key, for example, which would solve my problem with the pipe). Is that maybe another symptom of misconfiguration?</div><div></div><div></div><div>I took the top off the laptop and tested the key with the keyboard off the rest of the frame. After a reboot the key worked. So I put the top/keyboard back on and it works for a while but then it stops. I take the laptop apart again and reboot with it detracted and it works again. After a while it stops working.</div><div></div><div></div><div>The backslash \ is a typographical mark used mainly in computing and mathematics. It is the mirror image of the common slash /. It is a relatively recent mark, first documented in the 1930s. It is sometimes called a hack, whack, escape (from C/UNIX), reverse slash, slosh, downwhack, backslant, backwhack, bash, reverse slant, reverse solidus, and reversed virgule.[1][2]</div><div></div><div></div><div>In many programming languages such as C, Perl, PHP, Python, Unix scripting languages, and many file formats such as JSON, the backslash is used as an escape character, to indicate that the character following it should be treated specially (if it would otherwise be treated literally), or literally (if it would otherwise be treated specially). For instance, inside a C string literal the sequence \n produces a newline byte instead of an 'n', and the sequence \" produces an actual double quote rather than the special meaning of the double quote ending the string. An actual backslash is produced by a double backslash \\.</div><div></div><div></div><div>Outside quoted strings, the only common use of backslash is to ignore ("escape") a newline immediately after it. In this context it may be called a "continued line"[9] as the current line continues into the next one. Some software replaces the backslash+newline with a space.[10]</div><div></div><div></div><div>To support computers that lacked the backslash character, the C trigraph ??/ was added, which is equivalent to a backslash. Since this can escape the next character, which may itself be a ?, the primary modern use may be for code obfuscation. Support for trigraphs in C++ was removed in C++17, and is planned to be removed in C23.</div><div></div><div></div><div>MS-DOS 2.0, released 1983, copied the idea of a hierarchical file system from Unix and thus used the (forward) slash as the directory separator.[15] Possibly on the insistence of IBM,[16][17] Microsoft added the backslash to allow paths to be typed at the command line interpreter prompt, while retaining compatibility with MS-DOS 1.0 (in which / was the command-line option indicator. Typing "DIR/W" gave the "wide" option to the "DIR" command, so some other method was needed if one actually wanted to run a program called W inside a directory called DIR). Except for COMMAND.COM, all other parts of the operating system accept both characters in a path, but the Microsoft convention remains to use a backslash, and APIs that return paths use backslashes.[18] In some versions, the option character can be changed from / to - via SWITCHAR, which allows COMMAND.COM to preserve / in the command name.</div><div></div><div></div><div>In the Japanese encodings ISO 646-JP (a 7-bit code based on ASCII), JIS X 0201 (an 8-bit code), and Shift JIS (a multi-byte encoding which is 8-bit for ASCII), the code point 0x5C that would be used for backslash in ASCII is instead rendered as a yen sign . Due to extensive use of the 005C code point to represent the yen sign, even today some fonts such as MS Mincho render the backslash character as a , so the characters at Unicode code points 00A5 () and 005C (\) both render as when these fonts are selected. Computer programs still treat 005C as a backslash in these environments but display it as a yen sign, causing confusion, especially in MS-DOS filenames.[28]</div><div></div><div></div><div>In Windows systems, for example, the backslash is used to separate elements of a file path, for example: C:\Documents\User\File. In C, Perl and Unix scripting, the backslash indicates that the following character must be treated in some special way. Within the TeX typesetting markup system, the backslash starts tags.</div><div></div><div></div><div>Computer scientist Bob Bemer introduced the backslash to computing in 1961, when he used it in ASCII (American Standard Code For Information Interchange) to represent some Boolean operators in the ALGOL language. The backslash is represented as a keyboard character that is the mirror image of the forward slash ( / ), often just called a slash, which is more widely used in both computing and non-computing contexts. Such marks are known as glyphs -- graphic symbols that provide the appearance or form for a character.</div><div></div><div> df19127ead</div>