Configuring sftp to recognize kbd input like arrow keys

I use sftp (from a terminal window) to post files to my web servers. For what I'm doing, a GUI is overkill and just slows me down. I need to know if there is a way to configure sftp to recognize a keystroke like the "up arrow" and interpret it as "repeat the last command", like the bash shell does. Does it use someting like a TERM value?

The default console is very poor, so you can't even do that without extra native libraries (I believe JConsole was one).
Although if you add some Swing, you can create a console-like system with a JFrame and some textfields.

Similar Messages

  • How to implement JSF text input down-arrow key = next record navigation?

    Hi All,
    I've got a small query which you experts might be able to help me through. I would not be surprised if such questions would already have been raised in this forum.
    Formerly, I've created an Oracle Form that allow user to quickly insert data in bulk. It only has three 3 fields - first name, second name and address. Because of the flexibility of the Oracle Form, by pressing the down arrow key, user is able to create record when the last record is detected. And vice versa by hitting the up arrow key, it will move to the previous record when the current record is not the first record. So basically, the form is very 'key-driven' and without the use of the mouse, a lot of data can be inserted very quickly and efficiently.
    I've successfully converted such form to an ADF BC JSF page using the JHeadstart toolkit. But when I showed it to my users for comment, they were really disappointed with the number of mouse interactions they need to click every time to navigate between records as well as creating new records. My question is can I build some sort of ADF JSF event handler on any of the text items to perform the following tasks:
    1.) When 'down arrow key' is pressed AND not the last record THEN
    Go to the next record.
    2.) When 'down arrow key' is pressed AND is the last record THEN
    Go to the next blank record.
    3.) When 'up arrow key' is pressed AND not the first record THEN
    Go to the previous record.
    4.) When 'up arrow key' is pressed AND is the first record THEN
    Do nothing.
    If all the four above tasks are achievable in ADF JSF, can you please guide and brief me on the steps to implement them. Or these functionalities are already available somewhere in other open source toolkits. Your help is much appreciated. Thank you and have a nice day.
    Kind Regards,
    John

    Hi Steven,
    I've tried to incoporated attached link's codes with the JHeadstart generated code inside the jspx but I still cannot get it to work. There is a lot of Javascript error and is impossible to debug.
    Regards,
    John

  • My arrow keys start start repeating without touching them and a string of periods are displayed in an entry field (e.g. credential to log in). Or if I type an arrow key, they immediately start repeating in perpituity. It's like a ghost in the machine.

    After the last OS X update (a security update I think), two things happened:
    my iMac would not boot (gray screen) or if it did boot, the mouse wasn't recognized and I couldn't mouse to the PW field to log in - nor did tabbing or any keystrokes get me there. I fixed this by unpludding peripherals (back up drive), but know I can't boot unless they are unplugged and it makes using TimeMachine a pain in the arse.
    My wired, extended mac keyboard now types without me, primarily, as far as I can tell, the arrow key(s). .................................... So, for example, those periods you see here are because I touched the right arrow key and off it went until I pressed ESC. Also, sometimes they just start going off on their own. For example, I can be in sleep mode and all of a sudden the screen will wake and the PW field will start filling with periods, just like you see above. ***?
    Seriously, you would think that apple would have a response for this. I have searched their support site and NOTHING. I've seen some older threads on reseting certain things. Does anyone have any summer 2013 updates?
    Thank You!!!

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • How to configure SFTP Adapter in XI?

    Hi All,
    How to configure SFTP adapter in XI?, It would be great if anyone sends a step-by-step documentation on the same.
    Thanks in advance

    Hi,
    About SFTP .
    1) SFTP (Secure File Transfer Protocol)
    "SSH File Transfer Protocol" or SFTP is a network protocol that provides file transfer and manipulation functionality over any reliable data stream. It is typically used with the SSH-2 protocol to provide secure file transfer. SFTP encrypts the session, preventing the casual detection of username, password or anything that is being transmitted. One key benefit to SFTP is its ability to handle multiple secure file transfers over a single encrypted pipe. By using a single encrypted pipe, there are fewer holes in the corporate firewall.
    SFTP:
    As per the latest SAP PI/XI support pack, it does not support SFTP via File Adapter.
    So alternative approach to cater this requirement from XI is to make use of Unix Script at OS level to transfer the files from/to third-party systems.
    Inbound Interface - i.e. third-party system ->XI->SAP: 
    File is transferred to a folder in SAP XI landscape from the third-party legacy system using UNIX Script with secured protocol. Once the file is ready in the XI landscape, File Adapter will poll this directory and file is picked up by NFS protocol.
    Outbound Interface – i.e. SAP->XI->third-party system: 
    XI is responsible for writing a file into a folder in the XI landscape. These files are transferred to the third-party system by executing UNIX scripts with secured protocol i.e. via sFTP.
    Pre-Requisites: 
    Public key should be exchanged between external systems and the PI system.
    UNIX shell script has to be developed and scheduled.
    Advantages: 
    Highly Secured.
    Ability to handle multiple secure file transfers over a single encrypted pipe .By using a single encrypted pipe, there are fewer holes in the corporate firewall.
    Disadvantages:
    Two-Step process i.e. XI>Temporary folder>External System and vice-versa
    Files have to be temporarily stored in XI server.
    Multiple failure points i.e. XI and Unix script execution
    Maintenance of an external UNIX script.
    Difficulty in monitoring the execution of the shell script as it cannot be monitored thru XI.
    Need to generate keys and install it in the SFTP site as a pre-requisite i.e. SFTP clients must install keys on the server.
    SFTP uses keys rather than certificates. This means that it can't take advantage of the "chains of trust" paradigm facilitated through Certificate Authorities.
    Files from the XI server should be deleted/archived in a periodic manner to increase the disc space so that it will increase the performance.
    Note: UNIX shell Script can be executed as a background job ‘or' can be triggered from SAP XI through OS command at File adapter level.
    Check the links.
    Secure FTP (SSH) with the FTP Adapter
    Secured File Transfer using SAP XI
    Secure FTP in SAP XI
    Regards,
    Phani
    Reward points if Helpful

  • I have a Belkin bluetooth keyboard attached to my Ipad 3. I would like to know if there is any way to have the arrow keys scroll down when browsing web pages?

    I just got my Ipad 3rd generation a few days ago and for my case I got the bulky BELKIN Bluetooth keyboard. I notice that when I press down the arrow keys it does not seem to scroll down when searching a web browser or looking up web pages. However it works fine when scrolling down on office apps such as Pages. I'm wondering if is there a way to make the arrow keys on the keyboard scroll down when on an internet web page like my Mac does.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Configuring SFTP adapters over AIX Servers

    Hi All,
    We are trying to configure SFTP for FTP Adapter .
    However,we are stuck at the first step itself.As the whole of Oracle Documentation says that it is possible only on Windows/Linux.
    And we are using AIX5L based server boxes.
    Would anyone have an idea how to configure this over AIX ? Kindly share your knowledge at the earliest.
    Thanks,
    Rma Goyal

    http://www.sun.com/bigadmin/features/articles/nis_ldap_part3.jsp
    HTH
    John

  • CP4 Post-patch, program fails to properly recognize audio input devices

    I am using Captivate 4 on a 64 bit PC running Windows 7 and a RealTek sound card. I have installed both the general patch and a specific patch from Adobe marked as addressing the issues with recognizing RealTek sound cards but to no avail.
    Captivate still will not appropriately recognize my input device. I have not even been able to calibrate it. I've included a screen capture of the settings dialogue box below. The Audio Devices drop-down menu is always unavailable for selection ("greyed out") and always shows the device "Volume". Choosing different options does not alter this availability and selecting "Calibrate Input" does nothing.....the program literally takes no action whatsoever.
    When I have attempted to record test pieces the Record, Stop, Advance, etc. functions also do not operate appropriately.
    Any ideas on how to fix this issue? 

    Solved.
    It was trivial: I cleaned the drive twice with a  special kit.

  • I would like to capture L and R arrow key action when recording a captivate 5 project

    Hi All out there,
    I would like to capture L and R arrow key actions besides left or right mouse clicks.
    Enter is possible if a click has preceeded :-)
    Right mouse interactions are captured :-)
    and now the tricky one, what about those L and R arrow keys?
    In the user interface that I capture there is the possibility to  increase or decrease values by use of the arrow keys on the keyboard.
    These actions need to be captured in the demo, assessment and training mode.
    Can you help me with the needed settings to succeed?
    PS: I have found out that up down arrow keys are not possible as this is a  functionality that eould be taken over by browsers like Explorer for  navigation.
    I am hoping U out there can help !!!
    Stephanie

    Hi,
    Currently, Captivate capture does not generate captions for Left, Right, Down, Up arrow keys.
    If you think it is something you would like to see in captivate, please log a feature request here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5.
    Thanks,
    Sushma

  • Trying to use function keys (like windows) on apple wireless keyboard for ipad, as well as arrow keys.

    I am connecting to my work PC through my ipad. My main program i use for work is a DAS based (ancient, i know.) Anyways, i have to be able to use function keys, i can touch the screen so if i can not it isn't the end of the world. But it would make things MUCH more easier. Is there a way to program the F1-F12 keys on the wireless keyboard to use like windows, rather than the brightness/volume/play buttons.
    Also, my arrow keys don't seem to work right. If i am using notepad, they don't work, unless i have entered down 6 lines, the arrows will work as far as those 6 lines, but won't go down on there own. If i am on the internet and there is a drop down menu, the arrow keys don't work either. As well as in my work program, they don't work at all, it's as if the arrow keys don't register.
    Help?!

    Just added information. In my work program, i can use the onscreen keyboard (but it takes up half the screen so i can not see what i am doing. From that keyboard, and can toggle back and forth from the regular keyboard, the FN screen for function keys, and the CTRL keyboard. This is why i am confused as to why the function keys and arrows will not work on the wireless, yet they have the keyboard on the screen.

  • HT5437 apple configurator didn't recognize my USB connected Apple TV.

    apple configurator didn't recognize my USB connected Apple TV. should it be a problem if no display connected? cause the plugs space of apple TV for connection is only enough with either micro-USB or HDMI.

    Apple Configurator 1.4.2 is said to support Configuration Profiles for the Apple TV using the "Apple TV assistant" located in the "window" option.
    However, I do believe you need to be on Mountain Lion or higher to perform and receive an update to 1.4.2, but I could be wrong.

  • My up and down arrows as well as page up and page down no longer work properly only when using firefox. Page up and down function more like the "home" and "end" keys as do the arrow keys.

    Honestly I'm not sure if these began just after I updated FF to the current release, but it's been happening for at least 2 weeks. The arrow keys and page up and page down keys all work as if I'm pressing the 'home' and 'end' keys on my keyboard. This is only when using FF. Please contact me if you need more clarification. Thanks in advance!

    Sounds that you have switched on caret browsing.
    * http://kb.mozillazine.org/accessibility.browsewithcaret
    You can press press F7 (on Mac: fn + F7) to toggle caret browsing on/off.
    * Tools > Options > Advanced : General: Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    * http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    * http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • When I click on text in a page, an I-bar appears where I click which then can be moved with the arrow keys, just like a Word document.

    I have reinstalled Firefox twice, each time downloading a new installer exe from the website. I have also updated all plug-ins. This is a continual problem, as this makes normal scrolling impossible because the arrow keys move the I bar.

    Hit '''F7''' to turn off Caret Browsing.
    http://kb.mozillazine.org/Accessibility.browsewithcaret

  • Apple bluetooth keyboard doesn't allow text input on iOS 8 with voice over but allows navigation using arrow keys?

    Hi, upgraded to iOS 8 on my blind sister's iPad 2 but now the Apple Bluetooth keyboard doesn't seem to recognise text entry, the arrow keys still allow navigation using voiceover. Have had trouble before with the keyboard in iOS7 but have solved by reseting the iPad in settings. Any ideas? Sister is really struggling as she can't use iPad's software keyboard. Thanks

    My wife is a blind user too. In iOS 8 it is fussy about Quick Nav. on or off. We have an newer iPad but be sure Quick Nav is OFF (left + right arrows together) then try text entry. Hope it helps!

  • Left- and right arrow key out of order

    Hi,
    I'm afraid to need your help again. My left and right arrow keys doesn't work as they're supposed to. While can neither navigate through my desktop icons nor the buttons in any dialog nor the text I'm just writing. The cursor stops blinking as soon as I press one of these keys so the system recognizes the key press but the cursor doesn't move. Showkey returns the keycodes 105 left and 106 for the right arrow key.
    While logging in with LXDM im able to navigate back and foth while entering my password as well as the keys work properly in tty. It seems to be only LXDE, where the keys are not working.
    Furthermore my function keys like mute, volume up and down and so on aren't working too. I don't know if both errors are relatet to another.
    Maybe anyone has an idea what I might do to fix this?

    ondoho wrote:
    disjunkt wrote:
    ondoho wrote:are you logging in with lxde-session or with openbox-session (or sth similar)?
    I think I use lxdm to log in. As soon as I'm logged in, I'm using lxde. Ist this what you have to know?
    no, you have to know it.
    i meant: when you login with lxdm, do you have a choice between lxde-session and openbox-session (or sth similar) because there's a difference how openbox gets started and which config files are parsed.
    It's an lxde-session. And LXDE uses openbox-lxde as displaymanager.
    /etc/xdg/lxsession/LXDE/desktop.conf
    1 [Session]
    2 window_manager=openbox-lxde
    3
    4 [GTK]
    5 sNet/ThemeName=Clearlooks
    6 sNet/IconThemeName=nuoveXT2
    7 sGtk/FontName=Sans 10
    8 iGtk/ToolbarStyle=3
    9 iGtk/ButtonImages=1
    10 iGtk/MenuImages=1
    11 iGtk/CursorThemeSize=18
    12 iXft/Antialias=1
    13
    14 [Mouse]
    15 AccFactor=20
    16 AccThreshold=10
    17 LeftHanded=0
    18
    19 [Keyboard]
    20 Delay=500
    21 Interval=30
    ondoho wrote:once you isolate the proper rc.xml, you can check it for typos that might cause this. they are not always reported back as errors.
    The part of the rc.xml I posted beforehand is the only one in that file that is tagged with <keyboard> and there is no binding for the left or right arrow key. There are some in combination with the control or shift key but that shouldn't do anything regarding my problem.
    ondoho wrote:maybe you're running some background software/daemon that grabs the keys? what's in your autostart?
    This are the deamons which are running:
    $ systemctl -all list-units
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    dev-cryptpool-crypthome.device loaded active plugged /dev/cryptpool/crypthome
    dev-cryptpool-cryptroot.device loaded active plugged /dev/cryptpool/cryptroot
    dev-cryptpool-cryptswap.device loaded active plugged /dev/cryptpool/cryptswap
    dev-disk-by\x2did-ata\x2dHitachi_HTS543225A7A384_E2021042G28Z6A.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2did-ata\x2dHitachi_HTS543225A7A384_E2021042G28Z6A\x2dpart1.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2did-ata\x2dHitachi_HTS543225A7A384_E2021042G28Z6A\x2dpart2.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2did-ata\x2dHitachi_HTS543225A7A384_E2021042G28Z6A\x2dpart4.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2did-dm\x2dname\x2dcryptpool.device loaded active plugged /dev/disk/by-id/dm-name-cryptpool
    dev-disk-by\x2did-dm\x2dname\x2dcryptpool\x2dcrypthome.device loaded active plugged /dev/disk/by-id/dm-name-cryptpool-crypthome
    dev-disk-by\x2did-dm\x2dname\x2dcryptpool\x2dcryptroot.device loaded active plugged /dev/disk/by-id/dm-name-cryptpool-cryptroot
    dev-disk-by\x2did-dm\x2dname\x2dcryptpool\x2dcryptswap.device loaded active plugged /dev/disk/by-id/dm-name-cryptpool-cryptswap
    dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d15fbcf03325242d5a3d78e1e37664acb\x2dcryptpool.device loaded active plugged /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-15fbcf03325242d5a3d78e1e37664acb-cryptpool
    dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dxsk3Szp4tobNGQBmFevwBgCUJNPDOEcH4Dn4WEgmy0Wd4oalrdTSyU3mwQj6R3mQ.device loaded active plugged /dev/disk/by-id/dm-uuid-LVM-xsk3Szp4tobNGQBmFevwBgCUJNPDOEcH4Dn4WEgmy0Wd4oalrdTSyU3mwQj6R3mQ
    dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dxsk3Szp4tobNGQBmFevwBgCUJNPDOEcHllDB1ZzWo40r3U5Lw7ZcpitGvQNRge12.device loaded active plugged /dev/disk/by-id/dm-uuid-LVM-xsk3Szp4tobNGQBmFevwBgCUJNPDOEcHllDB1ZzWo40r3U5Lw7ZcpitGvQNRge12
    dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dxsk3Szp4tobNGQBmFevwBgCUJNPDOEcHSWbek23OodbJ7OPpxDhXqstnzg9McBMu.device loaded active plugged /dev/disk/by-id/dm-uuid-LVM-xsk3Szp4tobNGQBmFevwBgCUJNPDOEcHSWbek23OodbJ7OPpxDhXqstnzg9McBMu
    dev-disk-by\x2did-wwn\x2d0x5000cca614c10a6e.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2did-wwn\x2d0x5000cca614c10a6e\x2dpart1.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2did-wwn\x2d0x5000cca614c10a6e\x2dpart2.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2did-wwn\x2d0x5000cca614c10a6e\x2dpart4.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2dlabel-home.device loaded active plugged /dev/disk/by-label/home
    dev-disk-by\x2dlabel-SAMSUNG_REC.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2duuid-15fbcf03\x2d3252\x2d42d5\x2da3d7\x2d8e1e37664acb.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2duuid-1a803ea9\x2d3133\x2d419d\x2dbdbe\x2dfaa4f14eb5e2.device loaded active plugged /dev/disk/by-uuid/1a803ea9-3133-419d-bdbe-faa4f14eb5e2
    dev-disk-by\x2duuid-21dcbbd0\x2d7169\x2d4a71\x2d8e3a\x2d795063b5a7c2.device loaded active plugged /dev/disk/by-uuid/21dcbbd0-7169-4a71-8e3a-795063b5a7c2
    dev-disk-by\x2duuid-62c3663f\x2d56e2\x2d428e\x2da5a1\x2d6c3fe709d76c.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2duuid-8A86585F86584DB7.device loaded active plugged Hitachi_HTS543225A7A384
    dev-disk-by\x2duuid-ecad22ff\x2d1934\x2d45c5\x2d9059\x2d74476b69542a.device loaded active plugged /dev/disk/by-uuid/ecad22ff-1934-45c5-9059-74476b69542a
    dev-dm\x2d0.device loaded active plugged /dev/dm-0
    dev-dm\x2d1.device loaded active plugged /dev/dm-1
    dev-dm\x2d2.device loaded active plugged /dev/dm-2
    dev-dm\x2d3.device loaded active plugged /dev/dm-3
    dev-mapper-cryptpool.device loaded active plugged /dev/mapper/cryptpool
    dev-mapper-cryptpool\x2dcrypthome.device loaded active plugged /dev/mapper/cryptpool-crypthome
    dev-mapper-cryptpool\x2dcryptroot.device loaded active plugged /dev/mapper/cryptpool-cryptroot
    dev-mapper-cryptpool\x2dcryptswap.device loaded active plugged /dev/mapper/cryptpool-cryptswap
    dev-sda.device loaded active plugged Hitachi_HTS543225A7A384
    dev-sda1.device loaded active plugged Hitachi_HTS543225A7A384
    dev-sda2.device loaded active plugged Hitachi_HTS543225A7A384
    dev-sda4.device loaded active plugged Hitachi_HTS543225A7A384
    dev-ttyS0.device loaded active plugged /dev/ttyS0
    dev-ttyS1.device loaded active plugged /dev/ttyS1
    dev-ttyS2.device loaded active plugged /dev/ttyS2
    dev-ttyS3.device loaded active plugged /dev/ttyS3
    sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged NM10/ICH7 Family High Definition Audio Controller
    sys-devices-pci0000:00-0000:00:1c.0-0000:05:00.0-bcma0:0-net-wlp5s0.device loaded active plugged BCM4313 802.11bgn Wireless Network Adapter
    sys-devices-pci0000:00-0000:00:1c.2-0000:09:00.0-net-enp9s0.device loaded active plugged 88E8040 PCI-E Fast Ethernet Controller
    sys-devices-pci0000:00-0000:00:1d.1-usb3-3\x2d2-3\x2d2:1.0-bluetooth-hci0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/bluetooth/hci0
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device loaded active plugged Hitachi_HTS543225A7A384
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device loaded active plugged Hitachi_HTS543225A7A384
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device loaded active plugged Hitachi_HTS543225A7A384
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device loaded active plugged Hitachi_HTS543225A7A384
    sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0
    sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devices-virtual-block-dm\x2d0.device loaded active plugged /sys/devices/virtual/block/dm-0
    sys-devices-virtual-block-dm\x2d1.device loaded active plugged /sys/devices/virtual/block/dm-1
    sys-devices-virtual-block-dm\x2d2.device loaded active plugged /sys/devices/virtual/block/dm-2
    sys-devices-virtual-block-dm\x2d3.device loaded active plugged /sys/devices/virtual/block/dm-3
    sys-module-configfs.device loaded active plugged /sys/module/configfs
    sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/devices/hci0
    sys-subsystem-net-devices-enp9s0.device loaded active plugged 88E8040 PCI-E Fast Ethernet Controller
    sys-subsystem-net-devices-wlp5s0.device loaded active plugged BCM4313 802.11bgn Wireless Network Adapter
    -.mount loaded active mounted /
    boot.mount loaded active mounted /boot
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    proc-sys-fs-binfmt_misc.mount loaded inactive dead Arbitrary Executable File Formats File System
    sys-fs-fuse-connections.mount loaded inactive dead FUSE Control File System
    sys-kernel-config.mount loaded active mounted Configuration File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted Temporary Directory
    systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    session-1.scope loaded active running Session 1 of user paul
    alsa-restore.service loaded inactive dead Restore Sound Card State
    alsa-state.service loaded inactive dead Manage Sound Card State (restore and store)
    alsa-store.service loaded inactive dead Store Sound Card State
    auditd.service not-found inactive dead auditd.service
    dbus.service loaded active running D-Bus System Message Bus
    dmeventd.service loaded inactive dead Device-mapper event daemon
    emergency.service loaded inactive dead Emergency Shell
    [email protected] loaded inactive dead Getty on tty1
    kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
    lvmetad.service loaded active running LVM2 metadata daemon
    lxdm.service loaded active running LXDE Display Manager
    mkinitcpio-generate-shutdown-ramfs.service loaded inactive dead Generate shutdown-ramfs
    [email protected] loaded failed failed Automatic wireless network connection using netctl profiles
    [email protected] loaded active running Automatic wired network connection using netctl profiles
    netctl.service loaded inactive dead (Re)store the netctl profile state
    netctl@wlp5s0\x2dzuHause.service loaded active exited Automatically generated profile by wifi-menu
    ntpd.service loaded active running Network Time Service
    plymouth-quit-wait.service not-found inactive dead plymouth-quit-wait.service
    plymouth-quit.service not-found inactive dead plymouth-quit.service
    plymouth-start.service not-found inactive dead plymouth-start.service
    polkit.service loaded active running Authorization Manager
    rescue.service loaded inactive dead Rescue Shell
    syslog.service not-found inactive dead syslog.service
    systemd-ask-password-console.service loaded inactive dead Dispatch Password Requests to Console
    systemd-ask-password-wall.service loaded inactive dead Forward Password Requests to Wall
    systemd-binfmt.service loaded inactive dead Set Up Additional Binary Formats
    systemd-fsck-root.service loaded active exited File System Check on Root Device
    systemd-fsck@dev-disk-by\x2duuid-21dcbbd0\x2d7169\x2d4a71\x2d8e3a\x2d795063b5a7c2.service loaded active exited File System Check on /dev/disk/by-uuid/21dcbbd0-7169-4a71-8e3a-795063b5a7c2
    systemd-fsck@dev-disk-by\x2duuid-62c3663f\x2d56e2\x2d428e\x2da5a1\x2d6c3fe709d76c.service loaded active exited File System Check on /dev/disk/by-uuid/62c3663f-56e2-428e-a5a1-6c3fe709d76c
    systemd-initctl.service loaded inactive dead /dev/initctl Compatibility Daemon
    systemd-journal-flush.service loaded inactive dead Trigger Flushing of Journal to Persistent Storage
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-modules-load.service loaded inactive dead Load Kernel Modules
    systemd-random-seed.service loaded active exited Load/Save Random Seed
    systemd-readahead-collect.service loaded inactive dead Collect Read-Ahead Data
    systemd-readahead-done.service loaded inactive dead Stop Read-Ahead Data Collection
    systemd-readahead-replay.service loaded inactive dead Replay Read-Ahead Data
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    systemd-shutdownd.service loaded inactive dead Delayed Shutdown Service
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-clean.service loaded inactive dead Cleanup of Temporary Directories
    systemd-tmpfiles-setup-dev.service loaded active exited Create static device nodes in /dev
    systemd-tmpfiles-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Reboot/Shutdown
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    upower.service loaded active running Daemon for power management
    [email protected] loaded active running User Manager for 1000
    -.slice loaded active active Root Slice
    system-getty.slice loaded active active system-getty.slice
    system-netctl.slice loaded active active system-netctl.slice
    system-netctl\x2dauto.slice loaded active active system-netctl\x2dauto.slice
    system-netctl\x2difplugd.slice loaded active active system-netctl\x2difplugd.slice
    system-systemd\x2dfsck.slice loaded inactive dead system-systemd\x2dfsck.slice
    system.slice loaded active active System Slice
    user-1000.slice loaded active active user-1000.slice
    user.slice loaded active active User and Session Slice
    dbus.socket loaded active running D-Bus System Message Bus Socket
    dmeventd.socket loaded active listening Device-mapper event daemon FIFOs
    lvmetad.socket loaded active running LVM2 metadata daemon socket
    syslog.socket loaded inactive dead Syslog Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-udevd-control.socket loaded active running udev Control Socket
    systemd-udevd-kernel.socket loaded active running udev Kernel Socket
    dev-cryptpool-cryptswap.swap loaded active active /dev/cryptpool/cryptswap
    dev-disk-by\x2did-dm\x2dname\x2dcryptpool\x2dcryptswap.swap loaded active active /dev/disk/by-id/dm-name-cryptpool-cryptswap
    dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dxsk3Szp4tobNGQBmFevwBgCUJNPDOEcHllDB1ZzWo40r3U5Lw7ZcpitGvQNRge12.swap loaded active active /dev/disk/by-id/dm-uuid-LVM-xsk3Szp4tobNGQBmFevwBgCUJNPDOEcHllDB1ZzWo40r3U5Lw7ZcpitGvQNRge12
    dev-disk-by\x2duuid-ecad22ff\x2d1934\x2d45c5\x2d9059\x2d74476b69542a.swap loaded active active /dev/disk/by-uuid/ecad22ff-1934-45c5-9059-74476b69542a
    dev-dm\x2d2.swap loaded active active /dev/dm-2
    dev-mapper-cryptpool\x2dcryptswap.swap loaded active active /dev/mapper/cryptpool-cryptswap
    basic.target loaded active active Basic System
    bluetooth.target loaded active active Bluetooth
    cryptsetup.target loaded active active Encrypted Volumes
    emergency.target loaded inactive dead Emergency Mode
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User System
    network.target loaded active active Network
    nss-lookup.target loaded inactive dead Host and Network Name Lookups
    nss-user-lookup.target loaded inactive dead User and Group Name Lookups
    paths.target loaded active active Paths
    remote-fs-pre.target loaded inactive dead Remote File Systems (Pre)
    remote-fs.target loaded active active Remote File Systems
    rescue.target loaded inactive dead Rescue Mode
    shutdown.target loaded inactive dead Shutdown
    slices.target loaded active active Slices
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    syslog.target not-found inactive dead syslog.target
    timers.target loaded active active Timers
    umount.target loaded inactive dead Unmount All Filesystems
    systemd-readahead-done.timer loaded inactive dead Stop Read-Ahead Data Collection 10s After Completed Startup
    systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    179 loaded units listed.
    To show all installed unit files use 'systemctl list-unit-files'.
    My ~/.config/lxsession/LXDE/autostart:
    ~/.config/lxsession/LXDE/autostart
    @pcmanfm --desktop --profile LXDE
    @xscreensaver -no-splash
    My ~/.xprofile:
    ~/.xprofile
    xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 -f
    Besides that there are some files which I didn't change. I'll show you the content if necessary:
    /etc/X11/xinit/xinitrc.d/30-dbus
    /etc/xdg/autostart/at-spi-dbus-bus.desktop
    /etc/xdg/autostart/gsettings-data-convert.desktop
    /etc/xdg/autostart/parcellite-startup.desktop
    /etc/xdg/autostart/zeitgeist-datahub.desktop
    ~/.config/autostart/cairo-dock.desktop
    Steef435 wrote:I think we can agree that your keys aren't out of order, but the reaction to the keypress isn't what you expect it to be.
    Absolutely.
    Steff435 wrote:What do you mean with "the text I'm just typing"? You can't move the text cursor in the textbox in your browser using the keys?
    Yes, exactly.
    Steff432 wrote:I don't use lxdm, but I guess that doesn't use the default Gtk text entry widget, while most Gtk-based browsers as far as I know do, so it might be related to Gtk in some way. Or do you use a Qt browser? Have you tried the keys in non-Gtk software?
    I use firefox which is, as far as I know, Gtk-based. But I installed QupZilla and gabe it a try. Unfortunatelly the same error shows up there.
    I don't know if I'm right but lxde should be gtk-based itself and running a non-Gtk software in gtk-based lxde would show up the same gtk-errors to, wouldn't it? So eventually I'd have to try a non-Gtk software in a non-Gtk desktop environment in order to check whether the error doesn't show up under non-gtk software?
    Steff432 wrote:What output does xev give you?
    For the left arrow key it gets me:
    FocusOut event, serial 44, synthetic NO, window 0x2200001,
    mode NotifyGrab, detail NotifyAncestor
    FocusIn event, serial 44, synthetic NO, window 0x2200001,
    mode NotifyUngrab, detail NotifyAncestor
    KeymapNotify event, serial 44, synthetic NO, window 0x0,
    keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    KeyRelease event, serial 44, synthetic NO, window 0x2200001,
    root 0x7c, subw 0x0, time 2918840, (170,-16), root:(171,70),
    state 0x2000, keycode 113 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    For the right arrow key it gets me:
    KeyPress event, serial 44, synthetic NO, window 0x2200001,
    root 0x7c, subw 0x0, time 2726871, (809,193), root:(810,279),
    state 0x2000, keycode 114 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyRelease event, serial 47, synthetic NO, window 0x2200001,
    root 0x7c, subw 0x0, time 2727006, (809,193), root:(810,279),
    state 0x2000, keycode 114 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    Marry Xmas by the way. :-)

  • Artifacts when moving object with arrow keys.

    Hi all
    hope this is the right place to post this question.
    I want to to write simple arkanoid game in Flash (AC3). I've managed to write code that  moves my paddle with arrow keys. The code looks like this:
    function OnNewFrame(event:Event):void
        if (input.IsLeftHeld)
            if (paddle.x > 0)
                paddle.x -= 10;
        else
        if (input.IsRightHeld)
            if (paddle.x < stage.stageWidth - paddle.width)
                paddle.x += 10;
    It works but the result is ugly. The animation is not fluent, there are times when paddle stops for a moment . Also when speed of translation is high (here it is 10) you can see that paddle is flickering at the ends, it looks like single buffering problem. You can see both of those effects here:  http://www.flash-game-design.com/flash-tutorials/movOb.html , hovewer flickering is less visible due to small translation amount.
    How to fix this? How can i enable double buffering (or maybe it is enabled by default)?  Any help will be appreciated.
    P.S. sorry for bad english

    Thanks for samples, this is very kind ; p
    Hovewer you are doing everything almost exactly as I'am doing. Tou are using mySymbol.x++ which means your translation speed is 1. Also I'am aware that rising frame rate will result in smoother animations, but this is not the point. So once again, my flash applications suffer from two problems:
    1) Animations are not smooth. You can see this crealrly in here: http://www.kirupa.com/developer/actionscript/hittest.htm  , go back to the very bottom of the page, there is an animation window, look at the smallest circle. It looks like its blinking. 
    2) Moving symbols with arrow keys with the method i've presnted in the first post (the same method that infeter uses ). Moved symbol is randomly stopping for the very (very very) short amount of time. You can easily spot this in infeter sample.
    Many sample applications i've seen suffer from those issues. and nobody seems to see the problem, so maybe I am delusional? ; p
    cheers and thank for help

Maybe you are looking for

  • How to close the Return Order from Billing due list

    Dear Gurus, This is the scenario of Free subsequent delivery with the reference of Return Delivery. In brief--> I created one sales order and done its normal delivery and billing. So this order to cash cycle is completed. Then due to the damage in tr

  • Sales AR Item Type Invoice Print Layout Design "Sub Total" per Page

    Dear Forum Team We need some advice on how to modify, fomulate(?) [Sub Total] for each page's 'amount' on the Sales AR Item Type Invoice. Currently the 'sub total amount' on each page is showing Grand Total instead of sub total. Thanks

  • Problems with classpath and accessing a specific file

    I'm currently running an application using NetBeans (I know this is the Sun Forum but maybe someone can help). For those who aren't familiar with this IDE, whenever a project is created, a ProjectName folder is also created. Inside that folder are 5

  • Where to write default search message

    Hi guys I am searching a long to find where to write default search message on site search module. http://webmar.businesscatalyst.com/index When user click on the GO button next to the search box site search module must show a default message like yo

  • Error while entering number range

    Dear All While entering number ranges for Assets using t-code AS08 i am getting the following error: Company code........ 2000 does not exist Message no. NR011 The company code 2000 is assigned to Chart of depreciation also. Please advice. Thanks & R