Making uzbl a little more emacsy

Hi,
I'm trying to change uzbl keybinding so they're more similar to Emacs.  I don't seem to be able to set a custom command to <Ctrl>a, though. It always "selects all".
By default, the config file has
# Readline-ish bindings.
@ebind <Ctrl>w = event KEYCMD_STRIP_WORD
@ebind <Ctrl>u = event SET_KEYCMD
@ebind <Ctrl>a = event SET_CURSOR_POS 0
@ebind <Ctrl>e = event SET_CURSOR_POS -1
I've tried replacing '@ebind' with '@bind', but both <Ctrl>a and <Ctrl>e won't work when I'm inserting text in a text area, only when I'm typing in the command/status bar.
A curious thing is that I'm using Emacs keybindings in GTK, so <Ctrl>a and <Ctrl>e work as I want in almost every GTK app, except uzbl.
Any help is appreciated.

Hi,
I'm trying to change uzbl keybinding so they're more similar to Emacs.  I don't seem to be able to set a custom command to <Ctrl>a, though. It always "selects all".
By default, the config file has
# Readline-ish bindings.
@ebind <Ctrl>w = event KEYCMD_STRIP_WORD
@ebind <Ctrl>u = event SET_KEYCMD
@ebind <Ctrl>a = event SET_CURSOR_POS 0
@ebind <Ctrl>e = event SET_CURSOR_POS -1
I've tried replacing '@ebind' with '@bind', but both <Ctrl>a and <Ctrl>e won't work when I'm inserting text in a text area, only when I'm typing in the command/status bar.
A curious thing is that I'm using Emacs keybindings in GTK, so <Ctrl>a and <Ctrl>e work as I want in almost every GTK app, except uzbl.
Any help is appreciated.

