Date: prev next · Thread: first prev next last


Για το πρώτο ερώτημά σου: Ένας τρόπος με τον οποίο θα κάνεις τη δουλειά σου είναι ο εξής:
Κάθε χαρακτήρας έχει ένα κωδικό Unicode. Μπορείς να αναζητήσεις αυτόν που θέλεις σε διάφορες 
ιστοσελίδες όπως για παράδειγμα σε αυτήν: Combining Diacritical Marks — Unicode Character Table

  
|  
|   
|   
|   |    |

   |

  |
|  
|   |  
Combining Diacritical Marks — Unicode Character Table
   |   |

  |

  |

 
Όταν επιλέξεις τον κωδικό του χαρακτήρα που θέλεις (είναι το 0336;) τότε χρησιμοποίησε τη 
μακροεντολή
Sub insert_custom_symbol
    Dim oDoc as variant
    oDoc = ThisComponent
    Dim oCurrentController as variant
    oCurrentController = oDoc.getCurrentController()
    Dim oTextViewCursor as variant
    oTextViewCursor = oCurrentController.getViewCursor()
    Dim oText as variant
    If IsEmpty(oTextViewCursor.Cell) Then
        oText=oTextViewCursor.Text
    Else
        oText=oTextViewCursor.Cell.Text
    End If
    oText.insertString(oTextViewCursor,chr(clng("&H0336")),false)
End Sub
και αντιστοίχησε την σε κάποιο συνδυασμό πλήκτρων όπως περιγράφηκε στα προηγούμενα μηνύματα. Για 
κάποιον άλλο χαρακτήρα απλά αλλάζεις τον κωδικό του χαρακτήρα στην προτελευταία γραμμή (τον 
τετραψήφιο αριθμό, όχι το "&Η").

Για το δεύτερο θέμα δεν γνωρίζω που μπορεί να οφείλεται. 


    Στις 10:43 μ.μ. Τετάρτη, 11 Ιανουαρίου 2017, ο/η MarLa <marilazar@sch.gr> έγραψε:
 

 Καλησπέρα και πάλι. Δυο ερωτήσεις...

Θα μπορούσατε, σας παρακαλώ, να μου πείτε ποιος εύκολος τρόπος υπάρχει 
να ορίζω πλήκτρα συντόμευσης;

Για παράδειγμα, πάω στην εισαγωγή συμβόλου και κάνω εισαγωγή πολλές 
φορές στο κείμενό μου της μεγάλης παύλας από τα μαθηματικά σύμβολα.

Και πάλι επανέρχομαι στον εκθέτη μετά από αριθμό. Παρατήρησα πως στα 
ελληνικά δεν το κάνει ποτέ. Στα αγγλικά το κάνει πάντα. Αν όμως, έχω 
γράψει στα ελληνικά και κάνω αλλαγή γλώσσας στα αγγλικά, την πρώτη φορά 
δεν το κάνει εκθέτη αλλά το κάνει τη δεύτερη.


1ος 1st 1^st

μπορεί κάποιος να εξηγήσει το φαινόμενο;


Μαρία


-- 
Unsubscribe instructions: E-mail to users+unsubscribe@el.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/el/users/
All messages sent to this list will be publicly archived and cannot be deleted


   
-- 
Unsubscribe instructions: E-mail to users+unsubscribe@el.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/el/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.