Ubuntu :: Command To Disable Repeat Keys?

Feb 6, 2010

Under System > Preferences > Keyboard Preferences there is an option to en/dis able "Key presses repeat when key is held down".

Is there by chance a command to en/disable this option? (edit: meaning a terminal, or 'run application' type command)

Seems a little far-fetched, but for how often I toggle this..

View 1 Replies


ADVERTISEMENT

Ubuntu :: Disabling Keyboard Repeat From The Command-line

Apr 11, 2010

Some Flash games don't work very well on Linux because when you hold down a key (such as one of the cursor keys) the Flash player sends the game multiple KeyDown and KeyUp events, leaving the game unable to tell the difference between a user holding a key or a user tapping a key quickly. (On other platforms it seems that typematic repeat generates multiple KeyDown events but not KeyUp events.)

Anyway, to work around this problem, I go to System->Preferences->Keyboard and disable "Key presses repeat when key is held down" when I want to play a Flash game, then put it back afterwards. I do this often enough that I'd like to set up some shortcut keys to change the setting. I figured out the following commands to turn it off and on again:

gconftool-2 --set /desktop/gnome/peripherals/keyboard/repeat --type bool false
gconftool-2 --set /desktop/gnome/peripherals/keyboard/repeat --type bool true

My problem is that when I have tried entering these on the command-line (in a gnome-terminal), X-windows seems to get confused and behaves as though I'm holding down the enter key. It doesn't stop if I press enter again. I tried pressing ctrl-alt-f1 to switch to a text console and it worked fine, but when I pressed ctrl-alt-f7 to go back to X it still behaved as though I was holding down enter. I had to press ctrl-alt-backspace to reset X before it would return to normal. I *think* it happens in particular when changing the setting from true to false. I'm running Karmic Koala with all the updates.

View 1 Replies View Related

Ubuntu :: How To Remap And Disable Keys

Feb 26, 2010

Just installed the Ubuntu for the first time and I have a problem. My keyboard's "a" key is faulty, it's acting like it's stuck, that is it is constantly typing aaaas so I had to disable it and reassign the letter "a" to another key. I did this quite easily in Windows with a program called KeyTweak...

Now that I started working in Ubuntu, the damn thing started acting just as it did under windows and it's constantly typing a all over the place, so I can't get any work done. How do I disable the key "a" and reassign "a" to another key(like q for instance)? Are there any programs for key remapping in Ubuntu or I'll have to do it manually? If so, how?

View 2 Replies View Related

Ubuntu :: Disable Password And Encryption Keys?

May 11, 2011

How to disabling Encryption keys ?(ubuntu 10.10)

View 3 Replies View Related

Ubuntu :: How To Disable Arrow Keys On Laptop

Jul 6, 2011

I am having a lot of problems with hitting the arrow keys while typing. At least, I think that's what it is. Maybe the page up/down/back buttons, too. Is there a way to disable one or more keys on the keyboard via software, other than going into BIOS? It's getting annoying having to retype stuff over and over. I guess maybe I'm just not used to my new keyboard, is all. But I never use those buttons and likely never will.

View 9 Replies View Related

General :: Disable Control Keys In Fedora?

Jan 4, 2010

I have a testing application, under which I need to disable Ctrl-x and Few other keys...

My Problem is If i disable Ctrl Key using xmodmap command..All the other Ctrl combination are getting disabled...For ex: Ctrl-s, Ctrl-a etc..My goal is to enable some combination of Ctrl key and disabling some combination of Ctrl key..

View 1 Replies View Related

Debian Hardware :: Bluetooth Keyboard Disable On Lock Keys

May 6, 2015

I've got myself a a Filco Majestouch Convertible 2 which is a USB/bluetooth keyboard.

When I use it in USB mode it works perfectly. I would like to use it in bluetooth mode and I've found that it has problems. When I hit either Numlock or Capslock it stops responding.

I'm running Debian Testing and it was last updated a few days ago (02/05/2015). I've tested the keyboard using Ubuntu 14.04 live cd and it worked flawlessly even hitting Numlock & Capslock didn't stop it.

