Code Monkey home page Code Monkey logo

Comments (4)

FichteFoll avatar FichteFoll commented on May 18, 2024

I see. I don't use OSX which is why I can't test the bindings.
What different bindings do you suggest as default instead? Shift+F5 maybe?

Regarding editing the files, you are not supposed to edit the files directly because they are inside a .sublime-package zip archive. You could use https://packagecontrol.io/packages/PackageResourceViewer to properly override the default files, but in this case it is more approproate to just add custom bindings to your User key bindings file (the global one).

See also http://docs.sublimetext.info/en/latest/extensibility/packages.html#sublime-package-packages.

from insertdate.

callumlocke avatar callumlocke commented on May 18, 2024

OK I didn't realise there was a single global user settings file to override all plugins' shortcuts, thanks.

shift+F5 seems to bring up an autocompletion menu. ctrl+F5 seems to be in use (for something weird).

alt+F5 doesn't seem to do anything, so that could be good. I've just added { "keys": ["alt+f5"], "command": "insert_date" } to my global menu, and it works nicely.

I guess there's always a risk you'll clash with another plugin's default keybindings. But I think alt+F5 should be fairly safe.

from insertdate.

chadfrost avatar chadfrost commented on May 18, 2024

alt+f5 is already bound to insert_date_prompt -- I looked at several alternatives (e.g. bind to f6, but that's used for spell check...) and I think the best way to solve this, assuming you don't need to toggle VoiceOver, is to turn off the Mac OS shortcut.

System Preferences -> Keyboard -> Shortcuts -> Accessibility, unselect "Turn VoiceOver on or off" and "Show Accessibility Controls".

from insertdate.

archeranimesh avatar archeranimesh commented on May 18, 2024

thanks @chadfrost the disabling of shortcuts helps, also i tried using this

[
	// Insert datetime using default format text
	  { "keys": ["super+ctrl+d"],
	    "command": "insert_date" }
]

which works, but then I have to change for every other insertDate command.

from insertdate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.