Giter Club home page Giter Club logo

online-emacs's People

Contributors

seekshiva avatar skydiploma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

online-emacs's Issues

detect M-* charectors

now that there a pretty decent support for detection of C-* charectors, i think it is high time we add support for detection of M-* characters

Allow detection of one char after the C-* is detected

While detecting the C-* shortcuts, the first character after detecting an invalid shortcut must be detected as a part of the shortcut sequence and checked against the list fo available shortcuts. For example when the user types the following sequence of characters:

a s d f C-X b o y

the characters must be detected as

a s d f [C-X b] o y

and the [C-X b] shortcut must be acted upon. but when the user types the following sequence:

a s d f C-X C-B b o y

the characters must be detected as

a s d f [C-X C-B] b o y

and not

a s d f [C-X C-B b] o y

i.e., emacs must stop detection of the shortcut (and adding it to the minibuffer) once a valid shortcut sequence(in this case, C-X C-B) is detected.

Improve support for detection of shortcuts which are browser shortcuts

Improve support for detection of C-W, C-T and such shortcuts which are also browser shortcuts. General shortcuts such as C-S, C-A are all detected by the script.. but shortcuts which involve browser tasks such as opening a new tab(C-T), closing the current browser window(C-W), opening a new window(C-N), etc are overridden by the browser. This will have to be captured and the default action must be prevented

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.