You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to handle system clipboard by capturing C-c keydown event and creating almost hidden (ie. 1px*1px) text component and doing select() on it.
btw, how do you use the keyboard shortcuts library with ymacs? does it get the keystroke first and then you pass it on to ymacs? i'd like to intercept certain keys before ymacs if possible.
I didn't use it with ymacs.
For ymacs you should probably hack DynarchLib. Unfortunately author does not provide current sources to it but I'm certain he would if someone asked.
It should be possible to handle system clipboard by capturing
C-c
keydown event and creating almost hidden (ie. 1px*1px) text component and doing select() on it.I was using keyboard shortcuts library with following code to achieve something similar:
Pasting can be handled in the same way.
I have tested this approach on Chrome, Firefox 3.6 and IE8.
The text was updated successfully, but these errors were encountered: