root/projects/WinDictator/trunk/NOTES

Revision 19, 223 bytes (checked in by edsuom, 2 years ago)

Importing windictator into the global FOSS repo

Line 
1 Alleged to work with Windoze clipboard contents:
2 >>>tk.selection_get(selection="CLIPBOARD").strip()
3 >>>tk.clipboard_clear()
4 >>>import Tkinter as tkm; tk_rp=tkm.Tk(); print tk_rp.selection_get(selection='CLIPBOARD').strip()
Note: See TracBrowser for help on using the browser.