Ubuntu :: Em Dash, Remapping Key Combinations?
Apr 16, 2010
I have this crazy idea to map an em dash to AltGr+Dash, replacing the yen symbol currently produced by that key combination. Is there a way to do that?
Unless, of course, there is another way to produce an em dash with the US International keyboard? Not including OpenOffice's autocorrect feature.
View 5 Replies
ADVERTISEMENT
Mar 11, 2011
i know it's possible to have different users with each a mouse, keyboard and screen work on one machine at the same time with different user accounts. My questions is, how can i make possible a setup where i have two distinct sets of physical i/o on my computer, but nevertheless work in the same X session with virtual desktops.For each set of input/output devices i would like to have an own activation (e.g. when i click on a window with mouse A, the window will be focused on screen A, but the focus on screen B must not change (unless i steal a window from B or both displays show the same virtual desktop))
View 2 Replies
View Related
Jan 5, 2010
Can I open programs, using keyboard combinations keys?
For exmaple, I want to open Mozilla, pressing Control + M
How can I make it?
I have debian with gnome.
View 3 Replies
View Related
Apr 12, 2010
In Windows Word there are combination key strokes to get language accents inserted in the text. How do you get the same thing in Office? I am trying to use foreign phrases in an English document.
View 2 Replies
View Related
Jul 8, 2010
I got this Dell Studio and the f keys are kind of odd.. first of all you have to press fn to even use them.. because theyve defaulted them to be things like: fast forward.. mute.. stuff like that.. and what makes it worse is f2 is a button that disables wifi.. so when i do alt-f2 out of habit it cuts my wifi off.. so i have to do fn-alt-f2 which just gets old.. my question is, what is the raw command for the RUN ? I'd like to assign a keyboard shortcut to it.
View 6 Replies
View Related
Jul 28, 2010
I am running a fully updated 9.10 with TightVNC. When I connect in through a TightVNC viewer, my keyboard is mapped wrong. If I type the keys: abcdefg... I get: asdfghjkl;... (the home row) I tried running this script:
Code:
#!/bin/bash
echo "" > empty.keymap
xmodmap empty.keymap
View 1 Replies
View Related
Jul 20, 2011
I have a laptop which has no function keys (F1-F12), but does have a row of arbitrary keys at the top (volume control, multimedia, etc.). I've been able to remap these keys using xmodmap (e.g. 'keycode 000 = F1 NoSymbol F1'). However, this means that I lose the original function.Is there a way (using xmodmap or otherwise) to set these keys to produce a different keysym (e.g. XF86AudioRaiseVolume) only when the Super* key is pressed?* I would have preferred Fn, but it doesn't show up in xev so I'm guessing that's not possible.
View 2 Replies
View Related
May 26, 2010
I'm moving in with my girlfriend and we want to connect our Linux Boxes via nfs. One problem: on my computer, I am user id 1001 and she is 1002, and on her computer, she is 1001 and I am 1002.
When mounting a filesystem via nfs, is it possible to remap users, so that 1001 is treated as 1002 on the remote machine and vice versa? If so, which nfs parameters do I need when mounting?
View 1 Replies
View Related
Mar 26, 2010
I have checked several tutorial sites, to no avail. I can't seem to get Winpe 3.0 to boot over tftpd/pxe.Has anyone successful done this using Ubuntu 9.10?, or am I just wasting my time trying.
View 4 Replies
View Related
May 14, 2011
Is there a way to easily make the command key function as the control key on a macbook pro in these modern times of 2011? I tried one of the command-line based tutorials and couldn't get it to work. Seeing as I have little idea as to what I was doing, I'm going to need a gui. But come Natty, nothing appears to be working. I would think that this is a common question, so I'm sure there is something simple I'm overlooking.
View 9 Replies
View Related
Jun 9, 2010
I am using a Swedish keyboard, and I want to be able to type braces easier.
I planned to map AltGr + to '}' and AltGr + to '{'. However, nothing really changes. I have some other stuff in my .Xmodmap so I know that it gets loaded allright. Here's what I have so far:
keycode 35 = slash asciitilde dead_ogonek section dead_ogonek section
keycode 49 = asciicircum onehalf
keycode 66 = F10
clear Lock
[Code]....
View 1 Replies
View Related
Jun 9, 2010
I want the system to see a certain keyboard key as if it were another key. To put an example, suppose I want each time I type 'e' the system sees 't'. Can this be done?
View 7 Replies
View Related
May 11, 2010
I just got my hands on an old RollerMouse from work. [URL] It's pretty neat, however I think it would be killer if I could remap the roller (which is just a mouse) to function like a two-way scroll-wheel, and maybe the buttons as special shortcuts. Does anyone know if this can be done? I figured it's not a standard part of anything, so I'll at least have to make some script or changes to a driver, but I have no idea where to start..
View 3 Replies
View Related
Nov 17, 2010
I want to remap the Capslock key to a Shift key. The reason being is the UK keyboard has a very large Caps Lock and a alpha size shift. I have been looking everywhere and there is a lot about turning it into a CTRL key but I don't understand. Can you give me simple instuctions I don't know what keycodes to use and what file to edit.
View 5 Replies
View Related
Sep 29, 2010
I have 4GB of memory but i just found that if i enable Software/Hardware remapping in the bios the bios will then show all 4GB usable from 2.5GB but then Ubuntu refuses to boot up saying a kmiser type message but it will if i disable those 2 options. is there any way to fix it apart from reinstalling ubuntu?
View 8 Replies
View Related
Aug 13, 2011
I did install awn and setup. Nice look I got, but, some mess I must did, and the top/bottom panel disappeared, and the dash did too. After some search on the web, got back top panel, although it is not automatic, I must to start it.
View 1 Replies
View Related
Mar 8, 2010
I have a wireless keyboard with touchpad However the position of the mouse buttons is very unconfortable and so I would like to remap the mouse button to some kes on the keyboard.
I would like to use the media keys which are present on the keyboard. They are useless to me since most of the programs that I use have their own keyboard shortcuts for controls such as play, stop etc.
I mapped the keys using xev, and for instance I found that the "play" key mapped to keycode 172
by trying someting like
xmodmap -e "keycode 172 = Pointer_Button1"
nothing happens.
View 2 Replies
View Related
Jun 16, 2011
I have slackware 13.37-64 bit with xfce. I have a "microsoft wired keyboard 600" keyboard and want to remap it to use the right win key as ctrl. With xev i see that the keycode for the specific win key is 134.
Then i run:
Code:
But nothing changes. Even if i manually configure the .Xmodmap file in my /home i see no change at all.
View 3 Replies
View Related
Oct 21, 2010
when I try to enter an escape sequence in the interactive mode of dash, it keeps on spewing out the <ESC> character as ^[ displayed in plain text instead of catching it as a control character. I vaguely remember encountering this on some UNIX shell but for the life of me I can't find anything on it. So how do I properly enter escape sequences in dash's interactive mode? (it supposedly supports vi line edit mode but I can't access it at all because of the ESC situation)It's not a make-or-break thing.
View 2 Replies
View Related
Apr 27, 2011
im having some trouble with Md5sum, when i run
Code:
echo -n AlBgNb5Q5gic | md5sum
i get the hashed string with 3 white spaces and a dash, how do i remove the 3 whitespaces and dash? I need it to match with md5 over at mysql server but it fails, i'm guessing the problem is with the whitespaces and the dash
View 2 Replies
View Related
Sep 1, 2011
I have Ubuntu 11.04, upgraded from 10.10, and I'm logging into the default Ubuntu, Unity. In Dash, if I search for "firefox", I get three results:
Firefox Web Browser
Mozilla Firefox
Mozilla Firefox (Safe Mode)
Clicking Firefox Web Browser brings up Firefox just fine. But both Mozilla Firefoxes do nothing. I have a feeling that they're left over from Wine, but I'm not sure. The Uninstall Wine Software program doesn't show Firefox, but I may have uninstalled it through there a long time ago.
I want to remove these shortcuts from Dash. I tried checking the Main Menu program, but Mozilla Firefox isn't in there (though Firefox Web Browser is). I looked in /usr/share/menu/, and found a file called "firefox". That file specifies a title of "Firefox Browser", so I'm not sure if it even applies. The command it gives, "/usr/bin/firefox", is good, anyway. I don't see any other firefox related file there.
So, does anyone know how I remove those shortcuts from Dash?
View 1 Replies
View Related
Mar 4, 2011
I have read about it, looked at screen shots of it but I don't think Unity runs on a virtual machine yet so I have not laid hands on it. Still it looks to me like a remake of the old Windows 3.x "program groups" concept (at least it was called something like that back before the fall of the Roman empire). Looks like a waste of space to me to have all the program and file icons in a box instead of tucked out of the way along a panel.
View 1 Replies
View Related
May 16, 2011
I am currently using xmodmap for remapping keys like Caps Lock on my keyboard.However, my keyboard has a bunch of keys on the top that are rarely used (Multimedia keyboard with buttons like Internet, Music, Next song, Mute etc)I want to remap these keys to specific commands (Not keys).
For example: Pressing the Internet button should fire up my Firefox (/usr/bin/firefox)(which happens only in Windows for me)Also I need to map a specific button to xkill.
View 2 Replies
View Related
May 2, 2011
I upgraded to 11.04 with pretty much no issues. But, I do have one: When I opened "Files and Folders" in Dash and clicked on a .jpg image, a GNOME-looking dialogue popped up asking me which program I wanted to use to displayed the image. So, I went to make sure that opening an image on my desktop had the correct results. It did, and opens in Eye of Gnome. I messed up and made a typo, and now when I try to click on ANY folder or file in Dash, it says that it can't find the program "E" (which was my mistake/typo/whatever/I didn't finish typing and had a twitch or something xD). I cannot figure out how to set Dash to open [x file] with [x program].
View 9 Replies
View Related
May 2, 2011
Starting today, I have a new problem with "Files & Folders". No matter what file I click on, I get the same error message. For example, "Could not display "/work/photos/2011/March_LA/DSC_1585.JPG" The location is not a folder." Of course it's not a folder, since it is obviously an image file. If I navigate to this same file via Nautilus and double-click, it is opened properly. Is there some way to reset everything Unity back to some sort of default state? The only thing I did recently was to uninstall Thorin (XFCE file manager) which I had previously said to use for folders selected in the Dash. By the way, actual folders now work fine (and come up in Nautilus), but it now thinks everything is a folder. It doesn't make any difference what kind of file (.JPG, .mp4, .gnumeric,...) always the same "not a folder" error.
View 1 Replies
View Related
Aug 7, 2011
Hey everybody, I recently just switched to unity. I was wondering if there is any way to add classic categories in the dash menu?
View 6 Replies
View Related
Jun 23, 2011
I just installed Ubuntu on my cr-48 laptop and i wanted to map the Search button to open the Unity Dash. It was initally mapped to it, but when I tried to map some of the function keys to control volume and screen brightness it changed it when I imported the Cr-48 keyboard using keytouch.When I go into the System Settings> Keyboard Shortcuts I've tried to add a custom shortcut but I don't know what command to put into the prompt when I make it so that the Unity Dash will open. At the moment all the special keys (forward, backward, refresh, backlight, and volume) are working like i want them to, its just the search button i want to change.
View 1 Replies
View Related
Jul 31, 2011
In Fedora 14 I used to have some links to often used folders in the top panel, and now I would like to have some shortcuts in the Gnome 3 dash. I tried adding a custom launcher to the applications menu using alacarte, but it doesn't show up there. There is, however, an entry in alacarte-made.desktop. Is there any way to accomplish this?
Code:
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Link
[Code].....
View 2 Replies
View Related
Apr 19, 2011
why does md5sum return a dash at the end:
Code:
$ md5sum
string290350295 -
How can I remove this using the md5sum tags?
View 2 Replies
View Related
Nov 20, 2010
I have just recently installed Linux Lime along with windows 7 Home Premium. Before, there would be a menu asking me which operating system I would like to use. When I click linux it goes to linux and windows 7 goes to windows 7. Now when I click Linux, the black screen you get at the beginning shows a - (dash) constantly flashing on a black screen and won't boot to linux. This is normal as it does that for a second then boots. Now its stuck on that flashing dash on a black screen and won't boot.
View 1 Replies
View Related