Memposisikan ikon desktop di sebelah kiri alih-alih kanan


13

Cara apa pun untuk secara otomatis membuat alias atau ikon muncul di sisi kiri desktop apel. Secara default mereka pergi ke kanan.



Ini adalah salah satu solusi di macOS yang saya tidak mengerti. Mengapa Apple memaksa pengguna untuk memiliki ikon di sebelah kanan? Anda dapat menyeretnya ke kiri, tetapi bukan itu intinya. Saat Anda mengurutkannya berdasarkan nama, semuanya akan kembali ke kanan. Bahkan ketika Anda membuka Desktop direktori di Finder, ikon disejajarkan ke kiri! Itu tidak konsisten. Saya mengatur bahasa sistem saya ke skrip kiri ke kanan, bukan bahasa Arab atau Ibrani ... Apakah ini pengalaman pengguna Apple yang terkenal?
vtvs

Jawaban:


7

Tidak ada cara untuk memaksa ikon untuk pergi ke kiri secara otomatis (dan tetap diatur oleh kriteria yang Anda pilih).

Sebagai solusinya, Anda dapat mengubah Lihat Opsi di Finder untuk tidak mengatur item dengan kriteria apa pun dan menempatkan ikon secara manual di sebelah kiri.

  • Klik pada ruang kosong di desktop.
  • tekan Cmd + J atau gunakan mouse untuk pergi ke Pencari Lihat & gt; Tampilkan Opsi Tampilan menu.
  • Dalam Sortir dengan: tarik-turun di dialog, pilih salah satu Tidak ada atau Snap to Grid .
  • Anda dapat meletakkan file di mana saja di desktop Anda dan mereka akan tetap di sana.

Lihat Dasar-Dasar Mac: Ubah windows Anda untuk informasi lebih lanjut.

Juga pergi melalui Dasar-Dasar Mac halaman untuk mempelajari lebih lanjut tentang menggunakan Mac.


1
Q bertanya tentang pilihan Pembersihan Secara Otomatis dan Urutkan Berdasar, saya yakin, pada menu Tampilan Penemu - dan itu akan menjadi agak keren. Mengapa hanya mengatur ke kanan?
Zo219

Terima kasih. Saya melewatkan bagian otomatis dan telah mengoreksi jawabannya.
M K

2

Ini bukan solusi terbaik tetapi bisa berfungsi jika tidak ada yang lain ...

  1. Buat Tindakan Folder Automator yang terkait dengan Desktop.
  2. Tambahkan item: "jalankan applescript"
  3. Rekatkan kode berikut dalam kotak teks applescript:

    -- https://gist.github.com/mrienstra/8330528
    -- Based on http://www.tuaw.com/2012/12/24/applescript-desktop-icon-race/
    -- Inspired by http://namesakecomic.com/comic/happy-new-year-from-namesake/#comment-1182035013
    
    -- Rearranges Desktop icons to flow from left to right, top to bottom.
    
    -- To have this run automatically every time files are added or removed from the Desktop, set this script to run as a Desktop "Folder Action". (See https://developer.apple.com/library/mac/documentation/applescript/conceptual/applescriptlangguide/reference/ASLR_folder_actions.html )
    
    -- This is currently a rough proof-of-concept. It has only been tested with OS X 10.8.5 (Mountain Lion).
    
    -- Current known limitations: Does not work with "Label position" set to "Right" (specifically, icons will overlap).
    
    
    
    -- Adjust these for different spacing
    property theSpacingFactor : 1.0
    property theGutterXFactor : 0.57
    property theGutterYFactor : 0.57
    
    
    
    on rearrangeDesktopIcons()
        tell application "Finder"
            tell icon view options of window of desktop
                set theArrangement to arrangement
                set theArrangementString to theArrangement as string
                if {"not arranged", "«constant ****narr»", "snap to grid", "«constant ****grda»"} does not contain theArrangementString then
                    display alert "\"Rearrange Desktop Icons\" AppleScript says:" message "Cannot rearrange Desktop items, please change Desktop \"Sort by\" to \"None\" or \"Snap to Grid\"." giving up after 10
                    return
                end if
                set theIconSize to icon size
                set theLabelSize to text size
            end tell
    
            set theDesktopBounds to bounds of window of desktop
            set theDesktopWidth to item 3 of theDesktopBounds
            set theDesktopHeight to item 4 of theDesktopBounds
    
            -- Retrieve a list of items on the desktop
            set theDesktopItems to every item of desktop
            set theContestantOffset to theIconSize / 2
    
            set theSpacing to (theIconSize + theLabelSize + theContestantOffset) * theSpacingFactor
            set theGuttersX to theSpacing * theGutterXFactor
            set theGuttersY to theSpacing * theGutterYFactor
            set theMaxColumns to ((theDesktopWidth - theGuttersX * 2) / theSpacing) as integer
            set theMaxRows to ((theDesktopHeight - theGuttersY * 2) / theSpacing) as integer
            set theMaxLocations to theMaxRows * theMaxColumns
    
            set y to 1
            repeat with a from 1 to length of theDesktopItems
                set x to a mod theMaxColumns
                if x is 0 then
                    set x to theMaxColumns
                end if
    
                if a is greater than theMaxLocations then
                    set desktop position of item a of theDesktopItems to {theGuttersX, theGuttersY}
                else
                    set desktop position of item a of theDesktopItems to {theGuttersX + (x - 1) * theSpacing, theGuttersY + (y - 1) * theSpacing}
                end if
    
                if a mod theMaxColumns is 0 then
                    set y to y + 1
                end if
            end repeat
        end tell
    end rearrangeDesktopIcons
    
    
    
    on adding folder items to alias after receiving listOfAlias
        rearrangeDesktopIcons()
    end adding folder items to
    
    on removing folder items from alias after losing listOfAliasOrText
        rearrangeDesktopIcons()
    end removing folder items from
    
    rearrangeDesktopIcons()
    

Jadi, setiap kali file ditambahkan ke Desktop Anda, semua file akan disusun ulang secara alfabet ...


0

Atur semua folder sesuai urutan yang Anda inginkan. Kemudian di bawah tampilan tekan 'bersihkan.' Ini akan menyelaraskan semuanya dengan baik. Kemudian Anda cukup menyorot semua folder dan memposisikannya tepat di tempat yang Anda inginkan. Mac tidak mengatur folder di sebelah kiri, hanya di kanan, tetapi dengan beberapa langkah mudah Anda dapat mengatur semuanya dengan rapi di sebelah kiri.


Ini seharusnya membaca 'view' bukannya 'window' maaf, itu buruk saya.
MikeZ

Ada tautan edit di bawah jawaban yang memungkinkan untuk mengedit teks secara langsung :-)
nohillside

0

Saya hanya menyorot semua folder dari sisi kanan, lalu mengambil semuanya dan menempelkannya ke kiri.

Dengan menggunakan situs kami, Anda mengakui telah membaca dan memahami Kebijakan Cookie dan Kebijakan Privasi kami.
Licensed under cc by-sa 3.0 with attribution required.