Changes between Version 1 and Version 2 of CopyPageName
- Timestamp:
- 05/18/12 16:38:42 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CopyPageName
v1 v2 1 The keybindung as it is now in code (Ctrl-t) will only work if you put2 ShowTreeControl=""3 into your KeyBindings.py, because otherwise ShowTreeControls lives on that key.4 Or change the "Ctrl-t" in the code.5 6 7 1 {{{ 8 2 # -*- coding: utf-8 -*- 3 4 # copyPageName.py 5 # Copies the name of the current page to the clipboard. 6 # The keybindung as it is now in code (Ctrl-t) will only work if you put 7 # ShowTreeControl="" 8 # into your KeyBindings.py, because otherwise ShowTreeControls lives on that key. 9 # Or change the "Ctrl-t" in the code. 9 10 10 11 import re
