Announcement

Collapse
No announcement yet.

Create a new folder keyboard shortcut

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Create a new folder keyboard shortcut

    Hi there I am running Kubuntu with Ubuntu 7.10 Gutsy Gibbon. I'd like to know if there is a way to assign a keyboard shortcut to create a new folder in my desktop. I explored the system settings> keyboard and mouse>keyboard shortcuts and went through the options but nothing

    #2
    Re: Create a new folder keyboard shortcut

    Right click desktop > Create New > Folder


    OR


    K > System Settings > Accessibility --> Input Actions:

    Press Global Settings -> New Group > My Actions (or whatever)

    Click My Actions > New Action > Create New Folder (or whatever)


    General tab
    Action type: Keyboard Shortcut -> Command/URL (simple)

    Keyboard Shortcut tab
    Select keyboard shortcut: Alt+F (or whatever))

    Command/URL Settings tab
    Command/URL to execute:
    Code:
    mkdir ~/Desktop/`kdialog --title "New Directory" --inputbox "Directory name"`
    Press Apply


    Note
    or whatever is your choice


    So when you press Alt+F (or whatever):
    Attached Files
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Create a new folder keyboard shortcut

      thanks a lot very appreciated! My question is resolved.

      Comment

      Working...
      X