If I run btmon to monitor the keyboard it shows that after I've hit capslock or numlock it still sends signals to the computer. So there is information being sent to the computer but these characters do not make themselves to my application. I'm just testing with a terminal window.

Here is the output from btmon whilst the keyboard is connected and working:

Hitting the 'a' character
a> ACL Data RX: Handle 35 flags 0x02 dlen 14 [hci0] 16.769645
Channel: 65 len 10 [PSM 19 mode 0] {chan 1}
a1 01 00 00 00 00 00 00 00 00 ..........

[Code] .....

Here are the versions of software I'm using;

Code: Select allbluetooth                                                   5.23-2                                          all          Bluetooth support
libbluetooth3:amd64                                         5.23-2+b1                                       amd64        Library to use the BlueZ Linux Bluetooth stack

View 1 Replies View Related

Fedora :: F10, F11- Remap Keys ( Disable Caps Lock And So On With Xmodmap )?

Jun 20, 2009

In Fedora 10 they decided to change to "evdev", so if you used xmodmap in F9, these mapping have changed in F10 and F11 for that matter. In order to find the new key values start

Code:

xev and press a button you would like to know the keycode for. Write this value down. When done, make a file ".xmodmap" and put in the values. "man xmodmap" explains the format. Not easy to understand! So here is how mine looks like.

Code:
clear Lock
keycode 112 = Caps_Lock
keycode 118 = Delete
keycode 119 = Home

[Code]...

This layout is MUCH more logical than the original. Now Delete is the key just to the right of the Backspace key. Back spaces deletes to the left, and Delete deletes to the right, so these keys shoudl of course be next to each other Page Up, Page Down, Home, and End now have the same structure as the arrow keys below. This layout makes it much easier to navigate without looking at the keys, because now the layout makes sense And why shouldn't 0 be to the left of 1? of course it should. 0 is lower than 1.

View 1 Replies View Related

Software :: XFCE Terminal Cannot Bind Shortcut Keys / How To Disable All Shortcuts?

Jun 5, 2011

Is there any way to disable shortcut keys in XFCE Terminal ? I can't seem to bind the shortcut keys, and F1 especially really gets in the way for some programs. Have no clue who thought it would be a good idea to bind F1 to a stupid help screen, when many terminal programs need this. I am using fluxbox, so maybe this has something to do with it.

View 1 Replies View Related

General :: Disable The Su Command On A Server So That Users Cant Run The Su Command?

Apr 29, 2010

i want to disable the su command on a server so that users cant run the su command i removed the comment from the 3 and 5 line in /etc/pam.d/su file but it doesnt seem to work the file is shown below

#%PAM-1.0
auth sufficient pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.

[code]....

View 8 Replies View Related

Ubuntu :: Short Cut Keys Seem Not Ot Be Working - Ex Alt +F2 Dose Not Open A Pop Up Command Line

Apr 29, 2011

Some of my short cut keys seem not ot be working. Ex Alt +F2 dose not open a pop up command line. Also would like to add some short cuts. Like Ctrl + Alt+ Backspace for reboot. I went to the short cut app and I can add a short cut key, name it, but can't seem to figure out how to assign it a function. Didn't seem intuitive to me. I'm using the UNE version on a asus eel 1000.

View 1 Replies View Related

General :: 10.10 - Running Command On Startup (Remap Keys)

Jan 23, 2011

I want to run this command on startup.
xmodmap /etc/xmodmap
I am running Ubuntu 10.10 and need to remap keys. It only seems to work when I run it in terminal after I login.

View 2 Replies View Related

Ubuntu :: Accessibility Equivalent For Sticky Keys And Mouse Keys?

Jun 27, 2011

Just wondering if Ubuntu has an Accessibility equivalent for sticky keys and mouse keys.

View 1 Replies View Related

Ubuntu :: Keyboard Repeat Does Not Work Correctly?

Feb 19, 2010

Keyboard repeat doesn't seem to work correctly on my system (Xubuntu, 9.10). Holding a key down ends in the repeat function stopping after a certain point, and at different times each time. Also, editing text fields is tricky because the field currently highlighted reverts to its previous value if I don't hit enter fast enough (I have to type new values into a notepad and copy and paste it quickly into the field).

View 2 Replies View Related

