Code Monkey home page Code Monkey logo

chrome_emacs_keys's People

Contributors

clvrobj avatar vincekd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

clvrobj

chrome_emacs_keys's Issues

User css

Need to implement some feature for using user css rather than default

Linux

Not working on (Arch) Linux x86_64.

Additional Features

close window
open new window
switch window
view source
focus textareas/input
get current url
restore tab
go to specific tab
bookmarks
...

search is broken

When I use C-s I get a search popup at the bottom which doesn't appear to work:

  1. every time I type a character, the windows scrolls down a line
  2. every time I type a character, the selected search hit seems to move along one
  3. repeated C-s cancel the search results instead of incrementing like I would expect in emacs.

To be honest, I'd really just rather have a solution that finds the closest match for the emacs command instead of trying to reproduce functionality. C-s should just open the standard chromium find box like a stock C-f would.

Keybindings for editing text fields

In emacs, I've got things like

C-f move cursor forward
C-b move cursor backward
C-h delete backward

Also I've got

(global-set-key "\C-h" 'backward-delete-char-untabify) ;;C-h to Backspace.
(global-set-key (kbd "C-w") 'backward-kill-word) ;;replaces kill-region
(global-set-key (kbd "C-q") 'kill-region)

..and things like

C-c [ space space C-c ] to select all text

Any way to have things like this in Chrome?;)

yanking not working

If I M-w some text and then C-y, nothing is yanked.

Also, if I have something in my clipboard, e.g. from an external application such as emacs, the C-y isn't working either.

Is this supposed to work?

Searching page

Implement own search feature so it doesn't rely on window.find()

currently started under searchPage2()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.