Software :: Name Of App That Sends Virtual Keystrokes?

Jul 9, 2010

I cannot remember the name of an app I once found that sends keystrokes from terminal. I believe it started with the letter t and was only a few letters long...

View 1 Replies


ADVERTISEMENT

Ubuntu :: Keystrokes Not Getting In The Buffer While Saving?

Jan 4, 2011

Issue: My wife can type about 70wpm. And uses the computer to write short stories. She has been bitten before and as a results saves often. In fact she CTRL+S (saves) at the end of most sentences and every paragraph out of habit. In MS Word she could keep typing while the computer saved, and once MS Word was done saving it would drop all the buffered text onto the page. OpenOffice3.2 doesn't work this way. She has discovered that while it is saving and she is still typing the text doesn't go into the buffer and she looses the text she has typed. She is reporting to me that she looses a couple of words since the saving takes about 1-3 seconds.

My thoughts before I get home tonight: I was thinking of whipping out the video camera and showing everyone.Switch to LibreOfficeSee if it happens in other applications, maybe plop her down in gedit and see what happens, it could be an when writing to HDD keyboard buffer doesn't work.

View 1 Replies View Related

General :: Software Not Recognising Keystrokes ?

Jun 6, 2010

I have a piece of software that attempts to recognise when a hotkey has been pressed in order to activate functions, this program is designed for use on Windows systems so I am currently running it through the tool called 'Wine.'

When I am in the program it detects the key I wish to assign, it then allows me to save the settings which remain present once the program has been relaunched. However, both with and without the given program in focus it does not detect the given keystrokes.

I have attempted to make Wine use dinput.dll in native Windows form, rather the my system default however this did not resolve the issue. Even though it did make the program save my keystroke in a Windows format.

View 1 Replies View Related

Debian Hardware :: Some Keystrokes Not Getting Recognized By System

Mar 4, 2016

I'm using Debian (Stetch at the moment). Since a couple of days i noticed that some keystrokes get not recognized by the system, which is really annoying if i type something. It also happens sometimes that a random key gets pressed. For example if i want to type "Hello world", I get "Helllllllllllllo, world", the system would print the "l" character, for example, as long as i don't press any other key. I have a similar problem with my mouse, sometimes it would just get stuck and would not recognise any movement or key presses for a couple of seconds.

View 2 Replies View Related

Fedora :: The Keyboard Is Sending Mutiple Keystrokes?

Nov 13, 2009

In the attempt to solve other problems () I got now this new one.Whatever I type, every character is displayed (and interpreted) mutiple times.rice for the sake of precision.It's happening with both the internal keybaord (it's a laptopt) andh an external USB keyboard.In order to work I'n now using the on screen keyboard of my KDE.To log in I had to enable the automatic login.

View 3 Replies View Related

Fedora :: Get All Keystrokes Fired To My Laptop In My Absense?

Mar 7, 2011

Can anybody help me out with keystroke logging. I am trying to figure out if there is any way to get all the keystrokes fired to my laptop in my absense. Is there any packages for this ?

View 2 Replies View Related

Ubuntu :: TightVNC Assigning All Keystrokes Incorrect

Jan 7, 2010