General :: F3 - F5 Keys Incorrectly Behaving As Audio Keys / Remap Them To Original Meaning?

Apr 17, 2010

I don't know if this is a configuration issue or a hardware issue, but I have a Kinesis Advantage USB keyboard and for some reason the F3-F5 keys aren't responding as they used to. They don't respond to anything and, when I tried using F5 on Emacs, it said <XF86AudioNext> is undefined, so I guess it's a weird mapping problem.

Any idea how I could remap them to the original meaning?

View 2 Replies View Related

Ubuntu :: Repeat Rows In Open Office 3.2 Calc?

Oct 28, 2010

I have been trying to repeat the first two rows in a Calc document but I keep getting an error.

Here are the instructions that I used.

Printing Rows or Columns on Every Page If you have a sheet that is so large that it will be printed multiple pages, you can set up rows or columns to repeat on each printed page. As an example, If you want to print the top two rows of the sheet as well as the first column (A)on all pages, do the following:

1.Choose Format - Print Ranges - Edit. The Edit Print Ranges dialog appears.

2.Click the icon at the far right of the Rows to repeat area. The dialog shrinks so that you can see more of the sheet.

3.Select the first two rows and, for this example, click cell A1 and drag to A2.
In the shrunk dialog you will see $1:$2. Rows 1 and 2 are now rows to repeat.

4.Click the icon at the far right of the Rows to repeat area. The dialog is restored again.

5.If you also want column A as a column to repeat, click the icon at the far right of the Columns to repeat area.

6.Click column A (not in the column header).

7.Click the icon again at the far right of the Columns to repeat area.

Rows to repeat are rows from the sheet. You can define headers and footers to be printed on each print page independently of this in Format - Page.

And here is the error.

"invalid sheet reference"

View 1 Replies View Related

Ubuntu :: Gnome 3: Key Repeat (delay / Acceleration) Not Working?

Jul 1, 2011

in gnome 3 I can't change my keyboard settings which define how fast a key get's repeated, if you keep it pressed. Screenshot is attached, unfortunately only in german.

edit://In addition prior to gnome 3 I was able to change the keyboard "handler" (I have a Logitech G110 with macro-keys and I was able to let g15macro handle them) which I am not any more. Why?

View 3 Replies View Related

General :: Re-mapping Non-standard Keys To Modifier Keys?

Apr 7, 2011

I'm running Debian (Squeeze) and I have a toshiba portege m700. It has five buttons on the front just under the screen, which are the only ones accessible when you flip the screen over into tablet mode. One of them is for rotating the screen, and another is for switching to external display. I want to remap the remaining three to control, alt and super so that I can use shortcuts with the stylusThe problem is, when I used showkey to find out the key codes, I found out that each button generates more than one key code:Button 1:

key 126 press >> super_r, although this is distinct from the actual super key (125)
key 7 press >> 6
key 7 release
key 126 release

View 4 Replies View Related

General :: Movie Player Fails To Repeat?

Jul 14, 2009

Debian 5.0
Totem Movie Player 2.22.2

Totem can play .flv file download on Internet. However it can't repeat playing. At end of playing the .flv file following warning popup, disregarding [Repeat Mode] check or uncheck

Code:
An error occurred
internal data stream error
[OK]

After clicking [OK] and the starting icon [triangle] I can replay .flv file.

View 3 Replies View Related

Server :: Fsck Repeat Error In Kernel 2.6?

Feb 17, 2010

When I boot the linux kernel 2.6 , I was kicked out and request to run fsck manually. After running fsck -y /dev/vg00/lvol3 and /dev/vg00/lvol4 and reboot, I still get the same error and request me to run fsck . I attach the console output in here .

View 4 Replies View Related

Slackware :: Keyboard Auto Repeat Rate In 13.1?

Dec 8, 2010

When I go to boot up, I ususally have a failedattempt or two at logging in, because my autorepeat rate on the keyboard will often give me morethan one character when I depress a key. SoI put my password in wrong and get a failed attempt.After I log in I usually run:kbdrate -r 6 -d 500This gets my autorepeat rate down to 6 char per secondand delay time to 500 to where I can actually use the keyboard. Is there some place I can run those commands duringboot, so that I don't have the failed and repeated

