Git Product home page Git Product logo

craftbrew's People

Contributors

jcuenod avatar

Watchers

 avatar  avatar  avatar

craftbrew's Issues

Tab at any time

How about being able to tab through alternative possibilities at any time?

Double hit

Sometimes a single hit doesn't register but a double hit registers twice.
This happens both inserting and deleting.

Shuruq

We now have the backend to support backspacing multiple characters based on what was last inserted so why not add shuruq to "u"?

lastcode issue

Type "y", "o", "z" -> backspace -> tab
The "o" is promoted to a tzadi because lastcode is not cycled backwards.

We probably need an undo redo type of thing.

Weird bug clears text

When hitting tab or cycling through things sometimes all the text seems randomly to disappear.

Copy Text

When selecting, if you hit "ctrl+c" it behaves as though "c" was hit and does not seem to copy the text to the clipboard.
It may be useful to copy the entire script but it may also be useful to make it selectable.

Tab Promotion

Sometimes after backspacing something and promoting, a very strange promotion will happen. I'm not sure how to reproduce this though. Needs testing which I don't have time for right now.

RTL

selecting the text goes in a dumb direction (almost like rtl is not enabled

Tab loop strangeness

Try "m" -> "." -> "o"
Now hit tab a bunch of times and see the strangeness that results...

Final Characters + Holem Waw

If you add a Holem Waw to the end of a word, the final character doesn't change form (Probably just need to add the character to a regex or something).

Disallowed Combinations

That can't happen (I don't think). There are probably a bunch of impossible combinations worth being aware of and filtering against.

Smarter Duplicating Characters

When the character doesn't change if you hit the same key, it should be duplicated (rather than waiting for the timeout). This is true for all keycodes that only map to one character (which is a surprising number):

"B": ["ב"],
"D": ["ד"],
"E": ["א"],
"F": ["פ"],
"G": ["ג"],
"I": ["י"],
"J": ["י"],
"L": ["ל"],
"M": ["מ"],
"N": ["נ"],
"P": ["פ"],
"Q": ["ק"],
"R": ["ר"],
"U": ["וּ"],
"X": ["א"],
"Y": ["י"],

Assume final form

It would be better to assume that it's a final form and then change based on whether it's the last letter or not (in other words, regularly check the last two consonants for final form appropriateness).

Consider typing lmc:

lm => l, final m
lmc => lm, final c

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.