The goal was to remote desktop to my linux box from my windows machine, I went down the path of TightVNC. Installed and ran it.. thought I was all clear.. however the keyboard keystrokes are all jumbled, and seem to be all over the shop. (i.e.: when I press 'p' it actually comes out as 'X' etc. Happens for all keystrokes. Had a quick look around but haven't found any information on it. Uninstalled tightvnc server and installed vnc4server and it resolved the issue, shrug.

View 1 Replies View Related

Ubuntu :: Apps Capturing All Keystrokes / Change This?

May 14, 2010

So I've noticed that some applications block keystrokes and input from reaching Ubuntu. Most recently I got the Linux version of Unreal Tournament 2004 running. Problem is that when I'm playing Unreal it captures all input, so when I decide the game is too loud or too quiet, rolling my volume wheel doesn't adjust the volume. I either have to pause the game so it releases my mouse(only in windowed mode), or exit altogether, adjust the volume, and restart the game. Is there a way to change this?

View 1 Replies View Related

Ubuntu :: How Does One Remap Mouse Buttons To Keystrokes

Nov 17, 2010

I've been playing a fair amount of Minecraft. Awesome game, but I really dislike that the mouse buttons bindings aren't editable. I was wondering if there was a program out there for Linux that can remap a mouse button (Like [Right Click]) to a key on your keyboard. (Like the [Spacebar]) I've done some digging around, but nothing shows up to edit the three standard mouse buttons, just the extended ones.

View 2 Replies View Related

Ubuntu :: Programs To Count Keystrokes (NOT Keylog) For System?

Feb 1, 2010

Are there any programs to count keystrokes (NOT keylog) for Linux?

If not, where could I start manually?

Poking around in /dev/input has turned up nothing usable.
xev only works if the window is selected.

I am trying to compile my usage data to prove to myself that the switch to Dvorak from QWERTY was meaningful.

View 2 Replies View Related

Ubuntu :: Desktop Brightness Changed By Random Keystrokes?

Jun 30, 2010

whenever I type certain things (backspace when nothing left to delete, tab to autocomplete in terminal, etc.) the screen will randomly go dim and then go back after a few seconds. it also happens when I try to use the rain or write with fire options.(though this might be normal)

View 7 Replies View Related

Ubuntu :: Lost Custom Keystrokes With Natty Upgrade?

Apr 29, 2011

I have a script that toggles my touchpad on and off and I assigned it a custom keystroke using gconf-editor. It worked fine until I upgraded to Natty and now I can't make it work anymore. I checked and the script is still the value of 'command_1' and the same keystroke (<Alt>t) is still the value of run_command_1 in the universal keybindings. But, for whatever reason, when I hit <Alt>t, nothing happens. I've tried using assigning different keystrokes, but nothing has worked.

View 3 Replies View Related

Software :: Variations - Calibrate The Terminal To Treat Keystrokes

Mar 18, 2010

I use many different terminals during the course of my working day and frequently have to adjust my interaction to each unique type. For example, when interacting with bash via my work gnome-terminal I can use ctrl-arrow to skip over words, like most test editors allow. On the other hand, my xterm at home can't interpret this action and spits out a chunk of binary gibberish whenever I use this command.

I think that the behaviour of bash is consistent, it's just that the xterms treat keyboard events differently, depending on their configuration. Can someone confirm for me that this correct?, if yes, how can I calibrate the terminal to treat my keystrokes in the manner I desire?

View 3 Replies View Related

Programming :: Sending Keystrokes From C Program To Certain Running Applications?

Jan 13, 2010

My requirement is to save files before shutting the Linux machine down, unattended ie: when the user is not near the machine. This is done whenever the UPS battery is about to die, so that the files get saved. open-Office/text-editor applications that can be saved using keystrokes will have to be found from the running processes and keystrokes should be sent to them from a C program that was started in non-graphics stage. ie: from a C program that forks into memory as a daemon before xwindows part starts. How to I send keystrokes to a running application? (like cotrol + F and then wait and then send next set of keystrokes till the file is saved as a new file or as the same file itself), either from C program or a script?

View 1 Replies View Related

Ubuntu :: Capture Keystrokes Accross Network On A Proxy Server?

Feb 24, 2010

Well this is what I am trying to do:

I have a home network with 5 pcs that have Windows XP. I have another computer that has Ubuntu 9.04 server, Squid, and Dansguardian.

The proxy server is able to monitor and report all websites that have been visited. The report is sorted by the ip address from each of the windows pcs.

This is my question:
Is there some software that can be installed on the proxy server that will act as a keylogger...monitoring the keystrokes that are being typed in on the Windows pcs and then generate a report, sorted by ip address, of the keystrokes for each of the windows pcs.

I know that I can install a keylogger on each pc, but I think that it would be better if it was on the proxy server monitoring all the computers.

View 2 Replies View Related

Ubuntu :: GRUB Boot List Not Responding To Cursor Keystrokes?

Sep 27, 2010

I just installed Kubuntu 10.04 dual booted with Windows XP Home. It worked OK until I tried to reboot. Then, when the GRUB boot list came up, there was no response to the keyboard cursors or other keys, so I was unable to select any OS other than the default. Right now, I can't access Windows at all.

Any solution to this? One person suggested enabling USB in BIOS, but I found nothing relevant there. Another suggested I use a PS2 keyboard, which I did, but no change...same problem.

If I can't get a solution to that, how do I change the GRUB configuration to make Windows the default? 10.04 doesn't have the same kind of GRUB boot config file that I recall using the last time I worked with Kubuntu, way back around version 6 0r 8.

View 6 Replies View Related

Networking :: Scp Sends Ok But Stalls On Receiving

Aug 17, 2010

I have set up a server using Suse, which I have done several times. This one is running 11.2 'Emerald'. It has 2 network cards. One is connected to a bt router with a static ip, and the other is for the internal network. The server is used as the gateway for the internet via masquerading. I have 2 issues, which I suspect are related. I can ssh to and from the server fine, but if I try to scp a file, it is fine sending to a remote machine, but stalls if I try the other way.

It also stalls if I try and send from the remote machine to this one. I have tried debug mode, but no 'error's occur, it just stalls.The internet connection is also very slow and sometimes stalls, so there may be a link.I am not new to linux, but this has me baffled. This server replaced a Suse 10.2 server with similar config, and that worked fine.The firewall allows ssh, so I don't think its that.

View 12 Replies View Related

General :: Scrolling - Assign Commands Or Keystrokes To The Mouse Scroll Wheel?

Jan 13, 2010

I have a lil' problem with a new project. I'd like to find out how to set the ability to change to the next track in a playlist by using ongly the scroll wheel of a standard usb mouse. The objective is to assign a keystroke or a command to both mouse button 4 and mouse button 5 (scroll wheel up and scroll wheel down), so that a program like rythmbox or vlc would skip to the next or previus song in the playlist.

View 1 Replies View Related

Fedora :: F13 Sends Corrupted Files Over Bluetooth?

Jul 21, 2010

It seems there is a bug with F13Files send over Bluetooth to my WM phone are corrupted.When I send files, the Bluetooth transfer starts normal, then when the transfer finishes the window stays open (like it does not complete the transfer).I am unable to run or use that files on the WM (they are binary or data) so I assume they are corrupted. I have no problem with Ubuntu/Opensuse (I have a test disk with Ubuntu and OpenSuse) only with F13.

View 2 Replies View Related

OpenSUSE :: KMail Sends It's Authentication String?

Feb 23, 2010

I just installed my version of 11.2 and am slowly setting up the software I need to make my Windows box an expensive paperweight. I recently set up my KMail to receive mail on my POP3 acct. I only recently had reason to send an email to myself at work to remind me to do something. When I hit send this is what I got:

[code]...

And it was in the clear. hmmmm. Is this how KMail sends it's authentication string? I have never really looked at SMTP or POP packets so maybe they all send them like this but I was a bit shocked when it came up like that. What if someone had been looking over my shoulder?

View 6 Replies View Related

General :: Secure Distro That Sends Traffic Through Tor?

Aug 2, 2011

I'm looking for a live Linux distro that is secure and preserves my anonymity online. For what I need, Tor seems to do the job - but such software requires configuration that someone who is not knowledgeable in how it works might find difficult. I was looking at 'Lightweight portable security' but it does not specify whether it sends all traffic through Tor. Does anyone know more information about it and/or any other such live Linux distro?

View 3 Replies View Related

General :: Can Attachment Sends Through Mail Command

Nov 3, 2010

how can attachment sends through mail command in linux with mail command either with mail -s or -v option also please confirm how to download the attachments from it . and how one should knows with mail command that attachment is present with the particular mail

View 4 Replies View Related

Ubuntu :: Macro Can Record Keystrokes To Reset Cable/router Modem Combo?

Dec 22, 2010

I snaptic installed xmacro. I do not see it show up anywhere. Lost. I need a macro that can record keystrokes to reset my cable/router modem combo. I now use autohotkey. But I cannot virtual machine this, because it would need to raise up a ms windows explorer, something that cannot be done in a virtual machine on guest OS.

View 1 Replies View Related

Debian Configuration :: Smdadm Sends No Mail While Booting

Oct 13, 2015

It's hard to understand the whole systemd stuff. Specially in combination with mdadm and sendmail. My goal is to get a mail every boot about the state of the RAID. Also get a mail when someone is wrong with the RAID while my computer is running. How I can reach this target I don't care especially. It just has to be a Debian package and stable

OK, to the story: I made a while ago an dist-upgrade from wheezy to jessie. Before, everything works fine. I boot my computer, the RAID gets checked and a mail was sent to my email-address with the state of my RAID and the disks of it. For this I followed a HowTo from [URL] .... After the upgrade, I dont get a mail anymore.

Here some details.

Actually installed: Debian 8.2 Jessie

Code: Select allsystemctl status mdadm-raid -l
● mdadm-raid.service - LSB: MD array assembly
   Loaded: loaded (/etc/init.d/mdadm-raid)
   Active: active (exited) since Son 2015-10-11 16:11:34 CEST; 21min ago
  Process: 281 ExecStart=/etc/init.d/mdadm-raid start (code=exited, status=0/SUCCESS)

Okt 11 16:11:34 xy-server mdadm-raid[281]: Generating udev events for MD arrays...done.

[Code] ....

When I execute

Code: Select allecho "This is a test e-mail from my server using msmtp" | msmtp -d xyz@gmx.net
or
Code: Select allmdadm --monitor --scan --test --oneshot

Everything works. I get the mails like I need it. In my opinion it's not a problem of the mail configuration. It seems, there is no network when the RAID get's started and the mails want to be send.

What I'm wondering is also, that obviously the

/etc/default/mdadm
is ignored by systemd and only the
/lib/systemd/system/mdmonitor.service is executed. But while booting the RAID get's startet with /etc/init.d/mdadm-raid and this should read the /etc/default/mdadm. Right? Confusing!

Anyway, is there a way, how I can easy change the order (without any side-effects) of the startup for the network and the RAID. I can't figure out, which unit I have to change, that it will work. Or maybe is there another solution? Like I mentioned, it's just have to work with Debian stable packages

There are various units who sounds nice, but wich one is the correct one?

Network:
- network-online.target
- network.target
- system-ifup.slice
- ifup@eth0.service

Disks:
- local-fs.target
- mdadm-raid.service
- mdmonitor.service
- -.mount

And how can I be sure, that every dependency of the network units doesn't depend on a filesystem unit?

View 2 Replies View Related

OpenSUSE Install :: Root Sends Reboot Signal?

May 26, 2010

My server is opensuse 11.1 I recently wrote a small script to quickly shut down or reboot my server (I needed this because I need to close an application manually before shutting down. The shutdown line in the script was: /sbin/shutdown -r now When I tested the script (as root) from the console terminal, It worked just fine but after reboot strange things started to happen if I logged in as root - while the mouse works, the keyboard freezes (rebooting the server does not help). While I can still use console terminal, if I try to start any application that requires root permission or log in as root from my sftp client then I will get an error on the server that says; broadcast message from root (time & date), the system is going down for reboot now! I have since commented out level 6 in my inittab, so that now when root sends a reboot signal and It shows the message about going to reboot, it does not actually go into reboot anymore because of the commented out line but that is ofcourse not an healthy way to go about it.

View 4 Replies View Related

Ubuntu One :: Cannot Delete Bookmarks - Bindwood Sends Them Back

Jan 24, 2010

The only problem is I'm having trouble with Bindwood, the bookmark synchronising program. I'm on 9.10 and using firefox and whenever I try and delete a bookmark it just appears in my bookmarks next time I restart firefox.

View 1 Replies View Related

Ubuntu :: Thunderbird Sends Mail Only When Started By Root?

Dec 23, 2010

I have 2 email accounts set up in Thunderbird - one is gmail and the other was given me by our server admins few years ago. Everything works fine on windows but when I try to send something from the second account (not gmail) in ubuntu it says that password is incorrect. Ive double checked all settings and seems like everything set correct. Now the most interesting part: when I set up this account as root (gksu thunderbird and then do same as I did under my account) everything works perfect.

I found only one thread at this forum with same issue and sure it's not solved [URL]..

View 7 Replies View Related

Server :: Running Process That Sends Email When Returns 0?

Jul 20, 2010

a file or a process that is always running and pinging for example [URL]. returning 1 or 0, when returns 0 (that means have no response) do something else. i already made the something else, basicly sends an email etc.

View 1 Replies View Related

OpenSUSE Network :: Apache Sends Php Source Code To XMLHttpRequest?

Jan 12, 2010

I think I put my question on a wrong sub-forum. My problem is I can't get apache to produce right output to XMLHttpRequest responseText but instead it displays php source code. On another server the same code works as it should.

When I open the php script on a browser window it works as it should.

this is the thread in programming sub-forum Apache sends php source code to Ajax - openSUSE Forums

I'm using Firefox 3.04 and SuSE 11.1

View 1 Replies View Related

Ubuntu :: Change Operating System That Firefox Sends To Server?

Jun 15, 2010

I'm trying to sign up to office-live but I'm getting this error. Is it possible to report to office-live that I'm using windows so I should be able to use the service.

View 3 Replies View Related







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