Similar Messages

  • Hi. Does anyone know what video editing software is compatible with my MacBook - version 10.6.3? I am looking to edit films and already have Final Cut Pro, but am looking for something a little more basic and easier to use. Thanks. Vicki

    Hi. Does anyone know what video editing software is compatible with my MacBook - version 10.6.3? I am looking to edit films and already have Final Cut Pro, but am looking for something a little more basic and easier to use. Thanks. Vicki

    Hi Cereskit
    Thanks again for the message. I've done the updates and have the App Store on my desktop. I went into it and searched for imovie but couldn't find the basic imovie, which I presume is what I'd need for editing?, rather than imovie 11 for £10.49, which is for making trailers, it seems. Also, were you saying that imovie would be free?
    Vicki

  • My ipod is cracked and it chipped away a little more last night and that's when my wifi stopped working. My wifi works on every other device in my house except for my ipod. Is there something wrong with my ipod?

    My ipod is cracked and it chipped away a little more last night and that's when my wifi stopped working. My wifi works on every other device in my house except for my ipod. Is there something wrong with my ipod?

    Does the iOS device connect to other networks?
    Does the iOS device see the network?
    Any error messages?
    Try right next to the router
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network       
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar
    Could it be this?
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    One user reported that placing the iPod in the freezer fixed the problem. A trick that works frequently with iPhones:
    Settings > AirPlane Mode ON, Do Not Disturb ON
    Power down and wait 5-10 minutes
    Power up
    Settings > AirPlane Mode OFF, Do Not Disturb OFF
    If not successful, an appointment at the Genius Bar of an Apple store is usually in order.
    Apple Retail Store - Genius Bar

  • Is anyone having issues syncing the iPhone wifi hot spot to iPad, Mac, Etc..?  I constantly have to turn it off and back on to get them to connect.  I with it was a little more seamless... Thoughts?

    Is anyone having issues syncing the iPhone wifi hot spot to iPad, Mac, Etc..?  I constantly have to turn it off and back on to get them to connect.  I with it was a little more seamless... Thoughts?

    Thanks for the swift reply, I have been looking online and a loose plug seems to be somewhat of an issue with many, I hope mine is actually a problem and not what others are experiencing. It's taken me this long to even reach out for the simple fact I HATE being a complainer but this is just horrible.
    Do you have an iPad 3 as well? And is yours not experiencing any issues close to mine?
    Thanks again!

  • I have a macbook unibody. the dvd driver cannot pull in a cd and when i ma pushing it a little more it pushes it out! does anyone knows what is wrong? or how can i fix it?

    hi everyone!
    i have a macbook unibody and when i put a cd on the dick driver in it doesnt pull it , but when i push it in a little more it push it out!
    does anyone knoes what is wrong? or how can i fix it?
    thnx

    I'm not sure about your question, it's seems somewhat unclear, but if the above command doesn't work another you can try is using the diskutil command as follows:
    "diskutil list"
    or
    "df -h"
    (without "" quotes)
    find where the cd is (usually /dev/disk1 but not always depending on what else you have pluged in)
    then simply use the 'diskutil' command with the 'eject' argument specifying the device found from the previous command '/dev/disk1'(or what ever your optical is labeled as).
    If this isn't your question, I have a macbook unibody late 2009 model and the strangest thing happends, If I downgrade to 10.6.1 my optical drive works fine anything 10.6.8 and above ejects my disk immediately, I have also tested my optical drive out on other OS's such as various linux distro's.  Therefore I have come to the conclusion its a bug. - just food for thought. Hope some of this helps

  • I´m doing a design for presale, where I will need a router what support PAT for 500 or a little more of users, it not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    I´m doing a design for presale, where  I will  need a router what support PAT for 500 or a little more of users, it  not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    What is your WAN speed currently and projected WAN speed in the next 3 years?

  • Dmenu a little more bash-like?

    I am using dmenu in dwm to launch apps, and would like to know if there is a way to make bash-autocomplete work which would enable me to do a "vim a<tab> => vim textfile.txt" instead of typing everything by hand...
    I am assuming this is not possible reading the man page, but maybe someone can enlighten me?

    I can only say that bashrun is surely a little more bash-like.

  • A little more than Pages

    I am new to mac. I have done lots of picture and label formatting in word. I am in need of a program that will allow me to do a little more than what Pages/(or even Word) can provide. I would like to construct and print 'labels' pictures with overlapping complex formatted text, upside down on irregular sized paper. I think Photoshop would do the job...?. Is there something else in between (Pages and Photoshop)? Any recommendations would be appreciated for this application.

    saupau,
    Welcome to Apple discussions.
    If I'm understanding you right, you want to have picture captions that you can rotate and otherwise manipulate. If that's correct, I'm pretty sure you can do that in Pages by putting your captions in text boxes. You can rotate one by selecting it, then clicking on the Metrics inspector and using the rotation wheel. You can overlap them by clicking on the Wrap inspector and unchecking +Object Causes Wrap+.
    Is this what you need to know?
    -Dennis

  • Apple !!! • We Need A Little More Information From You •

    This forum is inhabited by many dedicated Logic users taking a lot of time to help each other and other users that are less experienced.
    I think we deserve a little more attention concerning information about compatibility and potential "dangers"
    Here's an example :
    http://duc.digidesign.com/postlist.php?Cat=&Board=UBB15
    Above link is to digidesign's User Forum DUC - Announcements (This thread is by NO means intended as a Logic vs. Pro Tools situation)
    On this part of their forum one can find compatibility alerts etc. i.e. the first post is called "Mac OS X 10.4.9 Qualified & Pro Tools Launch Error Help" This post is addressing a problem (also confirmed by Apple Support) with the auto update advising users to NOT use the auto update but go and get the combo update from Apple's website. In this particular case PT could face a launch error when having used the 10.4.9 auto update. The issues was not only seen by PT but many other 3rd pty. manufacturers also advised not to use the auto update.
    The Digidesign Announcements are very practical and prevents a lot of potential problems.
    I think it could help us Logic users help our selves and others if Apple were to make arrangements for the Logic Pro forum to contain something in the nature of what the DUC offers.
    I would love to have easy access to something like compatible interfaces, Plug-Ins etc. etc. Fact is that there are quite many Plugs and hardwares which claims to offer Logic compatibility but still ensure Crashes instead of workflow.
    Also, digidesign offers something called "Answer Base" it is a document that keeps growing and it is a base of "known Issues" and how to fix
    here's a Link - http://answerbase.digidesign.com/
    If you do a search on - Logic Pro, you'll find useful information and answers to questions that 100's before you have asked. Q's also asked a lot on this forum by people using Digidesign hardware with Logic.
    It would be wonderful if we could get something like this
    Thank you…
    G5 Dual 2.3 GHZ   Mac OS X (10.4.8)   PT HD3 / 4x ApoGee Rosetta 800 / 8GB RAM / 1TB HD

    > as far as i know, you will not be able to fill out and
    submit the form
    > using
    > Live Data View.
    That is correct.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Alan" <[email protected]> wrote in
    message
    news:C546F43B.3160EB%[email protected]..
    > and a third-
    >
    > as far as i know, you will not be able to fill out and
    submit the form
    > using
    > Live Data View.
    >
    > open the form page.
    > Press F12 preview in browser.
    >
    > the page should load in a web browser showing a url of
    >
    http://localhost/andy/thatpage.html
    as far as i can tell.
    >
    > fill the form out, and click submit.
    > the browser should go to
    http://localhost/andy/script/formmail.php
    and
    > then
    > either use the default display of values entered for a
    built in thank you
    > page, or go to whatever value you entered as a
    "redirect" hidden form
    > field.
    >
    > --
    > Alan
    > Adobe Community Expert, dreamweaver
    >
    >
    http://www.adobe.com/communities/experts/
    >
    >
    >

  • Hi. I have a 2008 macbook pro 15.4 inch. Not abused but the hinge is stiff and the lid/ screen is starting to de-laminate at the bottom edge. Any ideas on how to make the hinge work a little more freely and how to re-seal the screen to the lid?

    Hi. I have a 2008 macbook pro 15.4 inch. Not abused but the hinge is stiff and the lid/ screen is starting to de-laminate at the bottom edge. Any ideas on how to make the hinge work a little more freely and how to re-seal the screen to the lid?

    When you have kernel panics, the pertinent information is in the panic report.
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ System Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar.
    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of reports. A panic report has a name that begins with "Kernel" and ends in ".panic". Select the most recent one. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    If you don't see any reports listed, but you know there was a panic, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.

  • Looking for a little more info on Playstation 3 on Apple 20" display

    Sorry to ask for more info on this. I did find some other threads, but looking for a bit more direction.
    First, let me say I have a bunch of old tube TV's and am looking to purchase a Playstation 3. Using Playstation 3 on a tube TV seems kind of stupid, especially when I have a great LCD monitor sitting right on my desktop.
    I looked at solution from Elgato. However they said they are not making any more units and when it sells out it is gone. So I am a little weary of purchasing something that may no longer be supported. Their solution does provide video capture and DVR capabilities as well, which I could also use.
    Other then that, I am wondering if there are any other solutions that people could recommend. I do plan on buying a LCD or Plasma TV in the near future, but until then, I would like to purchase a Playstation 3. Just looking for any advice of any kind from others. Thanks.

    I have the same 20 inch Apple Display. If you have the newer DVI right?
    if so HDMI to DVI will not work well EyeTV from Elgato is still in the Mac store near me I have the 200 FireWire you want the 250 USB2 to do live. I have had the 200 FW for three years it is great.
    Having said that I did buy The Mitsubishi LCD LT-46231 : 46"
    1080p LCD Flat Panel HDTV ($4,600)
    I love it for computer use it was made for it. The HDTV is so good with cable and better with Blue-Ray which your PS3 has!
    http://www.mitsubishi-tv.com/j/i/18326/TelevisionDetails/LT46231.html?cid=377
    I would if you don't want to spend allot on a 1080p LCD (being more then 2k) The Mitsubishi LT-37131 LCD Flat Panel HDTV ($1,699) . Sony & Samsung both are the same LCD. Mitsubishi is better then Samsung/Sony allot better when used with a computer (it is the only new LCD maker that has a VGA & DVI port just for Computers)
    Both of the Mitsubishi Link's you will like as one is a money saver.
    http://www.mitsubishi-tv.com/j/i/18326/LT37131.html?cid=390
    http://www.mitsubishi-tv.com/j/i/18310/Promotions.html
    I also got a Pioneer Elite® Model PRO-FHD1 for TV only I will not run XBox or My computer though it. The link below show's why I got this to my mother need a new TV to so see the link 2 for 1
    http://www.pioneerelectronics.com/pna/v3/pg/top/cat/article/0,,2076310069651396920404,00.html
    Sorry to go on I hope it help's
    Thomas
    PowerMac G5 Quad 2.5Ghz, Dule2.0 G5, Mac Pro 3Ghz 6GB's PowerBook G4 12in 1.5Ghz   Mac OS X (10.4.8)   PowerMac G4 duel 1.25Ghz, iSight, iPod5, AppleDisplays 3 23in DVI GeForce 6800GT
    PowerMac G5 Quad 2.5Ghz, Dule2.0 G5, Mac Pro 3Ghz 6GB's PowerBook G4 12in 1.5Ghz   Mac OS X (10.4.8)   PowerMac G4 duel 1.25Ghz, iSight, iPod5, AppleDisplays 3 23in DVI GeForce 6800GT
    PowerMac G5 Quad 2.5Ghz, Dule2.0 G5, Mac Pro 3Ghz 6GB's PowerBook G4 12in 1.5Ghz   Mac OS X (10.4.8)   PowerMac G4 duel 1.25Ghz, iSight, iPod5, AppleDisplays 3 23in DVI GeForce 6800GT

  • Software like iweb, but a little more extended program?

    Is there a program like iWeb but with more functions , nice photo album making , some rollover effects maybe and easy to use.
    I'd rather not have to use html althow I have a little html knowledge.
    Not a program like dreamweaver because that's to complicated (I tried the demo).

    Here are some options:
    Coda
    NVU (or Kompozer) - Open Source freeware (not universal binary.)
    PageSpinner
    Asbru Web Content Editor
    Freeway Pro or Express
    RapidWeaver
    SandVox
    All provide WYSIWYG page editing. Several provide full FTP site support, editing and access. These tools will preserve the paths to images when you upload or edit pages onsite.
    You will find them at VersionTracker or MacUpdate.

  • Making the proximity sensor more sensitive

    Does anyone know how to make the proximity sensor more sensitive when making calls? Does iPhone have this setting? Whenever I make a call, the screen goes black almost immediately and often doesn't light up even when I shake it. It is almost impossible to use the number pad, to add additional callers or to put someone on speaker phone because of this reason. If I hit either of the buttons on this phone, I hang up on the caller. It's driving me mad! Can anyone help?

    Does iPhone have this setting?
    No

  • Advice on making our AMS Service more reliable

    Hello,
    I need some advice on how to make our Service more reliable against crashes.
    We currently use one Server with the AMS Software on it. Now we consider making some sort of failsafe. So if that Server is unavaiable another can take the job.
    Do we need a second license if we want to have another AMS Server which is idle until it really is needed? I mean it would then only be in use if the main server crashes.
    What are our options?
    Als we consider making it more scalable so as to user more than one machine or a scalable virtual machine.
    We use the AMS for a webcam application where people can chat via cam to each other over RTMP.
    Any piece of advice would be great!

    Hi Busta999,
    not sure if you are still monitoring this, but wanted to thank you for the really excellent posts ! Actually, these are the most helpful (and encouraging!) posts I could find on this.
    I have similar issues re unreliability / instability of AirPlay. It seems like you may have cracked it and I have a couple of follow-up questions if I may.
    First, my gear:
    In study: Netgear router linked via ethernet to Apple TimeMachine (current model) which provides Wi-Fi to back half of apt, extended...
    In living room: to Apple Extreme (current model)(extension via D-Link powerline 500) which provides Wi-Fi to front half of apt, linked via ethernet to...
    MacMini & Apple TV (both linked to Hi-Fi)
    In bedroom: D-Link powerline connecting Apple TV and AirPlay speaker
    In kitchen: D-Link powerline connecting AirPlay speaker
    I have also 2 MacBooks plus iPads, iPhones for operation, control, etc.
    My issue is that I cannot get the AirPlay options to show up reliably as they should and/or randomly disappear (Apple TVs are generally pretty good although AirPlay speakers still very hit and miss). One issue may be caused by one of the speakers which keeps reverting to Wi-Fi rather than powerline (and is perhaps therefore unreliable?) but I hope to resolve this soon. Generally quite frustrating.
    I have at least followed your advice with use of powerline. Has made music via AirPlay on ATVs much more reliable.
    But you mentioned linking IPs to MAC addresses for all devices. Could you expand on this? What does this do and where would it be implemented? I am not a network guy but willing to try anaything if it helps!
    Any other thoughts also appreciated!

  • DTS 610, would like a little more info!

    First of all, I'm glad to finally see Creative have decided to offer support to those enthusiast that would like to use their own HIFI speaker system, instead of a PC speaker system....thumbs up!
    However, I have a few questions/worries to this new unit.
    What are the specs of the ADC's?(like: bit conv. resolution, SNR, THD...) Remember HIFI systems are of higher quality than PC speaker system. Which translates in lower quality sound being more noticeable!
    And secondly, I'm a little worried with the latency. 50ms sounds high to me...
    When I'm using my MIDI keyboard with Reason and chooses a 50ms latency. The delay between me pressing a button and the sound to come out of my speakers is very noticeable, resulting in annoying me.
    I'm fearing this scenario will repeat with a very fast action game(just examples: Counter Strike/Unreal Tournament series).
    Have Creative tested and made sure, the delay is not noticeable when firering a gun in a fast action game?(I'm guessing you have...but I want to be sure! )
    Cheers!
    Edit: Christ, I shouldn't be posting this late, my spelling goes to hell...
    Message Edited by Mr_DJ on <SPAN class=date_text>08-3-2005 <SPAN class=time_text>09:52 AM
    Message Edited by Mr_DJ on <SPAN class=date_text>08-3-2005 <SPAN class=time_text>09:54 AM
    Message Edited by Mr_DJ on 08-3-2005 09:55 AM

    Bump!!!
    Miss Karskens, darling
    I've always could counted on you... I'm quite positi've you are able to supply me with some info about the DTS-60?
    Hoping to hear from my favorite CL supporter!
    Cheers!

Maybe you are looking for

  • Enable Usage Rights Resetting in Adobe 8.1.2

    Hi! I've created a series of forms using Livecycle that need to be sent off to multiple recipients, who need to be able to save/print/etc. from Acrobat Reader. Using Professional 8.1.2 I've been Enabling Usage Rights with Acrobat Reader but when I op

  • [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1

    Hi all, I work on an application Java which connects to BO 3.1 and posts all the webis of the reference table, extracts the requests, the universes and the objects of a report Webi I want to migrate to the version 4.1 of BO, I have to use the jars of

  • Changes to FL GL  in ECC 6.0

    Hi Gems, Can any one tell me what are the changes with FI General Ledger in ECC 6.0? Also i have an interview tommorrow on ECC 6.0 for ABAP. Any FAQs on ECC 6.0 would be helful. thanks Dan

  • AR Invoice Remaining Amount on a particular date

    Hi All, Can anyone of you plz tell me how to get the remaining amount on an invoice on a particular date. In AR_PAYMENT_SCHEDULES_ALL, we get the current remaining amount.. Any help will be greatly appreciated.. Thanks gt1982

  • Upgrading Zen Touch Firmware -- Crashed - Now Won't Work.

    Hi all, First post on the forum so go easy on me! ) OK, I brought a zen touch a few years back, and it worked fine etc. Went travelling mid July last year and put it into storage. Come home (UK) this month, got it out of storage and booted it up, all