View 3 Replies View Related

Ubuntu Networking :: Can A Linksys WRT54G Receive / Repeat Wireless Signal

Feb 19, 2011

Situation is a cable modem and a Belkin F5D8235 Wireless-N router (and a computer) are at one end of the property. Approx 150-200 ft away I want to put 3 desktop computers none of which have a wireless card or device. I DO have a Linksys WRT54G I'm not using.I want to hardwire the 3 desktop computers to a switch that is hard wired to the Linksys. Putting a wireless card in one of the 3 computers is not practical because of physical obstructions (a lot of cabinetry, furniture, walls) that the Linksys (which can be at the window) would not have to deal with.

Is it possible for the Linksys to 'receive' the wireless signal from the Belkin so the 3 desktops can share the internet? If not, what could I put in the window to 'receive' or 'repeat' the wireless signal?I know this isn't exactly a Ubuntu question, except that 2 of the 3 computers are 64bit Lucid.

View 1 Replies View Related

Security :: How To Disable Rm Command For An User

Apr 7, 2010

I just want to disable rm command for an user..Root only need to use that

View 14 Replies View Related

General :: Repeat Gapless WAVE Playback On Windows 7?

Sep 27, 2010

I have a .wav file (a drum beat) that I want to use to play along with. The problem I am encountering is that I can't get either VLC or Windows Media Player (both on Windows 7) to play the file in repeat mode gaplessly, which makes it useless since it's a drum beat and it needs to be precise.

Is there some program on either Windows 7 or linux that you know can do this?

View 2 Replies View Related

General :: Keyboard In Fluxbox - Repeat Speed And Delay?

Apr 1, 2011

Does setxkbmap configure keyboard repeat speed and delay time? If not, how do I configure it? Unfortunaly Google

View 2 Replies View Related

Software :: Amarok Has No Random Play Or Repeat Options?

Jan 10, 2010

I just bought a new hdd for my pc and reinstalled opensuse 11.2 Updated to amarok 2.2.1 and now i have a problem, my menu doesn't contain playback-->repeat/random options, they simply aren't there. amarok doesn't allow to play repeat and random simultaneously.

My problem is that i want to launch amarok with random playback....could this be done with some parameter through the terminal...(e.g amarok --playback-random)?

And ifanyone could say why I don't have certain menu items in amarok I would also be grateful. I think it is not related to the packman repo because i have the suse version of amarok.

View 1 Replies View Related

Programming :: Bash: Repeat Commands Until A Condition Is Matched?

Mar 8, 2011

need to modify some scripts to repeat the commands in them until a variable returns a proper value. I need it to add some redundancy to some scripts i use to upload files to a remote server.This is an example of a portion of those scripts:

Code:
################## site UPLOAD ##################
site_login=$(curl -c $site_cookie -L -F user=$site_user -F pass=$site_password -F

[code]....

View 4 Replies View Related

Ubuntu :: Sudo - Disable Confirmation And Simply Execute Command

Aug 5, 2010

In Ubuntu, When I type sudo and hit enter, the new command will appear on the command line, instead of simply executing. This is different from other operating systems I've used, such as older ubuntu's, mac osx and debian. Is there a way of disabling this confirmation and having it simply execute the command?

View 3 Replies View Related

Ubuntu Multimedia :: Simple Media Player That Can Loop/repeat A Given Section Of A Song

Aug 16, 2010

I'm looking for a simple media player that can loop/repeat a given section of a song; say from 2:55 to 3:20 if I wanted. This would be useful for guitar practice.

View 8 Replies View Related

General :: Disable Telnet Command From Client End?

Jul 20, 2011

From Linux client end I can easily telnet to a remote Linux server easily , Like :

[root@apps1 ~]# telnet 192.168.1.14
Trying 192.168.1.14...
Connected to 192.168.1.14 (192.168.1.14).
Escape character is '^]'.
catalog.aibl.com (Linux release 2.6.18-8.el5 #1 SMP Tue Jun 5 23:25:19 EDT 2007) (1)
login:

But I want to disable the "telnet" command from the client end , so that I cannot telnet to a remote linux server from the Linux client end

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved