Dexter Leng
Dexter Leng
I am trying to serialize Hashtbls as associative lists in JSON. Following the example in the docs: ``` let yojson_of_kgram_lookup m = [%to_yojson: (int * kgram list) list] (Hashtbl.to_alist m)...
- [X] I am on the [latest](https://github.com/vercel/hyper/releases/latest) Hyper.app version - [X] I have searched the [issues](https://github.com/vercel/hyper/issues) of this repo and believe that this is not a duplicate - **OS version...
Noticed this happens sometimes.
- Does not work for menus belonging to non-active applications (dock, extra menu bar) - Switched to global input listener + non-key window Does not seem to work when trying...
Previously, hints cannot be seen when activated on a popup:
Configuration is hard coded currently: - hold `f` to toggle hint-mode - hold `a` to toggle scroll-mode can't use `j` because you have to hold `j` to scroll down.
I'm currently using `ff` and `jj` which I find much easier than shortcuts and even `fd`/`jk` sequences. But lots of words have `ff` in them.
iframes are represented as `AXWebAreas`. Using search predicates + search keys to fetch the element tree of a Safari web page will fetch the `AXScrollArea` that is the parent of...
Currently Vimac rotates hints z-index randomly by: 1. Remove HintViews from superview (HintViewController) 2. Shuffle the HintView array 3. Iterate and add the HintViews back to superview. Ideally we would...