
wklej bez formatowania - plain text - jak?
#1
Posted 28 August 2011 - 10:36
#2
Posted 28 August 2011 - 12:19
1. Uruchom Edytor AppleScript
2. Wklej tam następujący skrypt:
try set the clipboard to string of (the clipboard as record) on error errMsg display dialog errMsg end try3. Zapisz skrypt jako program do folderu Aplikacji
4. W Preferencjach systemowych wejdź w klawiaturę i tam w zakładce skrótów klawiszowych zaznacz w lewym okienku „skróty programów” a następnie kliknij przycisk + i dodaj skompilowany skrypt oraz skrót do niego.
Voila.
#3
Posted 28 August 2011 - 12:33
#4
Posted 28 August 2011 - 12:44

#5
Posted 28 August 2011 - 12:55
#6
Posted 28 August 2011 - 13:06
#7
Posted 28 August 2011 - 13:18
try set the clipboard to Unicode text of (the clipboard as record) on error errMsg display dialog errMsg end try tell application "System Events" key code 48 using {command down} key code 9 using {command down} end tell
Dodatkowo ten skrypt nie psuje tekstu w formacie unicode.
#8
Posted 28 August 2011 - 13:47
#9
Posted 28 August 2011 - 13:51
#10
Posted 28 August 2011 - 14:00
#11
Posted 28 August 2011 - 14:03
który działa tylko w aplikacjach Apple...
W OpenOffice jakoś działa, nie mam niestety innych edytorów tekstu, ale o ile mi wiadomo to ta funkcja działa wszędzie. W OO działa też skrót ⇧⌘V ale trzeba po nim potwierdzić wklejenie niesformatowanego tekstu.
#12
Posted 31 August 2011 - 00:00
#13
Posted 01 September 2011 - 10:16
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users